SLAck: Semantic, Location, and Appearance Aware Open-Vocabulary Tracking
Siyuan Li, Lei Ke, Yung-Hsu Yang, Luigi Piccinelli, Mattia Segù, Martin Danelljan, Luc Van Gool
TL;DR
SLAck tackles open-vocabulary MOT by jointly fusing semantic, location, and appearance cues at the earliest association stage. It introduces a Spatial-Temporal Object Graph (STOG) that enables intra-frame and inter-frame reasoning, with a differentiable Sinkhorn-based objective and Detection Aware Training to handle incomplete TAO annotations. The method achieves state-of-the-art performance on open-vocabulary benchmarks (OVTrack) and TAO TETA, particularly in association accuracy for novel classes, demonstrating strong generalization. The framework is end-to-end, detector-free of post-hoc fusion heuristics, and comes with open-source code, offering a practical approach for robust open-world tracking.
Abstract
Open-vocabulary Multiple Object Tracking (MOT) aims to generalize trackers to novel categories not in the training set. Currently, the best-performing methods are mainly based on pure appearance matching. Due to the complexity of motion patterns in the large-vocabulary scenarios and unstable classification of the novel objects, the motion and semantics cues are either ignored or applied based on heuristics in the final matching steps by existing methods. In this paper, we present a unified framework SLAck that jointly considers semantics, location, and appearance priors in the early steps of association and learns how to integrate all valuable information through a lightweight spatial and temporal object graph. Our method eliminates complex post-processing heuristics for fusing different cues and boosts the association performance significantly for large-scale open-vocabulary tracking. Without bells and whistles, we outperform previous state-of-the-art methods for novel classes tracking on the open-vocabulary MOT and TAO TETA benchmarks. Our code is available at \href{https://github.com/siyuanliii/SLAck}{github.com/siyuanliii/SLAck}.
