SOTAVerified

Fair Comparison between Efficient Attentions

2022-06-01Code Available0· sign in to hype

Jiuk Hong, Chaehyeon Lee, Soyoun Bang, Heechul Jung

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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.

Reproductions