Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Quasi-Dense Similarity Learning for Multiple Object Tracking, CVPR 2021 (Oral)

License

NotificationsYou must be signed in to change notification settings

SysCV/qdtrack

Repository files navigation

PWCPWC

News

We released a new version of our paperwith new benchmark results setting a new SOTA on BDD100K!

QDTrack: Quasi-Dense Similarity Learning for Appearance-Only Multiple Object Tracking

This is the offical implementation of paperQuasi-Dense Similarity Learning for Multiple Object Tracking.

We present atrailer that consists of method illustrations and tracking visualizations. Our project website contains more information:vis.xyz/pub/qdtrack.

If you have any questions, please go toDiscussions.

Abstract

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 naturally 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.

Quasi-dense matching

Main results

Without bells and whistles, our method outperforms the states of the art on MOT, BDD100K, Waymo, and TAO benchmarks with ResNet-50 as the base model.

BDD100K test set

mMOTAmIDF1ID Sw.
35.552.310790

MOT

DatasetMOTAIDF1ID Sw.MTML
MOT1669.867.11097316150
MOT1768.766.33378957516

Waymo validation set

CategoryMOTAIDF1ID Sw.
Vehicle55.666.224309
Pedestrian50.358.46347
Cyclist26.245.756
All44.056.830712

TAO

SplitAP50AP75AP
val16.15.07.0
test12.44.55.2

Installation

Please refer toINSTALL.md for installation instructions.

Usages

Please refer toGET_STARTED.md for dataset preparation and running instructions.

Trained models for testing

More implementations / models on the following benchmarks will be released later

  • MOT16 / MOT17 / MOT20

Waymo models won't be available publicly due to the dataset license constraints.

Citation

@article{qdtrack,  title={QDTrack: Quasi-Dense Similarity Learning for Appearance-Only Multiple Object Tracking},  author={Fischer, Tobias and Pang, Jiangmiao and Huang, Thomas E and Qiu, Linlu and Chen, Haofeng and Darrell, Trevor and Yu, Fisher},  journal={arXiv preprint arXiv:2210.06984},  year={2022}}@InProceedings{qdtrack_conf,  title = {Quasi-Dense Similarity Learning for Multiple Object Tracking},  author = {Pang, Jiangmiao and Qiu, Linlu and Li, Xia and Chen, Haofeng and Li, Qi and Darrell, Trevor and Yu, Fisher},  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},  month = {June},  year = {2021}}

About

Quasi-Dense Similarity Learning for Multiple Object Tracking, CVPR 2021 (Oral)

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp