Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

D2Pruner: Debiased Importance and Structural Diversity for MLLM Token Pruning

About

Processing long visual token sequences poses a significant computational burden on Multimodal Large Language Models (MLLMs). While token pruning offers a path to acceleration, we find that current methods, while adequate for general understanding, catastrophically fail on fine-grained localization tasks. We attribute this failure to the inherent flaws of the two prevailing strategies: importance-based methods suffer from a strong positional bias, an inherent model artifact that distracts from semantic content, while diversity-based methods exhibit structural blindness, disregarding the user's prompt and spatial redundancy. To address this, we introduce D2Pruner, a framework that rectifies these issues by uniquely combining debiased importance with a structural pruning mechanism. Our method first secures a core set of the most critical tokens as pivots based on a debiased attention score. It then performs a Maximal Independent Set (MIS) selection on the remaining tokens, which are modeled on a hybrid graph where edges signify spatial proximity and semantic similarity. This process iteratively preserves the most important and available token while removing its neighbors, ensuring that the supplementary tokens are chosen to maximize importance and diversity. Extensive experiments demonstrate that D2Pruner has exceptional efficiency and fidelity. Applied to LLaVA-1.5-7B for general understanding tasks, it reduces FLOPs by 74.2\% while retaining 99.2\% of its original performance. Furthermore, in challenging localization benchmarks with InternVL-2.5-8B, it maintains 85.7\% performance at a 90\% token reduction rate, marking a significant advancement with up to 63. 53\% improvement over existing methods.

Evelyn Zhang, Fufu Yu, Aoqi Wu, Zichen Wen, Ke Yan, Shouhong Ding, Biqing Qi, Linfeng Zhang• 2025

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringVQA v2
Accuracy80.13
1165
Visual Question AnsweringVizWiz
Accuracy63.61
1043
Object Hallucination EvaluationPOPE
Accuracy82.4
935
Multimodal EvaluationMME
Score2.32e+3
557
Text-based Visual Question AnsweringTextVQA
Accuracy56.1
496
Visual Question AnsweringGQA
Accuracy57.9
374
Chart Question AnsweringChartQA
Accuracy68.4
229
Multimodal UnderstandingMMStar--
197
Diagram Question AnsweringAI2D--
196
Multimodal UnderstandingMMBench CN
Accuracy55.6
162
Showing 10 of 25 rows

Other info

Follow for update