UniSOT: A Unified Framework for Multi-Modality Single Object Tracking
Yinchao Ma, Yuyang Tang, Wenfei Yang, Tianzhu Zhang, Xu Zhou, Feng Wu
TL;DR
UniSOT addresses the practical need for a single tracker that can operate with multiple reference modalities (NL, BBOX, NL+BBOX) and multiple video modalities (RGB, RGB+Depth, RGB+Thermal, RGB+Event) using a unified parameter set. It introduces a reference-generalized feature extractor with a multi-modal contrastive loss and a reference-adaptive box head to stabilize localization across references, plus RAMA to jointly learn video-modality-aligned and modality-specific features within AMTBs. The two-stage training paradigm—RGB-pretraining followed by RGB+X fine-tuning with modality-shared and modality-specific rank allocations—enables seamless incremental learning of new modalities. Extensive experiments across 18 benchmarks demonstrate superior performance over modality-specific trackers and robust cross-modal generalization, with practical inference speeds and clear visualization support for the proposed mechanisms.
Abstract
Single object tracking aims to localize target object with specific reference modalities (bounding box, natural language or both) in a sequence of specific video modalities (RGB, RGB+Depth, RGB+Thermal or RGB+Event.). Different reference modalities enable various human-machine interactions, and different video modalities are demanded in complex scenarios to enhance tracking robustness. Existing trackers are designed for single or several video modalities with single or several reference modalities, which leads to separate model designs and limits practical applications. Practically, a unified tracker is needed to handle various requirements. To the best of our knowledge, there is still no tracker that can perform tracking with these above reference modalities across these video modalities simultaneously. Thus, in this paper, we present a unified tracker, UniSOT, for different combinations of three reference modalities and four video modalities with uniform parameters. Extensive experimental results on 18 visual tracking, vision-language tracking and RGB+X tracking benchmarks demonstrate that UniSOT shows superior performance against modality-specific counterparts. Notably, UniSOT outperforms previous counterparts by over 3.0\% AUC on TNL2K across all three reference modalities and outperforms Un-Track by over 2.0\% main metric across all three RGB+X video modalities.
