Open3DTrack: Towards Open-Vocabulary 3D Multi-Object Tracking
Ayesha Ishaq, Mohamed El Amine Boudjoghra, Jean Lahoud, Fahad Shahbaz Khan, Salman Khan, Hisham Cholakkal, Rao Muhammad Anwer
TL;DR
OpenOpen3DTrack tackles open-vocabulary 3D multi-object tracking by reformulating 3D MOT to handle unseen object categories. It adapts a state-of-the-art 3D tracker into a class-agnostic framework and combines 3D proposals with 2D open-vocabulary detections via a vision-language model to label tracks, while introducing Track Consistency Scoring and a confidence-prediction head to stabilize predictions. The method relies on new open-vocabulary tracking splits derived from nuScenes to evaluate generalization to novel classes and demonstrates robust improvements over baselines across multiple detectors. The work advances autonomous driving perception by enabling reliable tracking of unseen objects in real-world 3D scenes, with code, models, and dataset splits publicly available.
Abstract
3D multi-object tracking plays a critical role in autonomous driving by enabling the real-time monitoring and prediction of multiple objects' movements. Traditional 3D tracking systems are typically constrained by predefined object categories, limiting their adaptability to novel, unseen objects in dynamic environments. To address this limitation, we introduce open-vocabulary 3D tracking, which extends the scope of 3D tracking to include objects beyond predefined categories. We formulate the problem of open-vocabulary 3D tracking and introduce dataset splits designed to represent various open-vocabulary scenarios. We propose a novel approach that integrates open-vocabulary capabilities into a 3D tracking framework, allowing for generalization to unseen object classes. Our method effectively reduces the performance gap between tracking known and novel objects through strategic adaptation. Experimental results demonstrate the robustness and adaptability of our method in diverse outdoor driving scenarios. To the best of our knowledge, this work is the first to address open-vocabulary 3D tracking, presenting a significant advancement for autonomous systems in real-world settings. Code, trained models, and dataset splits are available publicly.
