VisionTrim: Unified Vision Token Compression for Training-Free MLLM Acceleration
Hanxun Yu, Wentong Li, Xuan Qu, Song Wang, Junbo Chen, Jianke Zhu
TL;DR
VisionTrim addresses the high computational cost of multimodal LLMs driven by abundant visual tokens. It introduces two plug-and-play modules, DVTS and TGVC, to prune and complement tokens across the entire MLLM pipeline in a training-free manner, using global semantic signals, local spatial affinity, and text-guided clustering with cross-modal alignment. The approach yields substantial efficiency gains with minimal performance loss across image and video benchmarks, including high-resolution and video settings, and generalizes to multiple MLLMs. This work enables practical deployment of efficient MLLMs by dramatically reducing token counts and inference costs while preserving cross-modal understanding. The authors also release code for reproducibility and provide extensive ablations and efficiency analyses to support their claims.
Abstract
Multimodal large language models (MLLMs) suffer from high computational costs due to excessive visual tokens, particularly in high-resolution and video-based scenarios. Existing token reduction methods typically focus on isolated pipeline components and often neglect textual alignment, leading to performance degradation. In this paper, we propose VisionTrim, a unified framework for training-free MLLM acceleration, integrating two effective plug-and-play modules: 1) the Dominant Vision Token Selection (DVTS) module, which preserves essential visual tokens via a global-local view, and 2) the Text-Guided Vision Complement (TGVC) module, which facilitates context-aware token merging guided by textual cues. Extensive experiments across diverse image and video multimodal benchmarks demonstrate the performance superiority of our VisionTrim, advancing practical MLLM deployment in real-world applications. The code is available at: https://github.com/hanxunyu/VisionTrim.
