paper-with-me

Papers

Bi-directional Adapter for Multi-modal Tracking

2023-12-17 · Bing Cao, Junliang Guo, Pengfei Zhu, QinGhua Hu

Due to the rapid development of computer vision, single-modal (RGB) object tracking has made significant progress in recent years. Considering the limitation of single imaging sensor, multi-modal images (RGB, Infrared, etc.) are introduced to compensate for this deficiency for all-weather object tracking in complex environments. However, as acquiring sufficient multi-modal tracking data is hard while the dominant modality changes with the open environment, most existing techniques fail to extract multi-modal complementary information dynamically, yielding unsatisfactory tracking performance. To handle this problem, we propose a novel multi-modal visual prompt tracking model based on a universal bi-directional adapter, cross-prompting multiple modalities mutually. Our model consists of a universal bi-directional adapter and multiple modality-specific transformer encoder branches with sharing parameters. The encoders extract features of each modality separately by using a frozen pre-trained foundation model. We develop a simple but effective light feature adapter to transfer modality-specific information from one modality to another, performing visual feature prompt fusion in an adaptive manner. With adding fewer (0.32M) trainable parameters, our model achieves superior tracking performance in comparison with both the full fine-tuning methods and the prompt learning-based methods. Our code is available: https://github.com/SparkTempest/BAT.

📄 PDF Abstract BibTeX arXiv:2312.10611

Code (1)

sparktempest/bat 공식 구현 pytorch

Tasks

Object TrackingPrompt LearningRgb-T Tracking

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Cross Fusion RGB-T Tracking with Bi-directional Adapter

2024-08-30 · Zhirong Zeng, Xiaotao Liu, Meng Sun, Hongyu Wang 외

Many state-of-the-art RGB-T trackers have achieved remarkable results through modality fusion. However, these trackers often either overlook temporal information or fail to fully utilize it, resulting in an ineffective b…

Rgb-T Tracking

Multi-Adapter RGBT Tracking

2019-07-17 · Chenglong Li, Andong Lu, Aihua Zheng, Zhengzheng Tu 외

The task of RGBT tracking aims to take the complementary advantages from visible spectrum and thermal infrared data to achieve robust visual tracking, and receives more and more attention in recent years. Existing works …

Visual Tracking

RGBT Tracking via Multi-Adapter Network with Hierarchical Divergence Loss

2020-11-14 · Andong Lu, Chenglong Li, Yuqing Yan, Jin Tang 외

RGBT tracking has attracted increasing attention since RGB and thermal infrared data have strong complementary advantages, which could make trackers all-day and all-weather work. However, how to effectively represent RGB…

Representation LearningRgb-T TrackingVisual 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…

Visual and Memory Dual Adapter for Multi-Modal Object Tracking

2025-06-30 · Boyue Xu, Ruichao Hou, Tongwei Ren, Gangshan Wu

Prompt-learning-based multi-modal trackers have achieved promising progress by employing lightweight visual adapters to incorporate auxiliary modality features into frozen foundation models. However, existing approaches …

Object TrackingPrompt Learning