paper-with-me

Papers

SGDViT: Saliency-Guided Dynamic Vision Transformer for UAV Tracking

2023-03-08 · Liangliang Yao, Changhong Fu, Sihang Li, Guangze Zheng, Junjie Ye

Vision-based object tracking has boosted extensive autonomous applications for unmanned aerial vehicles (UAVs). However, the dynamic changes in flight maneuver and viewpoint encountered in UAV tracking pose significant difficulties, e.g. , aspect ratio change, and scale variation. The conventional cross-correlation operation, while commonly used, has limitations in effectively capturing perceptual similarity and incorporates extraneous background information. To mitigate these limitations, this work presents a novel saliency-guided dynamic vision Transformer (SGDViT) for UAV tracking. The proposed method designs a new task-specific object saliency mining network to refine the cross-correlation operation and effectively discriminate foreground and background information. Additionally, a saliency adaptation embedding operation dynamically generates tokens based on initial saliency, thereby reducing the computational complexity of the Transformer architecture. Finally, a lightweight saliency filtering Transformer further refines saliency information and increases the focus on appearance information. The efficacy and robustness of the proposed approach have been thoroughly assessed through experiments on three widely-used UAV tracking benchmarks and real-world scenarios, with results demonstrating its superiority. The source code and demo videos are available at https://github.com/vision4robotics/SGDViT.

📄 PDF Abstract BibTeX arXiv:2303.04378

Code (1)

vision4robotics/sgdvit 공식 구현 pytorch

Tasks

Object Tracking

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

From Saliency to DINO: Saliency-guided Vision Transformer for Few-shot Keypoint Detection

2023-04-06 · Changsheng Lu, Hao Zhu, Piotr Koniusz

Unlike current deep keypoint detectors that are trained to recognize limited number of body parts, few-shot keypoint detection (FSKD) attempts to localize any keypoints, including novel or base keypoints, depending on th…

Keypoint Detection

Improving Deep Learning Interpretability by Saliency Guided Training

2021-11-29 · NeurIPS 2021 12 · Aya Abdelsalam Ismail, Héctor Corrada Bravo, Soheil Feizi

Saliency methods have been widely used to highlight important input features in model predictions. Most existing methods use backpropagation on a modified gradient function to generate saliency maps. Thus, noisy gradient…

Deep LearningTime SeriesTime Series Analysis

Exploring deep learning for Event-Based Saliency Prediction with a Transformer-based model

2026-05-22 · Romaric Mazna, Jean Martinet, Sai Deepesh Pokala arxiv

Saliency prediction has been extensively studied in RGB images and videos as a computational model of human visual attention. In contrast, predicting saliency from event-based data remains largely unexplored, despite the…

Saliency PredictionEvent-based vision

Learning Generative Vision Transformer with Energy-Based Latent Space for Saliency Prediction

2021-12-27 · NeurIPS 2021 12 · Jing Zhang, Jianwen Xie, Nick Barnes, Ping Li

Vision transformer networks have shown superiority in many computer vision tasks. In this paper, we take a step further by proposing a novel generative vision transformer with latent variables following an informative en…

object-detectionObject DetectionRGB-D Salient Object DetectionSaliency Prediction+2

Attention-Guided Saliency Maps for Interpreting Visualization Literacy in VLMs

2026-07-17 · Maeve Hutchinson, Abderrahmane Wassim Mehdaoui, Pranava Madhyastha arxiv

Understanding how vision-language models (VLMs) interpret data visualizations remains an open problem, and is increasingly important as these models are used for analytical tasks where reliable reasoning is essential. We…

Answer GenerationText Generation