paper-with-me

홈 › Papers

Adaptive and Background-Aware Vision Transformer for Real-Time UAV Tracking

2023-01-01 · ICCV 2023 1 · Shuiwang Li, Yangxiang Yang, Dan Zeng, Xucheng Wang

While discriminative correlation filters (DCF)-based trackers prevail in UAV tracking for their favorable efficiency, lightweight convolutional neural network (CNN)-based trackers using filter pruning have also demonstrated remarkable efficiency and precision. However, the use of pure vision transformer models (ViTs) for UAV tracking remains unexplored, which is a surprising finding given that ViTs have been shown to produce better performance and greater efficiency than CNNs in image classification. In this paper, we propose an efficient ViT-based tracking framework, Aba-ViTrack, for UAV tracking. In our framework, feature learning and template-search coupling are integrated into an efficient one-stream ViT to avoid an extra heavy relation modeling module. The proposed Aba-ViT exploits an adaptive and background-aware token computation method to reduce inference time. This approach adaptively discards tokens based on learned halting probabilities, which a priori are higher for background tokens than target ones. Extensive experiments on six UAV tracking benchmarks demonstrate that the proposed Aba-ViTrack achieves state-of-the-art performance in UAV tracking. Code is available at https://github.com/xyyang317/Aba-ViTrack.

📄 PDF Abstract BibTeX

Code (1)

xyyang317/aba-vitrack 공식 구현 pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Token Pruning using a Lightweight Background Aware Vision Transformer

2024-10-12 · Sudhakar Sah, Ravish Kumar, Honnesh Rohmetra, Ehsan Saboori

High runtime memory and high latency puts significant constraint on Vision Transformer training and inference, especially on edge devices. Token pruning reduces the number of input tokens to the ViT based on importance c…

object-detectionObject Detection

Template-Aware Transformer for Person Reidentification

2022-04-01 · Computational Intelligence and Neuroscience 2022 4 · Yanwei Zheng, Zengrui Zhao, Xiaowei Yu, Dongxiao Yu

Person reidentification (ReID) is a challenging computer vision task for identifying or verifying one or more persons when the faces are not available. In ReID, the indistinguishable background usually affects the model’…

Person Re-Identification

Adaptive Window Pruning for Efficient Local Motion Deblurring

2023-06-25 · Haoying Li, Jixin Zhao, Shangchen Zhou, Huajun Feng 외

Local motion blur commonly occurs in real-world photography due to the mixing between moving objects and stationary backgrounds during exposure. Existing image deblurring methods predominantly focus on global deblurring,…

DeblurringImage Deblurring

SDiT: Semantic Region-Adaptive for Diffusion Transformers

2026-01-18 · Bowen Lin, Fanjiang Ye, Yihua Liu, Zhenghui Guo 외 arxiv

Diffusion Transformers (DiTs) achieve state-of-the-art performance in text-to-image synthesis but remain computationally expensive due to the iterative nature of denoising and the quadratic cost of global attention. In t…

DTTNet: Improving Video Shadow Detection via Dark-Aware Guidance and Tokenized Temporal Modeling

2025-11-10 · Zhicheng Li, Kunyang Sun, Rui Yao, Hancheng Zhu 외 arxiv

Video shadow detection confronts two entwined difficulties: distinguishing shadows from complex backgrounds and modeling dynamic shadow deformations under varying illumination. To address shadow-background ambiguity, we …

Shadow Detection