LVPruning: An Effective yet Simple Language-Guided Vision Token Pruning Approach for Multi-modal Large Language Models
Yizheng Sun, Yanze Xin, Hao Li, Jingyuan Sun, Chenghua Lin, Riza Batista-Navarro
TL;DR
LVPruning introduces language-guided vision token pruning for multi-modal LLMs by embedding lightweight cross-attention decision modules that assign keep/remove relevance scores to vision tokens. Training freezes the base model and optimizes only the pruning modules with a causal language modeling objective plus a ratio-consistency loss, while inference selectively retains tokens per layer based on learned scores. The approach yields substantial efficiency gains, achieving up to $62.1\%$ TFLOPs reduction and pruning up to $90\%$ of vision tokens by the middle layers, with an average accuracy loss around $0.45\%$ across nine multimodal benchmarks. LVPruning demonstrates competitive or superior performance relative to state-of-the-art Q-former–based models while maintaining favorable compute-accuracy tradeoffs, highlighting practical applicability for resource-constrained MLLMs.
Abstract
Multi-modal Large Language Models (MLLMs) have achieved remarkable success by integrating visual and textual modalities. However, they incur significant computational overhead due to the large number of vision tokens processed, limiting their practicality in resource-constrained environments. We introduce Language-Guided Vision Token Pruning (LVPruning) for MLLMs, an effective yet simple method that significantly reduces the computational burden while preserving model performance. LVPruning employs cross-attention modules to compute the importance of vision tokens based on their interaction with language tokens, determining which to prune. Importantly, LVPruning can be integrated without modifying the original MLLM parameters, which makes LVPruning simple to apply or remove. Our experiments show that LVPruning can effectively reduce up to 90% of vision tokens by the middle layer of LLaVA-1.5, resulting in a 62.1% decrease in inference Tera Floating-Point Operations Per Second (TFLOPs), with an average performance loss of just 0.45% across nine multi-modal benchmarks.
