MOTR: End-to-End Multiple-Object Tracking with Transformer
Fangao Zeng, Bin Dong, Yuang Zhang, Tiancai Wang, Xiangyu Zhang, Yichen Wei
TL;DR
MOTR presents an end-to-end approach to multi-object tracking by extending DETR with track queries that iteratively predict object trajectories over time. It introduces tracklet-aware label assignment, an entrance/exit mechanism for newborn and terminated objects, and temporal modeling enhancements via a temporal aggregation network and a collective average loss. The method demonstrates strong temporal modeling capabilities, achieving state-of-the-art association performance on DanceTrack and competitive results on MOT17 compared with Transformer-based trackers, while remaining fully online and post-processing free. Overall, MOTR provides a strong, end-to-end baseline for Transformer-based MOT and emphasizes learning temporal dynamics without hand-crafted post-processing steps.
Abstract
Temporal modeling of objects is a key challenge in multiple object tracking (MOT). Existing methods track by associating detections through motion-based and appearance-based similarity heuristics. The post-processing nature of association prevents end-to-end exploitation of temporal variations in video sequence. In this paper, we propose MOTR, which extends DETR and introduces track query to model the tracked instances in the entire video. Track query is transferred and updated frame-by-frame to perform iterative prediction over time. We propose tracklet-aware label assignment to train track queries and newborn object queries. We further propose temporal aggregation network and collective average loss to enhance temporal relation modeling. Experimental results on DanceTrack show that MOTR significantly outperforms state-of-the-art method, ByteTrack by 6.5% on HOTA metric. On MOT17, MOTR outperforms our concurrent works, TrackFormer and TransTrack, on association performance. MOTR can serve as a stronger baseline for future research on temporal modeling and Transformer-based trackers. Code is available at https://github.com/megvii-research/MOTR.
