A survey on efficient vision transformers: algorithms, techniques, and performance benchmarking
Lorenzo Papa, Paolo Russo, Irene Amerini, Luping Zhou
TL;DR
This survey addresses the efficiency bottleneck of Vision Transformers by organizing methods into four categories: compact architecture design, pruning, knowledge distillation, and quantization. It introduces Efficient Error Rate (EER) as a unified metric to compare inference-time efficiency across models and datasets. The paper surveys state-of-the-art techniques, provides mathematical framing, and benchmarks on ImageNet1K (with supplementary COCO/ADE20K) to reveal Pareto-optimal trade-offs, such as Castling-MViTv2-T for CA and DynamicViT variants for KD/pruning. It also discusses open challenges and future directions, emphasizing multi-strategy integration and hardware-aware benchmarks to drive real-world applicability of efficient ViTs.
Abstract
Vision Transformer (ViT) architectures are becoming increasingly popular and widely employed to tackle computer vision applications. Their main feature is the capacity to extract global information through the self-attention mechanism, outperforming earlier convolutional neural networks. However, ViT deployment and performance have grown steadily with their size, number of trainable parameters, and operations. Furthermore, self-attention's computational and memory cost quadratically increases with the image resolution. Generally speaking, it is challenging to employ these architectures in real-world applications due to many hardware and environmental restrictions, such as processing and computational capabilities. Therefore, this survey investigates the most efficient methodologies to ensure sub-optimal estimation performances. More in detail, four efficient categories will be analyzed: compact architecture, pruning, knowledge distillation, and quantization strategies. Moreover, a new metric called Efficient Error Rate has been introduced in order to normalize and compare models' features that affect hardware devices at inference time, such as the number of parameters, bits, FLOPs, and model size. Summarizing, this paper firstly mathematically defines the strategies used to make Vision Transformer efficient, describes and discusses state-of-the-art methodologies, and analyzes their performances over different application scenarios. Toward the end of this paper, we also discuss open challenges and promising research directions.
