OVTR: End-to-End Open-Vocabulary Multiple Object Tracking with Transformer
Jinyang Li, En Yu, Sijia Chen, Wenbing Tao
TL;DR
OVTR tackles open-vocabulary multiple object tracking by learning a continuous, end-to-end framework that propagates category information across frames. It introduces a Category Information Propagation (CIP) mechanism and a dual-branch decoder to fuse CLIP-aligned image and text features, along with decoder protection to stabilize classification and tracking. The method achieves state-of-the-art open-vocabulary performance on TAO with faster inference and reduced preprocessing, and demonstrates strong cross-dataset transfer to KITTI. The contributions include a novel end-to-end architecture, CIP strategy, protective decoder design, and alignment-based multimodal fusion.
Abstract
Open-vocabulary multiple object tracking aims to generalize trackers to unseen categories during training, enabling their application across a variety of real-world scenarios. However, the existing open-vocabulary tracker is constrained by its framework structure, isolated frame-level perception, and insufficient modal interactions, which hinder its performance in open-vocabulary classification and tracking. In this paper, we propose OVTR (End-to-End Open-Vocabulary Multiple Object Tracking with TRansformer), the first end-to-end open-vocabulary tracker that models motion, appearance, and category simultaneously. To achieve stable classification and continuous tracking, we design the CIP (Category Information Propagation) strategy, which establishes multiple high-level category information priors for subsequent frames. Additionally, we introduce a dual-branch structure for generalization capability and deep multimodal interaction, and incorporate protective strategies in the decoder to enhance performance. Experimental results show that our method surpasses previous trackers on the open-vocabulary MOT benchmark while also achieving faster inference speeds and significantly reducing preprocessing requirements. Moreover, the experiment transferring the model to another dataset demonstrates its strong adaptability. Models and code are released at https://github.com/jinyanglii/OVTR.
