English

VScan: Rethinking Visual Token Reduction for Efficient Large Vision-Language Models

Computer Vision and Pattern Recognition 2026-02-02 v3 Computation and Language

Abstract

Recent Large Vision-Language Models (LVLMs) have advanced multi-modal understanding by incorporating finer-grained visual perception and encoding. However, such methods incur significant computational costs due to longer visual token sequences, posing challenges for real-time deployment. To mitigate this, prior studies have explored pruning unimportant visual tokens either at the output layer of the visual encoder or at the early layers of the language model. In this work, we revisit these design choices and reassess their effectiveness through comprehensive empirical studies of how visual tokens are processed throughout the visual encoding and language decoding stages. Guided by these insights, we propose VScan, a two-stage visual token reduction framework that addresses token redundancy by: (1) integrating complementary global and local scans with token merging during visual encoding, and (2) introducing pruning at intermediate layers of the language model. Extensive experimental results across four LVLMs validate the effectiveness of VScan in accelerating inference and demonstrate its superior performance over current state-of-the-arts on sixteen benchmarks. Notably, when applied to LLaVA-NeXT-7B, VScan achieves a 2.91×\times speedup in prefilling and a 10×\times reduction in FLOPs, while retaining 95.4\% of the original performance. Code is available at https://github.com/Tencent/SelfEvolvingAgent/tree/main/VScan.

Keywords

Cite

@article{arxiv.2505.22654,
  title  = {VScan: Rethinking Visual Token Reduction for Efficient Large Vision-Language Models},
  author = {Ce Zhang and Kaixin Ma and Tianqing Fang and Wenhao Yu and Hongming Zhang and Zhisong Zhang and Haitao Mi and Dong Yu},
  journal= {arXiv preprint arXiv:2505.22654},
  year   = {2026}
}

Comments

Accepted at TMLR 2026. Project page: https://zhangce01.github.io/VScan/

R2 v1 2026-07-01T02:46:59.195Z