paper-with-me

Papers

Vision Transformer with Deformable Attention

2022-01-03 · CVPR 2022 1 · Zhuofan Xia, Xuran Pan, Shiji Song, Li Erran Li, Gao Huang

Transformers have recently shown superior performances on various vision tasks. The large, sometimes even global, receptive field endows Transformer models with higher representation power over their CNN counterparts. Nevertheless, simply enlarging receptive field also gives rise to several concerns. On the one hand, using dense attention e.g., in ViT, leads to excessive memory and computational cost, and features can be influenced by irrelevant parts which are beyond the region of interests. On the other hand, the sparse attention adopted in PVT or Swin Transformer is data agnostic and may limit the ability to model long range relations. To mitigate these issues, we propose a novel deformable self-attention module, where the positions of key and value pairs in self-attention are selected in a data-dependent way. This flexible scheme enables the self-attention module to focus on relevant regions and capture more informative features. On this basis, we present Deformable Attention Transformer, a general backbone model with deformable attention for both image classification and dense prediction tasks. Extensive experiments show that our models achieve consistently improved results on comprehensive benchmarks. Code is available at https://github.com/LeapLabTHU/DAT.

📄 PDF Abstract BibTeX arXiv:2201.00520

Code (2)

leaplabthu/dat 공식 구현 pytorch
ChristophReich1996/Swin-Transformer-V2 pytorch

Tasks

image-classificationImage ClassificationObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
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$…

Similar Papers 제목 키워드 기반

Attention Deficit is Ordered! Fooling Deformable Vision Transformers with Collaborative Adversarial Patches

2023-11-21 · Quazi Mishkatul Alam, Bilel Tarchoun, Ihsen Alouani, Nael Abu-Ghazaleh

The latest generation of transformer-based vision models has proven to be superior to Convolutional Neural Network (CNN)-based models across several vision tasks, largely attributed to their remarkable prowess in relatio…

object-detectionObject Detection

DeforHMR: Vision Transformer with Deformable Cross-Attention for 3D Human Mesh Recovery

2024-11-18 · Jaewoo Heo, George Hu, Zeyu Wang, Serena Yeung-Levy

Human Mesh Recovery (HMR) is an important yet challenging problem with applications across various domains including motion capture, augmented reality, and biomechanics. Accurately predicting human pose parameters from a…

DecoderHuman Mesh Recoveryregression

DeBiFormer: Vision Transformer with Deformable Agent Bi-level Routing Attention

2024-10-11 · Nguyen Huu Bao Long, Chenyu Zhang, Yuzhi Shi, Tsubasa Hirakawa 외

Vision Transformers with various attention modules have demonstrated superior performance on vision tasks. While using sparsity-adaptive attention, such as in DAT, has yielded strong results in image classification, the …

image-classificationImage Classificationobject-detectionObject Detection+1

DAT++: Spatially Dynamic Vision Transformer with Deformable Attention

2023-09-04 · Zhuofan Xia, Xuran Pan, Shiji Song, Li Erran Li 외

Transformers have shown superior performance on various vision tasks. Their large receptive field endows Transformer models with higher representation power than their CNN counterparts. Nevertheless, simply enlarging the…

Image ClassificationInstance SegmentationObject DetectionSemantic Segmentation

Cross-Modal Learning with 3D Deformable Attention for Action Recognition

2022-12-12 · ICCV 2023 1 · Sangwon Kim, Dasom Ahn, Byoung Chul Ko

An important challenge in vision-based action recognition is the embedding of spatiotemporal features with two or more heterogeneous modalities into a single feature. In this study, we propose a new 3D deformable transfo…

Action Recognition