paper-with-me

홈 › Papers

Adaptive MLP Pruning for Large Vision Transformers

2026-03-09 · Chengchao Shen arxiv

Large vision transformers present impressive scalability, as their performance can be well improved with increased model capacity. Nevertheless, their cumbersome parameters results in exorbitant computational and memory demands. By analyzing prevalent transformer structures, we find that multilayer perceptron (MLP) modules constitute the largest share of the model's parameters. In this paper, we propose an Adaptive MLP Pruning (AMP) method to substantially reduce the parameters of large vision transformers without obvious performance degradation. First, we adopt Taylor based method to evaluate neuron importance of MLP. However, the importance computation using one-hot cross entropy loss ignores the potential predictions on other categories, thus degrading the quality of the evaluated importance scores. To address this issue, we introduce label-free information entropy criterion to fully model the predictions of the original model for more accurate importance evaluation. Second, we rank the hidden neurons of MLP by the above importance scores and apply binary search algorithm to adaptively prune the ranked neurons according to the redundancy of different MLP modules, thereby avoiding the predefined compression ratio. Experimental results on several state-of-the-art large vision transformers, including CLIP and DINOv2, demonstrate that our method achieves roughly 40\% parameter and FLOPs reduction in a near lossless manner. Moreover, when the models are not finetuned after pruning, our method outperforms other pruning methods by significantly large margin. The source code and trained weights are available at https://github.com/visresearch/AMP.

📄 PDF Abstract BibTeX arXiv:2603.08100

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Lighter The Better: Rethinking Transformers in Medical Image Segmentation Through Adaptive Pruning

2022-06-29 · Xian lin, Li Yu, Kwang-Ting Cheng, Zengqiang Yan

Vision transformers have recently set off a new wave in the field of medical image analysis due to their remarkable performance on various computer vision tasks. However, recent hybrid-/transformer-based approaches mainl…

Image SegmentationMedical Image AnalysisMedical Image SegmentationPosition+1

PPT: Token Pruning and Pooling for Efficient Vision Transformers

2023-10-03 · Xinjian Wu, Fanhu Zeng, Xiudong Wang, Xinghao Chen

Vision Transformers (ViTs) have emerged as powerful models in the field of computer vision, delivering superior performance across various vision tasks. However, the high computational complexity poses a significant barr…

Efficient ViTs

Reinforcement Learning-based Token Pruning in Vision Transformers: A Markov Game Approach

2025-03-30 · Chenglong Lu, Shen Liang, Xuewei Wang, Wei Wang

Vision Transformers (ViTs) have computational costs scaling quadratically with the number of tokens, calling for effective token pruning policies. Most existing policies are handcrafted, lacking adaptivity to varying inp…

Decision MakingReinforcement Learning (RL)Sequential Decision Making

TAP-ViTs: Task-Adaptive Pruning for On-Device Deployment of Vision Transformers

2026-01-05 · Zhibo Wang, Zuoyuan Zhang, Xiaoyi Pang, Qile Zhang 외 arxiv

Vision Transformers (ViTs) have demonstrated strong performance across a wide range of vision tasks, yet their substantial computational and memory demands hinder efficient deployment on resource-constrained mobile and e…

SaiT: Sparse Vision Transformers through Adaptive Token Pruning

2022-10-11 · Ling Li, David Thorsley, Joseph Hassoun

While vision transformers have achieved impressive results, effectively and efficiently accelerating these models can further boost performances. In this work, we propose a dense/sparse training framework to obtain a uni…

Knowledge Distillation