Cluster error parameterization

 

 

1. NN trained with mC[0] < 0.5 && mC[2] < 0.5 && abs(dy) < 2 && abs(dz) < 2, optimization strategy: maximizes number of correctly attached clusters

Plot number of correctly attached clusters as a function of scale parameters, interpolated by NN

(sampling from regular grid by LHS (Latin Hypercube sampling) visible around predicted minimum)

Using config close to minimum

Efficiency worse, but better fake and clone rate. And much longer tracks compared to default reco -> Less clones?!
Finds less tracks than default reco, but above NCl > 60 it finds more tracks than the default reco

 

2. NN trained with mC[0] < 0.25 && mC[2] < 0.25 && abs(dy) < 1.5 && abs(dz) < 1.5, optimization strategy: maximizes number of correctly attached clusters

 

3. NN trained with mC[0] < 0.25 && mC[2] < 0.25 && abs(dy) < 1.5 && abs(dz) < 1.5, Change of optimization strategy: Optimize for "correctly attached non-fake clusters"

 

 

4. NN trained with mC[0] < 0.25 && mC[2] < 0.25 && abs(dy) < 1.5 && abs(dz) < 1.5, Change of optimization strategy: Maximize "correctly attached non-fake clusters - fake attached clusters"

 

Using the same data as above:

This means, the optimization objective has shifted towards higher scaleZ and lower scaleY factors than previously!

Extend the grid.

Take one direction through phase-space:

vs local Y:

vs pT:

Similar pictures vs. Eta, Phi and Z -> Its not a random spike somewhere, it's rather a lower efficiency, clone and fake rate across the phase-space

 

Effect of increasing scaleZ parameter:

 

Now the other direction:

Effect of increasing scaleY parameter:

 

Lessons learned:

 

Best configurations overview:

 

One more study: Effect of network size

Use networks:

  1. 2 layers, 32 neurons per layer
  2. 4 layers, 32 NpL
  3. 8 layers, 32 NpL
  4. 16 layers, 32 NpL (all cases from studies above)

 

1.

2.

3.

4.

-> Scale factors need to be tuned individually per network and might be somewhat sensitive to networks ability to fit the underlying data

  1. scaleY = 0.104, scaleZ = 3.96
  2. scaleY = 0.124, scaleZ = 2.776
  3. scaleY = 0.171, scaleZ = 2.30
  4. scaleY = 0.141, scaleZ = 6.45 (and previous: scaleY = 0.148, scaleZ = 4.30)

 

Lesson learnt:

 

Caveats and further development:

 

 

Final Q: