ByteTrackV2: 2D and 3D Multi-Object Tracking by Associating Every Detection Box
Yifu Zhang, Xinggang Wang, Xiaoqing Ye, Wei Zhang, Jincheng Lu, Xiao Tan, Errui Ding, Peize Sun, Jingdong Wang
TL;DR
ByteTrackV2 delivers a simple, unified motion-driven framework for 2D and 3D multi-object tracking by exploiting low-score detection boxes through a hierarchical data association. It introduces a complementary 3D motion prediction that blends detected velocity with Kalman-filter predictions to handle abrupt motions and occlusions, while remaining detector-agnostic. The approach achieves state-of-the-art results on nuScenes (camera and LiDAR) and strong performance across MOT17, MOT20, HiEve, and BDD100K, all with a nonparametric design that readily integrates with diverse detectors. The work demonstrates robust cross-modality performance and practical applicability in real-world tracking tasks. Overall, ByteTrackV2 provides a scalable, high-performance MOT solution with broad applicability in autonomous driving and related domains.
Abstract
Multi-object tracking (MOT) aims at estimating bounding boxes and identities of objects across video frames. Detection boxes serve as the basis of both 2D and 3D MOT. The inevitable changing of detection scores leads to object missing after tracking. We propose a hierarchical data association strategy to mine the true objects in low-score detection boxes, which alleviates the problems of object missing and fragmented trajectories. The simple and generic data association strategy shows effectiveness under both 2D and 3D settings. In 3D scenarios, it is much easier for the tracker to predict object velocities in the world coordinate. We propose a complementary motion prediction strategy that incorporates the detected velocities with a Kalman filter to address the problem of abrupt motion and short-term disappearing. ByteTrackV2 leads the nuScenes 3D MOT leaderboard in both camera (56.4% AMOTA) and LiDAR (70.1% AMOTA) modalities. Furthermore, it is nonparametric and can be integrated with various detectors, making it appealing in real applications. The source code is released at https://github.com/ifzhang/ByteTrack-V2.
