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

Quasi-Dense Similarity Learning for Multiple Object Tracking

About

Similarity learning has been recognized as a crucial step for object tracking. However, existing multiple object tracking methods only use sparse ground truth matching as the training objective, while ignoring the majority of the informative regions on the images. In this paper, we present Quasi-Dense Similarity Learning, which densely samples hundreds of region proposals on a pair of images for contrastive learning. We can directly combine this similarity learning with existing detection methods to build Quasi-Dense Tracking (QDTrack) without turning to displacement regression or motion priors. We also find that the resulting distinctive feature space admits a simple nearest neighbor search at the inference time. Despite its simplicity, QDTrack outperforms all existing methods on MOT, BDD100K, Waymo, and TAO tracking benchmarks. It achieves 68.7 MOTA at 20.3 FPS on MOT17 without using external training data. Compared to methods with similar detectors, it boosts almost 10 points of MOTA and significantly decreases the number of ID switches on BDD100K and Waymo datasets. Our code and trained models are available at http://vis.xyz/pub/qdtrack.

Jiangmiao Pang, Linlu Qiu, Xia Li, Haofeng Chen, Qi Li, Trevor Darrell, Fisher Yu• 2020

Related benchmarks

TaskDatasetResultRank
Multiple Object TrackingMOT17 (test)
MOTA68.7
921
Video Instance SegmentationYouTube-VIS 2019 (val)
AP34.4
567
Multi-Object TrackingDanceTrack (test)
HOTA0.542
355
Multi-Object TrackingMOT16 (test)
MOTA69.8
228
Multi-Object TrackingSportsMOT (test)
HOTA60.4
199
Multi-Object TrackingBDD100K (val)
mIDF151.6
70
Multi-Object TrackingMOT 2016 (test)
MOTA69.8
59
Multi-Object TrackingKITTI Tracking (test)
MOTA85.76
56
Multi-Object Tracking and SegmentationBDD100K segmentation tracking (val)
mMOTSA26.6
54
Multi-Object TrackingKITTI (test)--
51
Showing 10 of 29 rows

Other info

Code

Follow for update