CVMar 24, 2022

Global Tracking Transformers

arXiv:2203.13250v2202 citationsh-index: 113Has Code
Originality Highly original
AI Analysis

It addresses multi-object tracking for computer vision applications, offering a novel approach that integrates with large-vocabulary detectors to track any objects.

The paper tackles global multi-object tracking by introducing a transformer-based architecture that directly groups objects into trajectories without pairwise association, achieving 75.3 MOTA and 59.1 HOTA on MOT17 and a 7.7 tracking mAP improvement on TAO.

We present a novel transformer-based architecture for global multi-object tracking. Our network takes a short sequence of frames as input and produces global trajectories for all objects. The core component is a global tracking transformer that operates on objects from all frames in the sequence. The transformer encodes object features from all frames, and uses trajectory queries to group them into trajectories. The trajectory queries are object features from a single frame and naturally produce unique trajectories. Our global tracking transformer does not require intermediate pairwise grouping or combinatorial association, and can be jointly trained with an object detector. It achieves competitive performance on the popular MOT17 benchmark, with 75.3 MOTA and 59.1 HOTA. More importantly, our framework seamlessly integrates into state-of-the-art large-vocabulary detectors to track any objects. Experiments on the challenging TAO dataset show that our framework consistently improves upon baselines that are based on pairwise association, outperforming published works by a significant 7.7 tracking mAP. Code is available at https://github.com/xingyizhou/GTR.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes