Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

TrackFormer: Multi-Object Tracking with Transformers

About

The challenging task of multi-object tracking (MOT) requires simultaneous reasoning about track initialization, identity, and spatio-temporal trajectories. We formulate this task as a frame-to-frame set prediction problem and introduce TrackFormer, an end-to-end trainable MOT approach based on an encoder-decoder Transformer architecture. Our model achieves data association between frames via attention by evolving a set of track predictions through a video sequence. The Transformer decoder initializes new tracks from static object queries and autoregressively follows existing tracks in space and time with the conceptually new and identity preserving track queries. Both query types benefit from self- and encoder-decoder attention on global frame-level features, thereby omitting any additional graph optimization or modeling of motion and/or appearance. TrackFormer introduces a new tracking-by-attention paradigm and while simple in its design is able to achieve state-of-the-art performance on the task of multi-object tracking (MOT17 and MOT20) and segmentation (MOTS20). The code is available at https://github.com/timmeinhardt/trackformer .

Tim Meinhardt, Alexander Kirillov, Laura Leal-Taixe, Christoph Feichtenhofer• 2021

Related benchmarks

TaskDatasetResultRank
Multiple Object TrackingMOT17 (test)
MOTA74.1
921
Multiple Object TrackingMOT20 (test)
MOTA68.6
358
Multi-Object TrackingDanceTrack (test)
HOTA0.194
355
Multi-Object TrackingSportsMOT (test)
HOTA63.3
199
Multi-Object TrackingMOT17
MOTA74.1
55
Multi-Object TrackingBFT 1.0 (test)
Detection Accuracy66
37
Multi-Object TrackingMOT20 Private detections (test)
IDF165.7
24
Instance Segmentation TrackingMOTS (test)
IDF163.6
21
Multi-Object TrackingSportsMOT 11 (test)
HOTA63.3
13
Multi-Object TrackingPersonPath22
IDF157.1
12
Showing 10 of 24 rows

Other info

Code

Follow for update