Implement Phase 2: secondary particle prediction #9
Reference in New Issue
Block a user
Delete Branch "phase2-secondary-prediction"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two-stage factorisation: Stage 1 predicts 9D primary kinematics + n_sec
classification head (COND_DIM reduced to 8, dropping n_sec/e_sec inputs);
Stage 2 (SecondaryDecoder) generates K_MAX=15 secondary slots via masked
flow matching over (stick_logit, local_dir, type_emb) conditioned on Stage 1
output. Joint training with combined loss L_s1 + λ_nsecL_nsec + λ_s2L_s2.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
mentioned in commit
b658f4d40e