CVOct 18, 2025

VisionSelector: End-to-End Learnable Visual Token Compression for Efficient Multimodal LLMs

arXiv:2510.16598v17 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

This addresses efficiency issues for MLLM users by enabling adaptive token compression with strong performance gains, though it is an incremental improvement over existing compression techniques.

The paper tackles the computational and memory bottlenecks in Multimodal Large Language Models (MLLMs) caused by high-resolution images by proposing VisionSelector, an end-to-end learnable token compression framework, which preserves 100% accuracy on MME with 30% retention budget and outperforms prior methods by 12.14% at 10% retention budget while doubling prefill speed.

Multimodal Large Language Models (MLLMs) encounter significant computational and memory bottlenecks from the massive number of visual tokens generated by high-resolution images or multi-image inputs. Previous token compression techniques are often constrained by heuristic rules that risk discarding critical information. They may suffer from biases, such as attention sinks, that lead to sharp performance drops under aggressive compression ratios. To address these limitations, we reformulate token compression as a lightweight plug-and-play framework that reformulates token compression into an end-to-end learnable decision process. To be specific, we propose VisionSelector, a scorer module decoupled from the MLLM backbone that incorporates a differentiable Top-K mechanism and a curriculum annealing strategy to bridge the training-inference gap, enabling efficient and adaptive token selection various arbitrary compression rates. Remarkably lightweight with only 12.85M trainable parameters, VisionSelector demonstrates generalization across various compression rates and adaptively identifying critical tokens. This leads to superior performance across all compression budgets, evidenced by preserving 100% accuracy on MME with 30% retention budget, outperforming prior methods by 12.14% at 10% retention budget, and doubling prefill speed. Our code is available at https://github.com/JulietChoo/VisionSelector .

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes