L2ViT alternates ReLU-based linear attention with a depthwise-convolution local concentration module and window attention, reaching 84.4% ImageNet-1K top-1 accuracy at linear-complexity attention.
Fair Comparison between Efficient Attentions
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Transformers have been successfully used in various fields and are becoming the standard tools in computer vision. However, self-attention, a core component of transformers, has a quadratic complexity problem, which limits the use of transformers in various vision tasks that require dense prediction. Many studies aiming at solving this problem have been reported proposed. However, no comparative study of these methods using the same scale has been reported due to different model configurations, training schemes, and new methods. In our paper, we validate these efficient attention models on the ImageNet1K classification task by changing only the attention operation and examining which efficient attention is better.
citation-role summary
citation-polarity summary
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
The Linear Attention Resurrection in Vision Transformer
L2ViT alternates ReLU-based linear attention with a depthwise-convolution local concentration module and window attention, reaching 84.4% ImageNet-1K top-1 accuracy at linear-complexity attention.