CVAILGMay 1

Make Your LVLM KV Cache More Lightweight

arXiv:2605.0078991.2Has Code
Predicted impact top 33% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For LVLM practitioners, LightKV offers a prompt-aware compression method that significantly reduces memory and computation overhead with minimal performance loss.

LightKV reduces KV cache size in LVLMs by exploiting redundancy among vision tokens via cross-modality message passing guided by text prompts, achieving 55% vision tokens, halving KV cache, and reducing computation by up to 40% while preserving performance.

Key-Value (KV) cache has become a de facto component of modern Large Vision-Language Models (LVLMs) for inference. While it enhances decoding efficiency in Large Language Models (LLMs), its direct adoption in LVLMs introduces substantial GPU memory overhead due to the large number of vision tokens processed during the prefill stage. To tackle this problem, we propose LightKV, a novel approach that reduces KV cache size by exploiting the redundancy among vision-token embeddings. Guided by text prompts, LightKV employs cross-modality message passing to aggregate informative messages across vision tokens and progressively compress them during prefill. This prompt-aware guidance distinguishes our method from prior vision-only compression strategies. We evaluate LightKV on eight open-source LVLMs across eight public benchmark datasets, e.g., MME and SeedBench. Experimental results demonstrate that with only 55% of the original vision tokens, LightKV (a) halves the vision-token KV cache size, (b) reduces computation by up to 40%, and (c) preserves general-purpose performance while significantly outperforming existing baselines.

Foundations

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

Your Notes