How Many Visual Tokens Do Multimodal Language Models Need? Scaling Visual Token Pruning with F^3A
Quick Take
The study introduces F^3A, a training-free method for efficient visual token pruning in multimodal models.
Key Points
- Addresses visual token allocation under fixed budgets.
- Utilizes task-conditioned evidence search for pruning.
- Maintains original multimodal prompting without extra training.
📖 Reader Mode
~2 min readAbstract:Vision-language models improve perception by feeding increasingly long visual token sequences into language backbones, but the resulting inference cost raises a basic scaling question: as multimodal models grow, how many visual tokens are actually needed, and how should they be allocated under a fixed visual token budget? Existing training-free pruning methods typically answer this with one-shot proxies such as decoder attention, visual similarity, or conditional diversity. We argue that visual token pruning is better viewed as task-conditioned evidence search, especially under aggressive compression and across model scales. We propose F^3A, a training-free router for visual token pruning that operates before the language model consumes image tokens. F^3A builds lightweight question-conditioned cues, matches them to visual-grid tokens through frozen sparse sensing heads, and allocates a fixed vision token budget via coarse evidence localization, local refinement, coverage-preserving competition, and recovery of under-covered regions. It requires no model training, no extra LLM forward pass and preserves the original multimodal prompting and decoding pipeline.
| Subjects: | Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI) |
| Cite as: | arXiv:2605.16359 [cs.CV] |
| (or arXiv:2605.16359v1 [cs.CV] for this version) | |
| https://doi.org/10.48550/arXiv.2605.16359 arXiv-issued DOI via DataCite |
Submission history
From: Yijie Huang [view email]
[v1]
Sat, 9 May 2026 13:13:04 UTC (16,511 KB)
— Originally published at arxiv.org
More from arXiv cs.CV
See more →GeoSym127K: Scalable Symbolically-verifiable Synthesis for Multimodal Geometric Reasoning
GeoSym127K introduces a scalable neuro-symbolic framework for enhanced geometric reasoning in multimodal models.