Towards Efficient VLMs: Information-Theoretic Driven Compression via Adaptive Structural Pruning
Zhaoqi Xu, Yingying Zhang, Jian Li, Jianwei Guo, Qiannan Zhu, Hua Huang
TL;DR
InfoPrune introduces an information-theoretic framework for compressing vision-language models by aligning pruning with the Information Bottleneck principle. It jointly optimizes attention-head redundancy via an eRank-based objective and preserves task-relevant information via KS-based spectral alignment, while offering a training-based head pruning and a training-free FFN compression via adaptive low-rank SVD. The approach yields principled, adaptive pruning with up to 3.2x FLOP reduction and 1.8x speedups on multimodal benchmarks, with negligible accuracy loss, and provides theoretical guarantees for information preservation during compression. This work advances practical deployment of large VLMs by delivering a unified, theoretically grounded pathway to reduce computation without sacrificing semantic fidelity in multimodal reasoning.
Abstract
Recent advances in vision-language models (VLMs) have shown remarkable performance across multimodal tasks, yet their ever-growing scale poses severe challenges for deployment and efficiency. Existing compression methods often rely on heuristic importance metrics or empirical pruning rules, lacking theoretical guarantees about information preservation. In this work, we propose InfoPrune, an information-theoretic framework for adaptive structural compression of VLMs. Grounded in the Information Bottleneck principle, we formulate pruning as a trade-off between retaining task-relevant semantics and discarding redundant dependencies. To quantify the contribution of each attention head, we introduce an entropy-based effective rank (eRank) and employ the Kolmogorov--Smirnov (KS) distance to measure the divergence between original and compressed structures. This yields a unified criterion that jointly considers structural sparsity and informational efficiency. Building on this foundation, we further design two complementary schemes: (1) a training-based head pruning guided by the proposed information loss objective, and (2) a training-free FFN compression via adaptive low-rank approximation. Extensive experiments on VQAv2, TextVQA, and GQA demonstrate that InfoPrune achieves up to 3.2x FLOP reduction and 1.8x acceleration with negligible performance degradation, establishing a theoretically grounded and practically effective step toward efficient multimodal large models.
