paper-with-me

홈 › Papers

Structural Pruning of Large Vision Language Models: A Comprehensive Study on Pruning Dynamics, Recovery, and Data Efficiency

2026-04-27 · Yiran Huang, Lukas Thede, Massimiliano Mancini, Wenjia Xu, Zeynep Akata arxiv

While Large Vision Language Models (LVLMs) demonstrate impressive capabilities, their substantial computational and memory requirements pose deployment challenges on resource-constrained edge devices. Current parameter reduction techniques primarily involve training LVLMs from small language models, but these methods offer limited flexibility and remain computationally intensive. We study a complementary route: compressing existing LVLMs by applying structured pruning to the language model backbone, followed by lightweight recovery training. Specifically, we investigate two structural pruning paradigms: layerwise and widthwise pruning, and pair them with supervised finetuning and knowledge distillation on logits and hidden states. Additionally, we assess the feasibility of conducting recovery training with only a small fraction of the available data. Our results show that widthwise pruning generally maintains better performance in low-resource scenarios, where computational resources are limited or there is insufficient finetuning data. As for the recovery training, finetuning only the multimodal projector is sufficient at small compression levels. Furthermore, a combination of supervised finetuning and hidden-state distillation yields optimal recovery across various pruning levels. Notably, effective recovery can be achieved using just 5% of the original data, while retaining over 95% of the original performance. Through empirical study on three representative LVLM families ranging from 3B to 7B parameters, this study offers actionable insights for practitioners to compress LVLMs without extensive computation resources or sufficient data. The code base is available at https://github.com/YiranHuangIrene/VLMCompression.git.

📄 PDF Abstract BibTeX arXiv:2604.24380

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

A Comprehensive Study of Structural Pruning for Vision Models

2024-06-18 · Changhao Li, Haoling Li, Mengqi Xue, Gongfan Fang 외

Structural pruning has emerged as a promising approach for producing more efficient models. Nevertheless, the community suffers from a lack of standardized benchmarks and metrics, leaving the progress in this area not fu…

DepGraph: Towards Any Structural Pruning

2023-01-30 · CVPR 2023 1 · Gongfan Fang, Xinyin Ma, Mingli Song, Michael Bi Mi 외

Structural pruning enables model acceleration by removing structurally-grouped parameters from neural networks. However, the parameter-grouping patterns vary widely across different models, making architecture-specific p…

Network PruningNeural Network Compression

POP: Online Structural Pruning Enables Efficient Inference of Large Foundation Models

2026-02-06 · Yi Chen, Wonjin Shin, Shuhong Liu, Tho Mai 외 arxiv

Large foundation models (LFMs) achieve strong performance through scaling, yet current structural pruning methods derive fixed pruning decisions during inference, overlooking sparsity patterns that emerge in the autoregr…

(PASS) Visual Prompt Locates Good Structure Sparsity through a Recurrent HyperNetwork

2024-07-24 · Tianjin Huang, Fang Meng, Li Shen, Fan Liu 외

Large-scale neural networks have demonstrated remarkable performance in different domains like vision and language processing, although at the cost of massive computation resources. As illustrated by compression literatu…

EfficientLLaVA:Generalizable Auto-Pruning for Large Vision-language Models

2025-03-19 · Yinan Liang, Ziwei Wang, Xiuwei Xu, Jie zhou 외

While multimodal large language models demonstrate strong performance in complex reasoning tasks, they pose significant challenges related to model complexity during deployment, especially for resource-limited devices. I…

MM-VetMultimodal ReasoningQuestion AnsweringVisual Question Answering