RGBT Tracking via All-layer Multimodal Interactions with Progressive Fusion Mamba
Andong Lu, Wanyu Wang, Chenglong Li, Jin Tang, Bin Luo
TL;DR
This work tackles robust RGB-T tracking by enabling all-layer cross-modal interactions with a scalable approach. It introduces AINet, which uses a Difference-based Fusion Mamba (DFM) for per-layer modality enhancement and an Order-dynamic Fusion Mamba (OFM) to realize efficient all-layer interactions via dynamic, input-aware scanning. By embedding these modules in a two-stream ViT backbone and applying progressive fusion, AINet achieves state-of-the-art results across four public datasets while maintaining favorable computational efficiency. Extensive ablations substantiate the contributions of DFM and OFM, the benefits of all-layer utilization, and the linear scaling of resources, underscoring the method’s practical impact for robust multimodal tracking. The work also points to pathways for future improvements, including adopting a Mamba-centric backbone and model distillation to further enhance efficiency and applicability.
Abstract
Existing RGBT tracking methods often design various interaction models to perform cross-modal fusion of each layer, but can not execute the feature interactions among all layers, which plays a critical role in robust multimodal representation, due to large computational burden. To address this issue, this paper presents a novel All-layer multimodal Interaction Network, named AINet, which performs efficient and effective feature interactions of all modalities and layers in a progressive fusion Mamba, for robust RGBT tracking. Even though modality features in different layers are known to contain different cues, it is always challenging to build multimodal interactions in each layer due to struggling in balancing interaction capabilities and efficiency. Meanwhile, considering that the feature discrepancy between RGB and thermal modalities reflects their complementary information to some extent, we design a Difference-based Fusion Mamba (DFM) to achieve enhanced fusion of different modalities with linear complexity. When interacting with features from all layers, a huge number of token sequences (3840 tokens in this work) are involved and the computational burden is thus large. To handle this problem, we design an Order-dynamic Fusion Mamba (OFM) to execute efficient and effective feature interactions of all layers by dynamically adjusting the scan order of different layers in Mamba. Extensive experiments on four public RGBT tracking datasets show that AINet achieves leading performance against existing state-of-the-art methods.
