LLMTrack: Semantic Multi-Object Tracking with Multi-modal Large Language Models
Pan Liao, Feng Yang, Di Wu, Jinwen Yu, Yuhua Zhu, Wenhui Zhao
TL;DR
The paper addresses the gap in multi-object tracking where traditional systems excel at localization but lack semantic reasoning about object behavior. It introduces LLMTrack, an end-to-end framework that fuses perception (Grounding DINO) with reasoning (LLaVA-OneVision) through a Spatio-Temporal Fusion Module, enabling semantic outputs such as instance descriptions and scene interactions. A progressive three-stage training pipeline (Visual Alignment, Temporal Fine-tuning, Semantic Injection via LoRA) ensures efficient adaptation of a large language model to tracking tasks. Evaluated on BenSMOT, LLMTrack achieves state-of-the-art results in both tracking and semantic understanding, including improved instance descriptions, interaction recognition, and video summarization, while maintaining tracking stability and robustness for downstream cognitive perception applications.
Abstract
Traditional Multi-Object Tracking (MOT) systems have achieved remarkable precision in localization and association, effectively answering \textit{where} and \textit{who}. However, they often function as autistic observers, capable of tracing geometric paths but blind to the semantic \textit{what} and \textit{why} behind object behaviors. To bridge the gap between geometric perception and cognitive reasoning, we propose \textbf{LLMTrack}, a novel end-to-end framework for Semantic Multi-Object Tracking (SMOT). We adopt a bionic design philosophy that decouples strong localization from deep understanding, utilizing Grounding DINO as the eyes and the LLaVA-OneVision multimodal large model as the brain. We introduce a Spatio-Temporal Fusion Module that aggregates instance-level interaction features and video-level contexts, enabling the Large Language Model (LLM) to comprehend complex trajectories. Furthermore, we design a progressive three-stage training strategy, Visual Alignment, Temporal Fine-tuning, and Semantic Injection via LoRA to efficiently adapt the massive model to the tracking domain. Extensive experiments on the BenSMOT benchmark demonstrate that LLMTrack achieves state-of-the-art performance, significantly outperforming existing methods in instance description, interaction recognition, and video summarization while maintaining robust tracking stability.
