English

MI-Pruner: Crossmodal Mutual Information-guided Token Pruner for Efficient MLLMs

Computer Vision and Pattern Recognition 2026-04-06 v1

Abstract

For multimodal large language models (MLLMs), visual information is relatively sparse compared with text. As a result, research on visual pruning emerges for efficient inference. Current approaches typically measure token importance based on the attention scores in the visual encoder or in the LLM decoder, then select visual tokens with high attention scores while pruning others. In this paper, we pursue a different and more surgical approach. Instead of relying on mechanism-specific signals, we directly compute Mutual Information (MI) between visual and textual features themselves, prior to their interaction. This allows us to explicitly measure crossmodal dependency at the feature levels. Our MI-Pruner is simple, efficient and non-intrusive, requiring no access to internal attention maps or architectural modifications. Experimental results demonstrate that our approach outperforms previous attention-based pruning methods with minimal latency.

Keywords

Cite

@article{arxiv.2604.03072,
  title  = {MI-Pruner: Crossmodal Mutual Information-guided Token Pruner for Efficient MLLMs},
  author = {Jiameng Li and Aleksei Tiulpin and Matthew B. Blaschko},
  journal= {arXiv preprint arXiv:2604.03072},
  year   = {2026}
}

Comments

9 pages

R2 v1 2026-07-01T11:52:54.420Z