CVMar 9, 2025

Similarity-Guided Layer-Adaptive Vision Transformer for UAV Tracking

arXiv:2503.06625v153 citationsh-index: 15Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses the need for efficient real-time tracking in unmanned aerial vehicles, representing an incremental improvement over existing lightweight ViT-based methods.

The paper tackles the inefficiency of vision transformers for UAV tracking by proposing a similarity-guided layer adaptation approach that dynamically disables redundant layers, achieving state-of-the-art real-time speed while maintaining competitive tracking precision.

Vision transformers (ViTs) have emerged as a popular backbone for visual tracking. However, complete ViT architectures are too cumbersome to deploy for unmanned aerial vehicle (UAV) tracking which extremely emphasizes efficiency. In this study, we discover that many layers within lightweight ViT-based trackers tend to learn relatively redundant and repetitive target representations. Based on this observation, we propose a similarity-guided layer adaptation approach to optimize the structure of ViTs. Our approach dynamically disables a large number of representation-similar layers and selectively retains only a single optimal layer among them, aiming to achieve a better accuracy-speed trade-off. By incorporating this approach into existing ViTs, we tailor previously complete ViT architectures into an efficient similarity-guided layer-adaptive framework, namely SGLATrack, for real-time UAV tracking. Extensive experiments on six tracking benchmarks verify the effectiveness of the proposed approach, and show that our SGLATrack achieves a state-of-the-art real-time speed while maintaining competitive tracking precision. Codes and models are available at https://github.com/GXNU-ZhongLab/SGLATrack.

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