paper-with-me

Papers

Learning Progressive Adaptation for Multi-Modal Tracking

2026-03-22 · He Wang, Tianyang Xu, Zhangyong Tang, Xiao-Jun Wu, Josef Kittler arxiv

Due to the limited availability of paired multi-modal data, multi-modal trackers are typically built by adopting pre-trained RGB models with parameter-efficient fine-tuning modules. However, these fine-tuning methods overlook advanced adaptations for applying RGB pre-trained models and fail to modulate a single specific modality, cross-modal interactions, and the prediction head. To address the issues, we propose to perform Progressive Adaptation for Multi-Modal Tracking (PATrack). This innovative approach incorporates modality-dependent, modality-entangled, and task-level adapters, effectively bridging the gap in adapting RGB pre-trained networks to multi-modal data through a progressive strategy. Specifically, modality-specific information is enhanced through the modality-dependent adapter, decomposing the high- and low-frequency components, which ensures a more robust feature representation within each modality. The inter-modal interactions are introduced in the modality-entangled adapter, which implements a cross-attention operation guided by inter-modal shared information, ensuring the reliability of features conveyed between modalities. Additionally, recognising that the strong inductive bias of the prediction head does not adapt to the fused information, a task-level adapter specific to the prediction head is introduced. In summary, our design integrates intra-modal, inter-modal, and task-level adapters into a unified framework. Extensive experiments on RGB+Thermal, RGB+Depth, and RGB+Event tracking tasks demonstrate that our method shows impressive performance against state-of-the-art methods. Code is available at https://github.com/ouha1998/Learning-Progressive-Adaptation-for-Multi-Modal-Tracking.

📄 PDF Abstract BibTeX arXiv:2603.21100

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Progressive Domain Adaptation for Thermal Infrared Object Tracking

2024-07-28 · Qiao Li, Kanlun Tan, Qiao Liu, Di Yuan 외

Due to the lack of large-scale labeled Thermal InfraRed (TIR) training datasets, most existing TIR trackers are trained directly on RGB datasets. However, tracking methods trained on RGB datasets suffer a significant dro…

Domain AdaptationObjectObject TrackingSubdomain adaptation+1

Bridging Modalities via Progressive Re-alignment for Multimodal Test-Time Adaptation

2025-11-28 · Jiacheng Li, Songhe Feng arxiv

Test-time adaptation (TTA) enables online model adaptation using only unlabeled test data, aiming to bridge the gap between source and target distributions. However, in multimodal scenarios, varying degrees of distributi…

Test-time AdaptationContrastive Learning

RGBT Tracking via Progressive Fusion Transformer with Dynamically Guided Learning

2023-03-26 · Yabin Zhu, Chenglong Li, Xiao Wang, Jin Tang 외

Existing Transformer-based RGBT tracking methods either use cross-attention to fuse the two modalities, or use self-attention and cross-attention to model both modality-specific and modality-sharing information. However,…

Progressive Multi-Stage Learning for Discriminative Tracking

2020-04-01 · Weichao Li, Xi Li, Omar Elfarouk Bourahla, Fuxian Huang 외

Visual tracking is typically solved as a discriminative learning problem that usually requires high-quality samples for online model adaptation. It is a critical and challenging problem to evaluate the training samples c…

Visual Tracking

DMTrack: Spatio-Temporal Multimodal Tracking via Dual-Adapter

2025-08-03 · Weihong Li, Shaohua Dong, Haonan Lu, Yanhao Zhang 외 arxiv

In this paper, we explore adapter tuning and introduce a novel dual-adapter architecture for spatio-temporal multimodal tracking, dubbed DMTrack. The key of our DMTrack lies in two simple yet effective modules, including…