English

Tracking Every Thing in the Wild

Computer Vision and Pattern Recognition 2022-07-27 v1

Abstract

Current multi-category Multiple Object Tracking (MOT) metrics use class labels to group tracking results for per-class evaluation. Similarly, MOT methods typically only associate objects with the same class predictions. These two prevalent strategies in MOT implicitly assume that the classification performance is near-perfect. However, this is far from the case in recent large-scale MOT datasets, which contain large numbers of classes with many rare or semantically similar categories. Therefore, the resulting inaccurate classification leads to sub-optimal tracking and inadequate benchmarking of trackers. We address these issues by disentangling classification from tracking. We introduce a new metric, Track Every Thing Accuracy (TETA), breaking tracking measurement into three sub-factors: localization, association, and classification, allowing comprehensive benchmarking of tracking performance even under inaccurate classification. TETA also deals with the challenging incomplete annotation problem in large-scale tracking datasets. We further introduce a Track Every Thing tracker (TETer), that performs association using Class Exemplar Matching (CEM). Our experiments show that TETA evaluates trackers more comprehensively, and TETer achieves significant improvements on the challenging large-scale datasets BDD100K and TAO compared to the state-of-the-art.

Keywords

Cite

@article{arxiv.2207.12978,
  title  = {Tracking Every Thing in the Wild},
  author = {Siyuan Li and Martin Danelljan and Henghui Ding and Thomas E. Huang and Fisher Yu},
  journal= {arXiv preprint arXiv:2207.12978},
  year   = {2022}
}

Comments

ECCV2022

R2 v1 2026-06-25T01:14:41.906Z