CVAIDec 17, 2023

Bi-directional Adapter for Multi-modal Tracking

arXiv:2312.10611v1158 citationsh-index: 14Has CodeAAAI
Originality Incremental advance
AI Analysis

This addresses the problem of all-weather object tracking for applications like surveillance or autonomous systems, though it is incremental as it builds on existing multi-modal and prompt learning techniques.

The paper tackles the challenge of dynamically extracting complementary information from multiple modalities (e.g., RGB and Infrared) for object tracking in complex environments, achieving superior tracking performance with only 0.32M additional trainable parameters compared to existing methods.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes