CVJul 9, 2023

Cross-modal Orthogonal High-rank Augmentation for RGB-Event Transformer-trackers

arXiv:2307.04129v266 citationsh-index: 50
Originality Incremental advance
AI Analysis

This work addresses cross-modal object tracking for computer vision applications, offering incremental improvements through novel augmentation techniques.

The paper tackles cross-modal object tracking from RGB videos and event data by developing plug-and-play training augmentations for pre-trained vision Transformers, resulting in significant boosts in tracking precision and success rates for state-of-the-art trackers.

This paper addresses the problem of cross-modal object tracking from RGB videos and event data. Rather than constructing a complex cross-modal fusion network, we explore the great potential of a pre-trained vision Transformer (ViT). Particularly, we delicately investigate plug-and-play training augmentations that encourage the ViT to bridge the vast distribution gap between the two modalities, enabling comprehensive cross-modal information interaction and thus enhancing its ability. Specifically, we propose a mask modeling strategy that randomly masks a specific modality of some tokens to enforce the interaction between tokens from different modalities interacting proactively. To mitigate network oscillations resulting from the masking strategy and further amplify its positive effect, we then theoretically propose an orthogonal high-rank loss to regularize the attention matrix. Extensive experiments demonstrate that our plug-and-play training augmentation techniques can significantly boost state-of-the-art one-stream and twostream trackers to a large extent in terms of both tracking precision and success rate. Our new perspective and findings will potentially bring insights to the field of leveraging powerful pre-trained ViTs to model cross-modal data. The code will be publicly available.

Code Implementations2 repos
Foundations

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

Your Notes