Back to Research papers
Research paper index

SepPrune:A Separator-based Pruning Framework for Efficient Multimodal Large Language Models

Yuchen Wang, Qihui Zhu, Yang Liu, Xiaoyan Sun, Siying Wu

arXiv:2607.25818Published July 28, 20260 citations
  • cs.CV

Abstract

Recent multimodal large language models (MLLMs), such as Qwen2.5-VL and InternVL3, generate large numbers of vision tokens for high-resolution inputs, leading to substantial computational cost. Existing vision token pruning methods either depend on cross-modal attention and cannot prune before the prefill stage, or rely on diversity estimation with high computational overhead. We observe that attention scores from both vision and text tokens peak at modality separator tokens, suggesting that these separators bridge the two modalities. Based on this observation, we propose SepPrune, an efficient, training-free, plug-and-play pruning method that uses the separator token as a unified query to rank and select informative vision tokens. SepPrune reuses the LLM's built-in projection parameters and requires no architectural changes. Experiments on Qwen2.5-VL-7B show that SepPrune achieves state-of-the-art performance, retaining 96.3% of the original accuracy while removing 80.2% of vision tokens.

Read the original paper

This page indexes public paper metadata. The manuscript remains with its original publisher and authors.