Skip to content

Chore/ablations#14

Merged
Robotmurlock merged 3 commits into
mainfrom
chore/ablations
May 23, 2026
Merged

Chore/ablations#14
Robotmurlock merged 3 commits into
mainfrom
chore/ablations

Conversation

@Robotmurlock

Copy link
Copy Markdown
Owner

No description provided.

Robotmurlock and others added 3 commits April 30, 2026 20:27
Introduce EndToEndTrainer that simulates the inference loop during
training to address exposure bias — the model learns on its own
(possibly wrong) association histories instead of ground-truth ones.

Key changes:
- Add TDLPModel abstract base class with prepare_loss_inputs() and
  compute_cost_matrix() to replace isinstance checks in the trainer
- Add EndToEndTrainer with autoregressive forward pass, Hungarian
  matching, selective gradient frames, and track state management
- Add trainer factory and TrainerType enum for config-driven selection
- Add exp05, E2E training config, model config, and augmentation config

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Wraps the TDLP tracker as a Motrack-registered tracker and the DanceTrack
dataset as a Motrack-registered dataset, so motrack's run_inference,
run_eval, and run_optimize pipelines drive TDLP end-to-end. Adds
tools/motrack_{inference,eval,optimize}.py and the configs/motrack/
hydra tree. Bumps motrack to 0.7.0[mlflow] and wires MLFLOW_TRACKING_URI
through docker-compose on the shared motrack-net network.

Verified: HOTA=61.86 on DanceTrack val with the exp108b checkpoint,
matching the historical 61-62 range.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds 17 DanceTrack ablation configs under history/DanceTrack/ablations/
covering the four ablations the reviewers asked for:

- f_inter (object interaction encoder) 2x2 design:
  tdlp_bboxes_NoInter, tdlp_NoInter, tdlp_FullNoInter, tdlp_MMOnlyInter,
  tdlp_keypoints_NoInter, tdlp_appearance_NoInter
- link prediction head: tdlp_bboxes_Head{Concat,Diff,Dot}
- positive-weight (w+): tdlp_bboxes_PosWeight{1,20,100}
- multi-modal fusion: tdlp_Agg{LinearSum,Concat,Attn,Query}
  + tdlp_AggLinearSumRerun (seed-variance check)

Supporting code:
- TDCPConcatMLPAggregator added to aggregators.py (concat -> MLP fusion).
- TDSPConcatMLPHead and TDSPDotProductHead added to similarity_prediction.py.
- Fix _convert_data in tracker/online.py to populate all configured features
  (was only writing bbox -- caused MM modes to silently receive zero
  tensors for keypoints and appearance, ~4 HOTA drop).
- docker-compose: add /mnt/data bind mount for the secondary dataset disk.
@Robotmurlock Robotmurlock merged commit 50344b9 into main May 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant