CVAICLLGIVAug 16, 2025

EVTP-IVS: Effective Visual Token Pruning For Unifying Instruction Visual Segmentation In Multi-Modal Large Language Models

arXiv:2508.11886v11 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses efficiency problems for users of multimodal large language models in visual segmentation applications, representing an incremental improvement over existing pruning methods.

The paper tackles the high inference cost bottleneck in Instructed Visual Segmentation tasks for multimodal large language models by developing a visual token pruning method that selects spatially representative token subsets, achieving up to 5X speed-up on video tasks and 3.5X on image tasks while maintaining comparable accuracy with only 20% of tokens.

Instructed Visual Segmentation (IVS) tasks require segmenting objects in images or videos based on natural language instructions. While recent multimodal large language models (MLLMs) have achieved strong performance on IVS, their inference cost remains a major bottleneck, particularly in video. We empirically analyze visual token sampling in MLLMs and observe a strong correlation between subset token coverage and segmentation performance. This motivates our design of a simple and effective token pruning method that selects a compact yet spatially representative subset of tokens to accelerate inference. In this paper, we introduce a novel visual token pruning method for IVS, called EVTP-IV, which builds upon the k-center by integrating spatial information to ensure better coverage. We further provide an information-theoretic analysis to support our design. Experiments on standard IVS benchmarks show that our method achieves up to 5X speed-up on video tasks and 3.5X on image tasks, while maintaining comparable accuracy using only 20% of the tokens. Our method also consistently outperforms state-of-the-art pruning baselines under varying pruning ratios.

Foundations

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

Your Notes