Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DaViT: Dual Attention Vision Transformers

About

In this work, we introduce Dual Attention Vision Transformers (DaViT), a simple yet effective vision transformer architecture that is able to capture global context while maintaining computational efficiency. We propose approaching the problem from an orthogonal angle: exploiting self-attention mechanisms with both "spatial tokens" and "channel tokens". With spatial tokens, the spatial dimension defines the token scope, and the channel dimension defines the token feature dimension. With channel tokens, we have the inverse: the channel dimension defines the token scope, and the spatial dimension defines the token feature dimension. We further group tokens along the sequence direction for both spatial and channel tokens to maintain the linear complexity of the entire model. We show that these two self-attentions complement each other: (i) since each channel token contains an abstract representation of the entire image, the channel attention naturally captures global interactions and representations by taking all spatial positions into account when computing attention scores between channels; (ii) the spatial attention refines the local representations by performing fine-grained interactions across spatial locations, which in turn helps the global information modeling in channel attention. Extensive experiments show our DaViT achieves state-of-the-art performance on four different tasks with efficient computations. Without extra data, DaViT-Tiny, DaViT-Small, and DaViT-Base achieve 82.8%, 84.2%, and 84.6% top-1 accuracy on ImageNet-1K with 28.3M, 49.7M, and 87.9M parameters, respectively. When we further scale up DaViT with 1.5B weakly supervised image and text pairs, DaViT-Gaint reaches 90.4% top-1 accuracy on ImageNet-1K. Code is available at https://github.com/dingmyu/davit.

Mingyu Ding, Bin Xiao, Noel Codella, Ping Luo, Jingdong Wang, Lu Yuan• 2022

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU46.3
2731
Object DetectionCOCO 2017 (val)
AP48.7
2454
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy84.09
1866
ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy (%)90.4
1155
Instance SegmentationCOCO 2017 (val)
APm0.446
1144
Image ClassificationImageNet-1K
Top-1 Accuracy82.8
78
Image ClassificationImageNet-1K
Top-1 Acc84.6
75
Semantic segmentationADE20K 83 (val)
mIoU49.4
56
Showing 8 of 8 rows

Other info

Code

Follow for update