[2412.14838] DynamicKV: Task-Aware Adaptive KV Cache Compression for Long Context LLMs
Abstract:Efficient KV cache management in LLMs is crucial for long-context tasks like RAG and summarization. Existing KV cache compression methods enforce a fixed pattern, neglecting task-specific characteristics and reducing the retention of essential information. However, we observe distinct activation patterns across layers in various tasks, highlighting the need for adaptive strategies tailored to each task's unique demands. Based on this insight, we propose DynamicKV, a method that dynamically optimizes token retention by adjusting the number of tokens retained at each layer to adapt to the specific task. DynamicKV establishes global and per-layer maximum KV cache budgets, temporarily retaining the maximum budget for the current layer, and periodically updating the KV cache sizes of all preceding layers during inference. Our method retains only 1.7% of the KV cache size while achieving ~85% of the Full KV cache performance on LongBench. Notably, even under extreme compression (0.9%), DynamicKV surpasses state-of-the-art (SOTA) methods by 11% in the Needle-in-a-Haystack test using Mistral-7B-Instruct-v0.2. The code will be released.
Abstract:Efficient KV cache management in LLMs is crucial for long-context tasks like RAG and summarization. Existing KV cache compression methods enforce a fixed pattern, neglecting task-specific characteristics and reducing the retention of essential information. However, we observe distinct activation patterns across layers in various tasks, highlighting the need for adaptive strategies tailored to each task's unique demands. Based on this insight, we propose DynamicKV, a method that dynamically optimizes token retention by adjusting the number of tokens retained at each layer to adapt to t
Explore this link on the map →related reading
- [2412.02252] Compressing KV Cache for Long-Context LLM Inference with Inter-Layer Attention Similarityarxiv.org
- Cache strategies · Hugging Facehuggingface.co
- KV Caching Explained: Optimizing Transformer Inference Efficiencyhuggingface.co
- Paged Attention from First Principles: A View Inside vLLM – Hamza's Bloghamzaelshafie.bearblog.dev
- TurboQuant: Redefining AI efficiency with extreme compressionresearch.google
- Speculative KV coding: losslessly compressing KV cache by up to ~4× using a predictor modelfergusfinn.com
- Patterns for Building LLM-based Systems & Productseugeneyan.com
- [2506.06266] Cartridges: Lightweight and general-purpose long context representations via self-studyarxiv.org
- TurboQuant: Redefining AI efficiency with extreme compressionresearch.google
- 2502.11089arxiv.org
- [2604.18002] Neural Garbage Collection: Learning to Forget while Learning to Reasonarxiv.org
- LongLLMLingua Prompt Compression Guide | LlamaIndexblog.llamaindex.ai