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

Make Your LVLM KV Cache More Lightweight

About

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.

Xihao Chen, Yangyang Guo, Roger Zimmermann• 2026

Related benchmarks

TaskDatasetResultRank
Object Hallucination EvaluationPOPE--
2019
Visual Question AnsweringGQA
GQA Score63
139
Visual Question AnsweringVizWiz
VW Score69.4
25
Science Question AnsweringSQA
SQA Score97
22
Multimodal EvaluationCOCO
Average Percentage99.94
16
Multi-modal EvaluationMME
Cognition Score (C)647.5
12
Multimodal EvaluationMME
MME-C Score590
11
Image CaptioningCOCO
COCO Score91
11
Image CaptioningNoCaps
NC Score43.5
6
Image CaptioningMS-COCO
COCO Score38.9
6
Showing 10 of 15 rows

Other info

Follow for update