paper-with-me

Papers

Diversity-Guided MLP Reduction for Efficient Large Vision Transformers

2025-06-10 · Chengchao Shen, Hourun Zhu, Gongfan Fang, Jianxin Wang, Xinchao Wang

Transformer models achieve excellent scaling property, where the performance is improved with the increment of model capacity. However, large-scale model parameters lead to an unaffordable cost of computing and memory. We analyze popular transformer architectures and find that multilayer perceptron (MLP) modules take up the majority of model parameters. To this end, we focus on the recoverability of the compressed models and propose a Diversity-Guided MLP Reduction (DGMR) method to significantly reduce the parameters of large vision transformers with only negligible performance degradation. Specifically, we conduct a Gram-Schmidt weight pruning strategy to eliminate redundant neurons of MLP hidden layer, while preserving weight diversity for better performance recover during distillation. Compared to the model trained from scratch, our pruned model only requires 0.06\% data of LAION-2B (for the training of large vision transformers) without labels (ImageNet-1K) to recover the original performance. Experimental results on several state-of-the-art large vision transformers demonstrate that our method achieves a more than 57.0\% parameter and FLOPs reduction in a near lossless manner. Notably, for EVA-CLIP-E (4.4B), our method accomplishes a 71.5\% parameter and FLOPs reduction without performance degradation. The source code and trained weights are available at https://github.com/visresearch/DGMR.

📄 PDF Abstract BibTeX arXiv:2506.08591

Code (1)

visresearch/DGMR 공식 구현 pytorch

Tasks

Diversity

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Adder Attention for Vision Transformer

2021-12-01 · NeurIPS 2021 12 · Han Shu, Jiahao Wang, Hanting Chen, Lin Li 외

Transformer is a new kind of calculation paradigm for deep learning which has shown strong performance on a large variety of computer vision tasks. However, compared with conventional deep models (e.g., convolutional neu…

Diversity

Compact Vision Transformer by Reduction of Kernel Complexity

2025-07-17 · Yancheng Wang, Yingzhen Yang arxiv

Self-attention and transformer architectures have become foundational components in modern deep learning. Recent efforts have integrated transformer blocks into compact neural architectures for computer vision, giving ri…

When Large Vision-Language Model Meets Large Remote Sensing Imagery: Coarse-to-Fine Text-Guided Token Pruning

2025-03-10 · Junwei Luo, Yingying Zhang, Xue Yang, Kang Wu 외

Efficient vision-language understanding of large Remote Sensing Images (RSIs) is meaningful but challenging. Current Large Vision-Language Models (LVLMs) typically employ limited pre-defined grids to process images, lead…

Language ModelingLanguage ModellingToken ReductionVisual Question Answering (VQA)

MiniViT: Compressing Vision Transformers with Weight Multiplexing

2022-04-14 · CVPR 2022 1 · Jinnian Zhang, Houwen Peng, Kan Wu, Mengchen Liu 외

Vision Transformer (ViT) models have recently drawn much attention in computer vision due to their high model capability. However, ViT models suffer from huge number of parameters, restricting their applicability on devi…

DiversityImage Classification

Joint Post-Training Quantization of Vision Transformers with Learned Prompt-Guided Data Generation

2026-02-21 · Shile Li, Markus Karmann, Onay Urfalioglu arxiv

We present a framework for end-to-end joint quantization of Vision Transformers trained on ImageNet for the purpose of image classification. Unlike prior post-training or block-wise reconstruction methods, we jointly opt…

Image Classification