SimpleTrack: Rethinking and Improving the JDE Approach for Multi-Object Tracking

8 Mar 2022  ·  Jiaxin Li, Yan Ding, HuaLiang Wei ·

Joint detection and embedding (JDE) based methods usually estimate bounding boxes and embedding features of objects with a single network in Multi-Object Tracking (MOT). In the tracking stage, JDE-based methods fuse the target motion information and appearance information by applying the same rule, which could fail when the target is briefly lost or blocked. To overcome this problem, we propose a new association matrix, the Embedding and Giou matrix, which combines embedding cosine distance and Giou distance of objects. To further improve the performance of data association, we develop a simple, effective tracker named SimpleTrack, which designs a bottom-up fusion method for Re-identity and proposes a new tracking strategy based on our EG matrix. The experimental results indicate that SimpleTrack has powerful data association capability, e.g., 61.6 HOTA and 76.3 IDF1 on MOT17. In addition, we apply the EG matrix to 5 different state-of-the-art JDE-based methods and achieve significant improvements in IDF1, HOTA and IDsw metrics, and increase the tracking speed of these methods by about 20%.

PDF Abstract

Results from the Paper


Ranked #12 on Multi-Object Tracking on MOT20 (using extra training data)

     Get a GitHub badge
Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Result Benchmark
Multi-Object Tracking MOT17 SimpleTrack MOTA 75.3 # 16
IDF1 76.3 # 11
HOTA 61.6 # 13
Multi-Object Tracking MOT20 SimpleTrack MOTA 72.6 # 12
IDF1 70.2 # 13
HOTA 57.6 # 11

Methods