Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

KeyDiff: Key Similarity-Based KV Cache Eviction for Long-Context LLM Inference in Resource-Constrained Environments

About

We demonstrate that geometrically distinctive keys during LLM inference tend to have high attention scores. Based on the phenomenon we propose KeyDiff, a training-free KV cache eviction method based solely on key similarity. Unlike other KV cache eviction methods, KeyDiff can process arbitrarily long prompts within strict resource constraints and efficiently generate responses. We provide a theoretical basis for KeyDiff by relating key diversity with attention scores. These results imply KeyDiff can efficiently identify the most important tokens to retain. Notably KeyDiff does not rely on attention scores, allowing the use of optimized attention mechanisms like FlashAttention. Under a strict memory allowance, we demonstrate the effectiveness of KeyDiff for the Llama and Qwen model families by observing a performance gap of less than 0.04% with 8K cache budget ($\sim$23% KV cache reduction) from the non-evicting baseline on LongBench for Llama 3.1-8B and Llama 3.2-3B. We also observe near baseline performance for Deepseek-R1-Distill-Llama-8B on the Math500 reasoning benchmark and decrease end-to-end inference latency by up to 30% compared to the other token-eviction methods.

Junyoung Park, Dalton Jones, Matthew J Morse, Raghavv Goel, Mingu Lee, Chris Lott• 2025

Related benchmarks

TaskDatasetResultRank
Long-context evaluationRULER 16k
Total Score41.64
59
Long-context evaluationRULER 32k
Overall Score30.37
41
Long-context UnderstandingLongBench v2--
37
Long-context evaluationRULER 8k
Score51.6
35
Long-context evaluationRULER 4k
Score69.58
35
Long-context retrievalRULER 64K context
Accuracy81.1
13
Long-context retrievalRULER 4K-32K context
Accuracy95.66
8
Long-Context InferenceLongBench 32K~128K tokens v2 (medium)
Accuracy26.5
8
Long-Context InferenceLongBench >128K tokens v2 (long)
Accuracy32.4
8
Long-Context InferenceLongBench v2 (hard)
Accuracy26.7
8
Showing 10 of 12 rows

Other info

Follow for update