UASTrack: A Unified Adaptive Selection Framework with Modality-Customization in Single Object Tracking
He Wang, Tianyang Xu, Zhangyong Tang, Xiao-Jun Wu, Josef Kittler
TL;DR
UASTrack tackles the lack of modality-adaptive perception in single-object tracking by introducing a lightweight Discriminative Auto-Selector (DAS) to identify the input modality and a Task-Customized Optimization Adapter (TCOA) to tailor the network for RGB-T, RGB-D, and RGB-E tasks within a single model and parameter set. The framework freezes an RGB-based Transformer backbone while learning modality-specific adapters and a modality-aware selection mechanism, enabling robust cross-modal fusion without modality priors. Key contributions include the DAS with Classification Constraint Loss and the modality-specific MASA/VA adapters, which together enable adaptive processing and noise reduction per modality. Empirical results on five benchmarks (LasHeR, GTOT, RGBT234, VisEvent, DepthTrack) demonstrate competitive or state-of-the-art performance with only 1.87M additional parameters and 1.95G FLOPs, highlighting strong efficiency and practical impact for real-world multi-modal tracking scenarios.
Abstract
Multi-modal tracking is essential in single-object tracking (SOT), as different sensor types contribute unique capabilities to overcome challenges caused by variations in object appearance. However, existing unified RGB-X trackers (X represents depth, event, or thermal modality) either rely on the task-specific training strategy for individual RGB-X image pairs or fail to address the critical importance of modality-adaptive perception in real-world applications. In this work, we propose UASTrack, a unified adaptive selection framework that facilitates both model and parameter unification, as well as adaptive modality discrimination across various multi-modal tracking tasks. To achieve modality-adaptive perception in joint RGB-X pairs, we design a Discriminative Auto-Selector (DAS) capable of identifying modality labels, thereby distinguishing the data distributions of auxiliary modalities. Furthermore, we propose a Task-Customized Optimization Adapter (TCOA) tailored to various modalities in the latent space. This strategy effectively filters noise redundancy and mitigates background interference based on the specific characteristics of each modality. Extensive comparisons conducted on five benchmarks including LasHeR, GTOT, RGBT234, VisEvent, and DepthTrack, covering RGB-T, RGB-E, and RGB-D tracking scenarios, demonstrate our innovative approach achieves comparative performance by introducing only additional training parameters of 1.87M and flops of 1.95G. The code will be available at https://github.com/wanghe/UASTrack.
