paper-with-me

홈 › 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 the reference samples. FSKD requires the semantically meaningful relations for keypoint similarity learning to overcome the ubiquitous noise and ambiguous local patterns. One rescue comes with vision transformer (ViT) as it captures long-range relations well. However, ViT may model irrelevant features outside of the region of interest due to the global attention matrix, thus degrading similarity learning between support and query features. In this paper, we present a novel saliency-guided vision transformer, dubbed SalViT, for few-shot keypoint detection. Our SalViT enjoys a uniquely designed masked self-attention and a morphology learner, where the former introduces saliency map as a soft mask to constrain the self-attention on foregrounds, while the latter leverages the so-called power normalization to adjust morphology of saliency map, realizing ``dynamically changing receptive field''. Moreover, as salinecy detectors add computations, we show that attentive masks of DINO transformer can replace saliency. On top of SalViT, we also investigate i) transductive FSKD that enhances keypoint representations with unlabelled data and ii) FSKD under occlusions. We show that our model performs well on five public datasets and achieves ~10% PCK higher than the normally trained model under severe occlusions.

📄 PDF Abstract BibTeX arXiv:2304.03140

Code (0)

등록된 구현이 없습니다.

Tasks

Keypoint Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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…
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BASE 설명 없음

Similar Papers 제목 키워드 기반

SGDViT: Saliency-Guided Dynamic Vision Transformer for UAV Tracking

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

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 d…

Object Tracking

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

Large Pre-Trained Models for Bimanual Manipulation in 3D

2025-09-24 · Hanna Yurchyk, Wei-Di Chang, Gregory Dudek, David Meger arxiv

We investigate the integration of attention maps from a pre-trained Vision Transformer into voxel representations to enhance bimanual robotic manipulation. Specifically, we extract attention maps from DINOv2, a self-supe…

Attention Consistent Longitudinal Medical Visual Question Answering Guided by Vision Foundation Models

2026-06-03 · Jialin Wu, Qianru Zhang, Georges El Fakhri, Xiaofeng Liu arxiv

Longitudinal medical visual question answering (VQA) requires reasoning about anatomical differences between an image of a current time point and an image of a referred time point. We propose an attention-guided encoder-…

Visual Question Answering

Model-guided Multi-path Knowledge Aggregation for Aerial Saliency Prediction

2018-11-14 · Kui Fu, Jia Li, Yu Zhang, Hongze Shen 외

As an emerging vision platform, a drone can look from many abnormal viewpoints which brings many new challenges into the classic vision task of video saliency prediction. To investigate these challenges, this paper propo…

Aerial Video Saliency PredictionPredictionSaliency PredictionTransfer Learning+1