paper-with-me

홈 › Papers

AdaptInfer: Adaptive Token Pruning for Vision-Language Model Inference with Dynamical Text Guidance

2025-08-08 · Weichen Zhang, Zhui Zhu, Ningbo Li, Shilong Tao, Kebin Liu, Yunhao Liu arxiv

Vision-language models (VLMs) have achieved impressive performance on multimodal reasoning tasks such as visual question answering, image captioning and so on, but their inference cost remains a significant challenge due to the large number of vision tokens processed during the prefill stage. Existing pruning methods often rely on directly using the attention patterns or static text prompt guidance, failing to exploit the dynamic internal signals generated during inference. To address these issues, we propose AdaptInfer, a plug-and-play framework for adaptive vision token pruning in VLMs. First, we introduce a fine-grained, dynamic text-guided pruning mechanism that reuses layer-wise text-to-text attention maps to construct soft priors over text-token importance, allowing more informed scoring of vision tokens at each stage. Second, we perform an offline analysis of cross-modal attention shifts and identify consistent inflection locations in inference, which inspire us to propose a more principled and efficient pruning schedule. Our method is lightweight and plug-and-play, also generalizable across multi-modal tasks. Experimental results have verified the effectiveness of the proposed method. For example, it reduces CUDA latency by 61.3% while maintaining an average accuracy of 93.1% on vanilla LLaVA-1.5-7B. Under the same token budget, AdaptInfer surpasses SOTA in accuracy.

📄 PDF Abstract BibTeX arXiv:2508.06084

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question AnsweringMultimodal ReasoningImage Captioning

Similar Papers 제목 키워드 기반

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

2026-05-11 · Yuna Lee, Kyoungho Min, Yulhwa Kim arxiv

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…

ATP-LLaVA: Adaptive Token Pruning for Large Vision Language Models

2024-11-30 · CVPR 2025 1 · Xubing Ye, Yukang Gan, Yixiao Ge, Xiao-Ping Zhang 외

Large Vision Language Models (LVLMs) have achieved significant success across multi-modal tasks. However, the computational cost of processing long visual tokens can be prohibitively expensive on resource-limited devices…

Large Language Model

Evading Visual Aphasia: Contrastive Adaptive Semantic Token Pruning for Vision-Language Models

2026-05-10 · Jie Ma, Yihang Liu, Zhike Qiu, Jiayi Ji 외 arxiv

Are low-attention visual tokens truly redundant in vision-language reasoning? Existing pruning methods often assume so, ranking visual tokens by shallow text-to-image attention and discarding low-scoring patches to accel…

Visual Grounding

CLASP: Class-Adaptive Layer Fusion and Dual-Stage Pruning for Multimodal Large Language Models

2026-04-14 · Yunkai Dang, Yizhu Jiang, Yifan Jiang, Qi Fan 외 arxiv

Multimodal Large Language Models (MLLMs) suffer from substantial computational overhead due to the high redundancy in visual token sequences. Existing approaches typically address this issue using single-layer Vision Tra…

Beyond One-Size-Fits-All: Sample-Adaptive Strategy Routing for Vision Token Pruning in MLLMs

2026-09-09 · Haiji Liang, Pengfei Zhou, Zhenglin Wan, Wei Wang 외 arxiv

Multimodal large language models (MLLMs) process hundreds or thousands of visual tokens per image, incurring prohibitive inference costs. While existing vision token pruning methods mitigate this overhead, they implicitl…