Recency/Frequency Adaptive KV Caching for Large Language Model Serving

June 19, 2026 ยท Grace Period ยท ๐Ÿ› the ICML 2026 Workshop on Resource-Adaptive Foundation Model Inference

โณ Grace Period
This paper is less than 90 days old. We give authors time to release their code before passing judgment.
Authors Yang Shen, Meghana Madhyastha, Robert Underwood, Bogdan Nicolae, Randal Burns arXiv ID 2606.21238 Category cs.DC: Distributed Computing Cross-listed cs.AI, cs.LG Citations 0 Venue the ICML 2026 Workshop on Resource-Adaptive Foundation Model Inference
Abstract
Key-value (KV) caching is a powerful technique for accelerating large language model inference and generation. Inference workloads are large and diverse, which makes them difficult to cache effectively. Existing cache management strategies adopt the least-recently-used policy for evicting cache blocks. However, LRU leads to multiple unrelated workloads flushing each other's caches. To address this, we integrate adaptive caching that dynamically allocates cache space between recently and frequently occurring KV blocks. Evaluations show that it improves the KV cache hit rate by up to 10.8% and reduces time to first token by up to 12.6% over naive vLLM on synthetic document question answering workloads, and 2.1% and 2.0% respectively on real-world conversation workloads. The method generalizes well to batch inference and demonstrates clear interpretability while effectively accommodating diverse workloads.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Distributed Computing