Unified Sequence-to-Sequence Learning for Single- and Multi-Modal Visual Object Tracking
Xin Chen, Ben Kang, Jiawen Zhu, Dong Wang, Houwen Peng, Huchuan Lu
TL;DR
The paper presents SeqTrack, a sequence-to-sequence visual tracking framework that casts bounding-box prediction as autoregressive token generation using a compact encoder–decoder transformer, eliminating complex heads and bespoke losses. Building on this, SeqTrackv2 introduces a unified interface and task-prompt tokens to support multi-modal tracking (RGB+Depth, RGB+Thermal, RGB+Event, RGB+Language) with a shared model. Empirical results across 14 benchmarks show SeqTrack and SeqTrackv2 achieve competitive to state-of-the-art performance, with SeqTrackv2 delivering strong multi-modal improvements while maintaining efficiency. The approach simplifies cross-modal tracking and offers a scalable path toward unified multimodal perception in tracking systems.
Abstract
In this paper, we introduce a new sequence-to-sequence learning framework for RGB-based and multi-modal object tracking. First, we present SeqTrack for RGB-based tracking. It casts visual tracking as a sequence generation task, forecasting object bounding boxes in an autoregressive manner. This differs from previous trackers, which depend on the design of intricate head networks, such as classification and regression heads. SeqTrack employs a basic encoder-decoder transformer architecture. The encoder utilizes a bidirectional transformer for feature extraction, while the decoder generates bounding box sequences autoregressively using a causal transformer. The loss function is a plain cross-entropy. Second, we introduce SeqTrackv2, a unified sequence-to-sequence framework for multi-modal tracking tasks. Expanding upon SeqTrack, SeqTrackv2 integrates a unified interface for auxiliary modalities and a set of task-prompt tokens to specify the task. This enables it to manage multi-modal tracking tasks using a unified model and parameter set. This sequence learning paradigm not only simplifies the tracking framework, but also showcases superior performance across 14 challenging benchmarks spanning five single- and multi-modal tracking tasks. The code and models are available at https://github.com/chenxin-dlut/SeqTrackv2.
