paper-with-me

홈 › Papers

Similarity-Guided Layer-Adaptive Vision Transformer for UAV Tracking

2025-03-09 · CVPR 2025 1 · Chaocan Xue, Bineng Zhong, Qihua Liang, Yaozong Zheng, Ning li, Yuanliang Xue, Shuxiang Song

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.

📄 PDF Abstract BibTeX arXiv:2503.06625

Code (1)

gxnu-zhonglab/sglatrack 공식 구현 pytorch

Tasks

Visual Tracking

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Lossless Token Merging Even Without Fine-Tuning in Vision Transformers

2025-05-21 · Jaeyeon Lee, Dong-Wan Choi

Although Vision Transformers (ViTs) have become the standard architecture in computer vision, their massive sizes lead to significant computational overhead. Token compression techniques have attracted considerable atten…

AdaMerge: Salience-Aware Adaptive Token Merging for Training-Free Acceleration of Vision Transformers

2026-05-26 · Semi Lee, Hyejin Go, Hyesong Choi arxiv

The quadratic cost of self-attention in Vision Transformers (ViTs) constitutes a fundamental bottleneck for practical deployment, motivating a vibrant line of research on token reduction. Among existing approaches, token…

Adaptive-avg-pooling based Attention Vision Transformer for Face Anti-spoofing

2024-01-10 · Jichen Yang, Fangfan Chen, Rohan Kumar Das, Zhengyu Zhu 외

Traditional vision transformer consists of two parts: transformer encoder and multi-layer perception (MLP). The former plays the role of feature learning to obtain better representation, while the latter plays the role o…

AvgFace Anti-Spoofing

MixFrag: Fragility-Guided Mixed-Precision Post-Training Quantization for Vision Transformers

2026-07-30 · Md. Mehrab Hossain Opi, Robiul Islam Ryad, Md. Umar Faruk arxiv

Post-training quantization (PTQ) has emerged as an effective solution for deploying Vision Transformers (ViTs) on resource-constrained devices. However, existing PTQ methods typically employ uniform bit-widths across tra…

Instance SegmentationObject Detection

ALGM: Adaptive Local-then-Global Token Merging for Efficient Semantic Segmentation with Plain Vision Transformers

2024-06-14 · CVPR 2024 1 · Narges Norouzi, Svetlana Orlova, Daan de Geus, Gijs Dubbelman

This work presents Adaptive Local-then-Global Merging (ALGM), a token reduction method for semantic segmentation networks that use plain Vision Transformers. ALGM merges tokens in two stages: (1) In the first network lay…

SegmentationSemantic SegmentationToken Reduction