ReferGPT: Towards Zero-Shot Referring Multi-Object Tracking
Tzoulio Chamiti, Leandro Di Bella, Adrian Munteanu, Nikos Deligiannis
TL;DR
ReferGPT introduces a zero-shot Referring Multi-Object Tracking framework that fuses 3D spatial information with a Multi-Modal Large Language Model to generate spatially grounded object captions. A hybrid matching module combining CLIP-based semantic embeddings and fuzzy substring matching aligns these captions with user queries, enabling open-set referring without task-specific training. The method, built on a tracking-by-detection backbone with 3D Kalman filtering, achieves competitive HOTA scores on Refer-KITTI datasets and demonstrates strong association accuracy, while ablations validate the contribution of each component. Although computationally intensive due to MLLM usage, ReferGPT establishes a flexible, training-free approach to RMOT with potential for efficiency improvements through model distillation and faster inference.
Abstract
Tracking multiple objects based on textual queries is a challenging task that requires linking language understanding with object association across frames. Previous works typically train the whole process end-to-end or integrate an additional referring text module into a multi-object tracker, but they both require supervised training and potentially struggle with generalization to open-set queries. In this work, we introduce ReferGPT, a novel zero-shot referring multi-object tracking framework. We provide a multi-modal large language model (MLLM) with spatial knowledge enabling it to generate 3D-aware captions. This enhances its descriptive capabilities and supports a more flexible referring vocabulary without training. We also propose a robust query-matching strategy, leveraging CLIP-based semantic encoding and fuzzy matching to associate MLLM generated captions with user queries. Extensive experiments on Refer-KITTI, Refer-KITTIv2 and Refer-KITTI+ demonstrate that ReferGPT achieves competitive performance against trained methods, showcasing its robustness and zero-shot capabilities in autonomous driving. The codes are available on https://github.com/Tzoulio/ReferGPT
