UBATrack: Spatio-Temporal State Space Model for General Multi-Modal Tracking
Qihua Liang, Liang Chen, Yaozong Zheng, Jian Nong, Zhiyi Mo, Bineng Zhong
TL;DR
UBATrack tackles the challenge of general multi-modal tracking by integrating cross-modal spatio-temporal cues within a mamba-style state-space framework. The method introduces a Spatio-Temporal Mamba Adapter (STMA) for joint cross-modal and temporal modeling and a Dynamic Multi-modal Feature Mixer (DMFM) for robust fusion, all implemented via adapter-tuning to avoid full fine-tuning. Empirical results across six benchmarks (e.g., LasHeR, RGBT234, RGBT210, DepthTrack, VOT-RGBD22, VisEvent) demonstrate state-of-the-art performance and strong robustness in diverse conditions. The combination of STMA and DMFM provides a scalable, efficient approach to cross-modal tracking with practical impact for real-world multi-modal perception tasks.
Abstract
Multi-modal object tracking has attracted considerable attention by integrating multiple complementary inputs (e.g., thermal, depth, and event data) to achieve outstanding performance. Although current general-purpose multi-modal trackers primarily unify various modal tracking tasks (i.e., RGB-Thermal infrared, RGB-Depth or RGB-Event tracking) through prompt learning, they still overlook the effective capture of spatio-temporal cues. In this work, we introduce a novel multi-modal tracking framework based on a mamba-style state space model, termed UBATrack. Our UBATrack comprises two simple yet effective modules: a Spatio-temporal Mamba Adapter (STMA) and a Dynamic Multi-modal Feature Mixer. The former leverages Mamba's long-sequence modeling capability to jointly model cross-modal dependencies and spatio-temporal visual cues in an adapter-tuning manner. The latter further enhances multi-modal representation capacity across multiple feature dimensions to improve tracking robustness. In this way, UBATrack eliminates the need for costly full-parameter fine-tuning, thereby improving the training efficiency of multi-modal tracking algorithms. Experiments show that UBATrack outperforms state-of-the-art methods on RGB-T, RGB-D, and RGB-E tracking benchmarks, achieving outstanding results on the LasHeR, RGBT234, RGBT210, DepthTrack, VOT-RGBD22, and VisEvent datasets.
