English

Is Multiple Object Tracking a Matter of Specialization?

Computer Vision and Pattern Recognition 2024-11-04 v1 Machine Learning

Abstract

End-to-end transformer-based trackers have achieved remarkable performance on most human-related datasets. However, training these trackers in heterogeneous scenarios poses significant challenges, including negative interference - where the model learns conflicting scene-specific parameters - and limited domain generalization, which often necessitates expensive fine-tuning to adapt the models to new domains. In response to these challenges, we introduce Parameter-efficient Scenario-specific Tracking Architecture (PASTA), a novel framework that combines Parameter-Efficient Fine-Tuning (PEFT) and Modular Deep Learning (MDL). Specifically, we define key scenario attributes (e.g, camera-viewpoint, lighting condition) and train specialized PEFT modules for each attribute. These expert modules are combined in parameter space, enabling systematic generalization to new domains without increasing inference time. Extensive experiments on MOTSynth, along with zero-shot evaluations on MOT17 and PersonPath22 demonstrate that a neural tracker built from carefully selected modules surpasses its monolithic counterpart. We release models and code.

Keywords

Cite

@article{arxiv.2411.00553,
  title  = {Is Multiple Object Tracking a Matter of Specialization?},
  author = {Gianluca Mancusi and Mattia Bernardi and Aniello Panariello and Angelo Porrello and Rita Cucchiara and Simone Calderara},
  journal= {arXiv preprint arXiv:2411.00553},
  year   = {2024}
}

Comments

NeurIPS 2024

R2 v1 2026-06-28T19:44:11.774Z