Object-Centric Vision Token Pruning for Vision Language Models
Guangyuan Li, Rongzhen Zhao, Jinhong Deng, Yanbo Wang, Joni Pajarinen
TL;DR
The paper tackles the heavy computation cost of dense vision tokens in vision-language models by introducing OC-VTP, a guaranteed token pruning framework. It builds a lightweight OC-pruner based on Slot Attention to select the most representative tokens via a reconstruction objective, trained on COCO and inserted between the vision encoder and projection to VLMs without downstream fine-tuning. The approach delivers strong accuracy retention across budgets, reduces FLOPs by up to an order of magnitude, and provides interpretable, object-centric token selections that generalize well to unseen data. The work demonstrates practical impact by enabling efficient VLM inference on multiple architectures (e.g., LLaVA-1.5, LLaVA-NeXT, Qwen2.5-VL) with minimal overhead and broad applicability to real-world multimodal tasks.
Abstract
In Vision Language Models (VLMs), vision tokens are quantity-heavy yet information-dispersed compared with language tokens, thus consume too much unnecessary computation. Pruning redundant vision tokens for high VLM inference efficiency has been continuously studied but all existing methods resort to indirect and non-guaranteed ways. We propose OC-VTP, a direct and guaranteed approach to select the most representative vision tokens for high-efficiency yet accuracy-preserving VLM inference. Our OC-VTP requires merely light-weight pre-training of a small object-centric vision token pruner, which can then be inserted into existing VLMs, without fine-tuning of any models on any datasets. It is gauranteed that the most representative vision tokens are kept by minimizing the error in reconstructing the original unpruned tokens from the selected ones. Across any vision pruning ratios, i.e., inference efficiency, our OC-VTP consistently helps mainstream VLMs to preserve the highest inference accuracy. Our pruning also demonstrates interesting interpretability. Our codes are available at https://github.com/GarryLarry010131/OC-VTP.
