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

SwiftFormer: Efficient Additive Attention for Transformer-based Real-time Mobile Vision Applications

About

Self-attention has become a defacto choice for capturing global context in various vision applications. However, its quadratic computational complexity with respect to image resolution limits its use in real-time applications, especially for deployment on resource-constrained mobile devices. Although hybrid approaches have been proposed to combine the advantages of convolutions and self-attention for a better speed-accuracy trade-off, the expensive matrix multiplication operations in self-attention remain a bottleneck. In this work, we introduce a novel efficient additive attention mechanism that effectively replaces the quadratic matrix multiplication operations with linear element-wise multiplications. Our design shows that the key-value interaction can be replaced with a linear layer without sacrificing any accuracy. Unlike previous state-of-the-art methods, our efficient formulation of self-attention enables its usage at all stages of the network. Using our proposed efficient additive attention, we build a series of models called "SwiftFormer" which achieves state-of-the-art performance in terms of both accuracy and mobile inference speed. Our small variant achieves 78.5% top-1 ImageNet-1K accuracy with only 0.8 ms latency on iPhone 14, which is more accurate and 2x faster compared to MobileViT-v2. Code: https://github.com/Amshaker/SwiftFormer

Abdelrahman Shaker, Muhammad Maaz, Hanoona Rasheed, Salman Khan, Ming-Hsuan Yang, Fahad Shahbaz Khan• 2023

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU43.9
2731
Object DetectionCOCO 2017 (val)
AP42.7
2454
Instance SegmentationCOCO 2017 (val)--
1144
Image ClassificationImageNet-1K
Top-1 Acc78.5
836
Image ClassificationImageNet A
Top-1 Acc26.2
553
Image ClassificationImageNet-R
Top-1 Acc48
474
Image ClassificationImageNet-Sketch
Top-1 Accuracy35.3
360
Image ClassificationImageNet-1k 1.0 (test)
Top-1 Accuracy0.785
191
Image ClassificationImageNet-1k 1.0 (test)
Top-1 Acc83
72
Image ClassificationImageNet-1K 1 (val)
Top-1 Acc83
37
Showing 10 of 13 rows

Other info

Follow for update