CVAILGJan 3, 2022

Vision Transformer Slimming: Multi-Dimension Searching in Continuous Optimization Space

arXiv:2201.00814v287 citationsHas Code
AI Analysis

This work addresses the need for efficient vision transformer deployment on resource-constrained devices, offering a method that is incremental but provides strong specific gains in model compression.

The paper tackles the problem of compressing vision transformers by introducing ViT-Slim, a framework that searches for optimal sub-models across multiple dimensions, achieving up to 40% reduction in parameters and FLOPs while increasing ImageNet accuracy by ~0.6%.

This paper explores the feasibility of finding an optimal sub-model from a vision transformer and introduces a pure vision transformer slimming (ViT-Slim) framework. It can search a sub-structure from the original model end-to-end across multiple dimensions, including the input tokens, MHSA and MLP modules with state-of-the-art performance. Our method is based on a learnable and unified $\ell_1$ sparsity constraint with pre-defined factors to reflect the global importance in the continuous searching space of different dimensions. The searching process is highly efficient through a single-shot training scheme. For instance, on DeiT-S, ViT-Slim only takes ~43 GPU hours for the searching process, and the searched structure is flexible with diverse dimensionalities in different modules. Then, a budget threshold is employed according to the requirements of accuracy-FLOPs trade-off on running devices, and a re-training process is performed to obtain the final model. The extensive experiments show that our ViT-Slim can compress up to 40% of parameters and 40% FLOPs on various vision transformers while increasing the accuracy by ~0.6% on ImageNet. We also demonstrate the advantage of our searched models on several downstream datasets. Our code is available at https://github.com/Arnav0400/ViT-Slim.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes