Conversation
51 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an optional set-prediction MLPF path for CLD/CLIC hit datasets. The model uses learned particle slots, cross-attention, and Hungarian matching to predict a compact unordered particle collection while preserving elementwise MLPF as the default.
It also extends validation with comprehensive, scheme-independent particle and jet metrics, and runs the first length-matched comparison of heuristic PF, learned PF on tracks+clusters, and hit-based elementwise/set MLPF (
notebooks/studies/20260911_cld_pf_hits_comparison, archived athf://buckets/jpata/particleflow-studies).Done
output_modeand validated set-decoder configuration.cld_pf_hits_comparison/ hit-backbone comparison scenarios.Results (step 40k, interleaved 512-event validation)
The heuristic reference is scored with the exact same
jet_matching_metricsandcompute_validation_particle_metricscode as the trained runs (eval_pf_baseline.py), on 520 events per sample.Diagnosis
Next steps
Elementwise (hits):
calibrate_set_inference.py); the −10 count bias may be calibration rather than capacity.Set (hits):
matcher.pidcost (currently 1.0 vs geometry 2.0); inspect the PID confusion matrix on accepted matches.tracker_query_fraction=0.6; 40% calorimeter-seeded queries may be too few for photons and neutral hadrons.Both hit models:
Study hygiene:
40k steps training comparison on CLD:
hit_output_comparison.slides.pdf
https://huggingface.co/buckets/jpata/particleflow-studies/tree/20260911_cld_pf_hits_comparison/output/hit_output_comparison.slides.pdf
References
🤖 Generated with Claude Code