Code Monkey home page Code Monkey logo

Comments (2)

AndrewSpano avatar AndrewSpano commented on September 4, 2024

Most code is ready, I already made a pull request for it. The results take long to compute because of the evaluation metrics. I will leave it running overnight and I will post the plots in the morning, in case something doesn't break.

from sms2021-tra-tra.

AndrewSpano avatar AndrewSpano commented on September 4, 2024

For the initial analysis, I picked randomly an event from each dataset. The hits in the xy and rz space look like this:

xy-view

rz-view

The respective tracks in the Hough space look like this:

xy-hough

rz-hough

So the reason this has been going slow, is because with the following hyperparameters:

hyperparams

I have been getting these results, averaged for the whole datasets (for each type of transformation):

average-efficiency

average-fake

average-duplicate

If I am not mistaken, this is not likely a correct result. As Noemi told me, the efficiency should drop to 0.6 for the simulation with material effects and non-homogenous B.

I am still looking for the bug. These are the commands I used to produce the datasets: https://github.com/asalzburger/tra-tra/blob/main/src/notebooks/issue8/production.cmd.

In the meanwhile, I have started developing a way to filter out duplicate tracks:

  1. Scan the accumulator array and identify "hot" regions, i.e. with many filled bins close to each other. If those bins have the same tracks, then they are likely duplicates. We could also take this one step further and look at geometries: making sure that the hits are touching different layers. This can also work as a way to get rid of fakes (which is not a big issue in the combined transformation).

  2. Use a Neural Network to decide if two bins are referring to the same track. We can have a fixed-size input layer that will take the xyz coordinates of every hit inside each bin, and will classify the two tracks as duplicates or not. The creation of a dataset for this part is a bit tricky, as we must somehow make sure that the data comes from the same distribution, and that also there is a balance.

Both ideas are still being developed.

from sms2021-tra-tra.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.