Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

AsymVLM: Asymmetric Token Pruning for Efficient Vision-Language Model Inference

About

Vision-Language Models (VLMs) process thousands of visual tokens per image alongside comparatively few text tokens, yet existing compression methods treat both modalities uniformly. We observe that the two modalities have fundamentally different properties: vision tokens are spatially redundant and dominate prefill, while text tokens are causally dependent and accumulate during decoding. Based on this asymmetry, we propose and empirically evaluate AsymVLM, which applies aggressive pruning to vision tokens before prefill using a learned importance scorer with per-sample adaptive budgeting, and temporal threshold-based eviction to text tokens only when they exceed a fixed budget. Our experiments indicate that AsymVLM achieves the highest FLOPs savings (up to 54%) among state-of-the-art methods while outperforming existing approaches by 2--3% on document and chart understanding tasks where visual information is spatially localized and query-specific, and maintaining competitive accuracy on holistic benchmarks. In text-dominated scenarios, our eviction strategy substantially outperforms standard LLM cache compression methods by adapting to the short-context nature of VLM.

Yilin Feng, Ahmed Burak Gulhan, Mahmut Taylan Kandemir• 2026

Related benchmarks

TaskDatasetResultRank
Chart Question AnsweringChartQA--
371
Multimodal Model EvaluationMME--
71
OCR-based Visual Question AnsweringOCRVQA
Mean Accuracy72.4
50
Multimodal EvaluationLLaVA-Bench
LLaVA-Bench Score75.69
48
Text-based Visual Question AnsweringTextVQA
TextVQA Accuracy73.78
33
Multimodal dialogue understandingMMDU
GPT-4o Score0.703
10
Document Visual Question AnsweringDocVQA
ANLS85.75
10
Showing 7 of 7 rows

Other info

Follow for update