CVMay 11

ERASE: Eliminating Redundant Visual Tokens via Adaptive Two-Stage Token Pruning

arXiv:2605.0998284.0Has Code
AI Analysis

For practitioners deploying vision-language models on high-resolution images, ERASE reduces computational overhead while maintaining accuracy, outperforming existing token pruning methods.

ERASE introduces a two-stage token pruning framework that adaptively removes redundant visual tokens based on image complexity, achieving 89.46% accuracy retention at 85% pruning ratio on Qwen2.5-VL-7B, compared to 78.1% for prior methods.

Recent advancements in Vision-Language Models (VLMs) enable large language models (LLMs) to process high-resolution images, significantly improving real-world multimodal understanding. However, this capability introduces a large number of vision tokens, resulting in substantial computational overhead. To mitigate this issue, various vision token pruning methods have been proposed. Nevertheless, existing approaches predominantly rely on learned semantic features within the model to capture visual redundancy. Moreover, they lack adaptive mechanisms to adjust pruning strategies according to the complexity of the input image. In this paper, we propose ERASE, a two-stage vision token pruning framework that identifies and retains salient tokens through pruning strategies adaptive to image complexity. Experiment results demonstrate that ERASE significantly reduces vision tokens while preserving accuracy. For Qwen2.5-VL-7B, at a token pruning ratio of 85\%, ERASE retains 89.46% of the original model accuracy, whereas the best prior method retains only 78.1%. Our code is available at https://github.com/Tuna-Luna/ERASE.

Foundations

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

Your Notes