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

EdgeViTs: Competing Light-weight CNNs on Mobile Devices with Vision Transformers

About

Self-attention based models such as vision transformers (ViTs) have emerged as a very competitive architecture alternative to convolutional neural networks (CNNs) in computer vision. Despite increasingly stronger variants with ever-higher recognition accuracies, due to the quadratic complexity of self-attention, existing ViTs are typically demanding in computation and model size. Although several successful design choices (e.g., the convolutions and hierarchical multi-stage structure) of prior CNNs have been reintroduced into recent ViTs, they are still not sufficient to meet the limited resource requirements of mobile devices. This motivates a very recent attempt to develop light ViTs based on the state-of-the-art MobileNet-v2, but still leaves a performance gap behind. In this work, pushing further along this under-studied direction we introduce EdgeViTs, a new family of light-weight ViTs that, for the first time, enable attention-based vision models to compete with the best light-weight CNNs in the tradeoff between accuracy and on-device efficiency. This is realized by introducing a highly cost-effective local-global-local (LGL) information exchange bottleneck based on optimal integration of self-attention and convolutions. For device-dedicated evaluation, rather than relying on inaccurate proxies like the number of FLOPs or parameters, we adopt a practical approach of focusing directly on on-device latency and, for the first time, energy efficiency. Specifically, we show that our models are Pareto-optimal when both accuracy-latency and accuracy-energy trade-offs are considered, achieving strict dominance over other ViTs in almost all cases and competing with the most efficient CNNs. Code is available at https://github.com/saic-fi/edgevit.

Junting Pan, Adrian Bulat, Fuwen Tan, Xiatian Zhu, Lukasz Dudziak, Hongsheng Li, Georgios Tzimiropoulos, Brais Martinez• 2022

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU41.4
2731
Object DetectionCOCO 2017 (val)
AP43.4
2454
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy81
1866
Instance SegmentationCOCO 2017 (val)
APm0.41
1144
Semantic segmentationADE20K
mIoU39.7
936
Object DetectionCOCO 2017
AP (Box)38.7
279
Image ClassificationImageNet-1k 1.0 (test)
Top-1 Accuracy0.775
191
Image ClassificationImageNet-1K
Top-1 Accuracy81
78
Semantic segmentationADE20K v1 (val)
mIoU42.1
76
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Acc77.5
55
Showing 10 of 17 rows

Other info

Follow for update