Immortal Tracker: Tracklet Never Dies
Qitai Wang, Yuntao Chen, Ziqi Pang, Naiyan Wang, Zhaoxiang Zhang

TL;DR
Immortal Tracker introduces a trajectory prediction-based approach to maintain object tracklets during occlusion or out-of-view scenarios, significantly reducing identity switches in 3D multi-object tracking without learned parameters.
Contribution
It presents a simple, parameter-free tracking system that uses Kalman filter predictions to prevent premature tracklet termination, improving tracking accuracy and reducing identity switches.
Findings
Achieves 96% reduction in identity switches due to tracklet termination.
Attains a mismatch ratio at 0.0001 level, outperforming previous methods.
Demonstrates competitive MOTA scores on Waymo and nuScenes datasets.
Abstract
Previous online 3D Multi-Object Tracking(3DMOT) methods terminate a tracklet when it is not associated with new detections for a few frames. But if an object just goes dark, like being temporarily occluded by other objects or simply getting out of FOV, terminating a tracklet prematurely will result in an identity switch. We reveal that premature tracklet termination is the main cause of identity switches in modern 3DMOT systems. To address this, we propose Immortal Tracker, a simple tracking system that utilizes trajectory prediction to maintain tracklets for objects gone dark. We employ a simple Kalman filter for trajectory prediction and preserve the tracklet by prediction when the target is not visible. With this method, we can avoid 96% vehicle identity switches resulting from premature tracklet termination. Without any learned parameters, our method achieves a mismatch ratio at the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Autonomous Vehicle Technology and Safety · Advanced Neural Network Applications
