Skip to content

โšก VLM Efficiency

๐Ÿงช ICML2025 ยท 3 paper notes

๐Ÿ“Œ Same area in other venues: ๐Ÿ“ท CVPR2026 (63) ยท ๐Ÿ”ฌ ICLR2026 (18) ยท ๐Ÿ’ฌ ACL2026 (6) ยท ๐Ÿงช ICML2026 (4) ยท ๐Ÿค– AAAI2026 (5) ยท ๐Ÿง  NeurIPS2025 (8)

๐Ÿ”ฅ Top topics: Multimodal/VLM ร—2

CoreMatching: A Co-adaptive Sparse Inference Framework with Token and Neuron Pruning for Comprehensive Acceleration of Vision-Language Models

This work is the first to reveal the intrinsic correlation between token sparsity and neuron sparsity in VLMsโ€”core neurons and core tokens mutually determine and reinforce each other. Based on this correlation, the authors propose the CoreMatching co-adaptive sparse inference framework, achieving simultaneous acceleration in both pre-filling and decoding stages, which leads to a 5ร— FLOPs reduction and 10ร— overall speedup.

MMInference: Accelerating Pre-filling for Long-Context VLMs via Modality-Aware Permutation Sparse Attention

This paper proposes MMInference, which accelerates the prefill stage of long-context VLMs by up to \(8.3\times\) in a \(1\text{M}\) token scenario without modifying model weights or fine-tuning, while maintaining task accuracy. This is achieved via "modality-aware permutation sparse attention + head-level offline pattern search + online dynamic indexing + customized GPU kernels."

SparseVLM: Visual Token Sparsification for Efficient Vision-Language Model Inference

SparseVLM proposes the first training-free, text-guided visual token sparsification framework. By selecting vision-related text tokens as "raters" to evaluate the importance of visual tokens, combined with an adaptive pruning ratio and a token recycling mechanism, it preserves 99.1% of the original performance on LLaVA while retaining only 192 tokens (a 66.7% reduction).