PulseAugur
EN
LIVE 17:46:59

New KV Cache Compression Techniques Boost LLM Inference Performance · 9 sources tracked

Multiple research papers explore novel techniques for optimizing the Key-Value (KV) cache in large language model (LLM) serving to address memory and performance bottlenecks. These methods, including quantization, pruning, merging, and frequency-guided compression, aim to reduce memory usage and improve inference speed for long-context workloads. Studies evaluate these techniques across various benchmarks and models, highlighting trade-offs between compression ratios, task quality, and system performance, and suggesting workload-aware selection of compression strategies. AI

IMPACT These advancements in KV cache management are crucial for enabling more efficient and scalable deployment of LLMs, particularly for long-context applications.

RANK_REASON Multiple academic papers introducing and evaluating new methods for KV cache optimization in LLM serving.

Read on Hugging Face Daily Papers →

AI-generated summary · Google Gemini · from 37 sources. How we write summaries →

New KV Cache Compression Techniques Boost LLM Inference Performance · 9 sources tracked

COVERAGE [37]

  1. arXiv cs.AI TIER_1 English(EN) · Jiantong Jiang, Peiyu Yang, Rui Zhang, Feng Liu ·

    Towards Efficient Large Language Model Serving: A Survey on System-Aware KV Cache Optimization

    arXiv:2607.08057v1 Announce Type: cross Abstract: Despite the rapid advancements of large language models (LLMs), LLM serving systems remain memory-intensive and costly. The key-value (KV) cache, which stores KV tensors during autoregressive decoding, is crucial for enabling low-…

  2. arXiv cs.LG TIER_1 English(EN) · Vladimir Gusev ·

    Fractal KV-Cache Archives: Lossless Symbolic Storage with In-Place Retrieval for Long-Context LLM Inference

    arXiv:2607.07144v1 Announce Type: new Abstract: The key-value (KV) cache dominates the memory cost of long-context autoregressive inference, and a growing body of work compresses it through quantization, eviction, or offloading. We study a complementary question: once a position'…

  3. arXiv cs.CL TIER_1 English(EN) · Feng Liu ·

    Towards Efficient Large Language Model Serving: A Survey on System-Aware KV Cache Optimization

    Despite the rapid advancements of large language models (LLMs), LLM serving systems remain memory-intensive and costly. The key-value (KV) cache, which stores KV tensors during autoregressive decoding, is crucial for enabling low-latency, high-throughput LLM inference serving. In…

  4. arXiv cs.LG TIER_1 English(EN) · Vladimir Gusev ·

    Fractal KV-Cache Archives: Lossless Symbolic Storage with In-Place Retrieval for Long-Context LLM Inference

    The key-value (KV) cache dominates the memory cost of long-context autoregressive inference, and a growing body of work compresses it through quantization, eviction, or offloading. We study a complementary question: once a position's KV state has been quantized to codebook indice…

  5. arXiv cs.AI TIER_1 English(EN) · Nikita Agrawal, Ruben Mayer ·

    Benchmarking KV-Cache Optimizations across Task Quality and System Performance for Long-Context Serving

    arXiv:2607.05399v1 Announce Type: cross Abstract: Large language model serving is increasingly limited by KV-cache growth under long-context workloads, yet existing KV-cache compression techniques are difficult to compare because they were evaluated on different models, tasks, bu…

  6. arXiv cs.AI TIER_1 English(EN) · Anna C\'ordoba, Adam Puente Tercero, Nerea Angulo Hijo, Mar Linares Tercero, Julia Barrientos, Ainhoa Miranda, Jes\'us Olivera ·

    FreqDepthKV: Frequency-Guided Depth Sharing for Robust KV Cache Compression in Long-Context LLM Inference

    arXiv:2607.06519v1 Announce Type: new Abstract: Long-context LLM inference is increasingly limited by the memory and bandwidth cost of KV caches, yet aggressive compression can remove the layer-specific evidence needed for retrieval and multi-step reasoning. We introduce FreqDept…

  7. arXiv cs.AI TIER_1 English(EN) · Jesús Olivera ·

    FreqDepthKV: Frequency-Guided Depth Sharing for Robust KV Cache Compression in Long-Context LLM Inference

    Long-context LLM inference is increasingly limited by the memory and bandwidth cost of KV caches, yet aggressive compression can remove the layer-specific evidence needed for retrieval and multi-step reasoning. We introduce FreqDepthKV, an inference-time cache compression method …

  8. arXiv cs.AI TIER_1 English(EN) · Jie Li, Tongyang Wang, Yong Chen ·

    From Tensor Buffer to Distributed Memory Hierarchy: A Survey of KV Cache Management for LLM Serving

    arXiv:2607.02574v1 Announce Type: cross Abstract: The key-value (KV) cache has become a first-order memory object in LLM serving rather than a temporary per-request tensor. This survey classifies more than thirty KV-management systems and frameworks using four axes: locality, lif…

  9. arXiv cs.AI TIER_1 English(EN) · Kyoungmin Kim, Jiacheng Li, Kijae Hong, Qunyou Liu, Darong Huang, Anastasia Ailamaki ·

    Saving GPU Hours in LLM Inference System Development and Online Workloads with Simulation and DBMS-Inspired Cache Replacement Policies

    arXiv:2411.07447v5 Announce Type: replace-cross Abstract: LLMs are increasingly used world-wide from daily tasks to agentic systems and data analytics, requiring significant GPU resources. While LLM inference systems are capable of serving millions of requests from multiple users…

  10. arXiv cs.AI TIER_1 English(EN) · Bing Xie, Zhipeng Wang, Masahiro Tanaka, Zheng Zhen ·

    PEEK: Predictive Queue-Informed KV Cache Management for LLM Serving

    arXiv:2607.02525v1 Announce Type: cross Abstract: We present PEEK, a lightweight scheduling and eviction framework for both online (streaming) and offline (batch) LLM serving; this paper focuses on the online regime. PEEK maintains an incremental radix tree over the pending queue…

  11. arXiv cs.LG TIER_1 English(EN) · Lukas Haverbeck, Carmen Amo Alonso, Andres Felipe Posada-Moreno, Sebastian Trimpe, Marco Pavone ·

    The risk of KV cache compression

    arXiv:2607.01520v1 Announce Type: new Abstract: Transformer inference on long sequences is expensive because softmax attention repeatedly reads from a large KV cache. The prevalent approach to this bottleneck is KV cache compression, which replaces the full cache with a compact s…

  12. arXiv cs.LG TIER_1 English(EN) · Wenchen Han, Gingfung Matthew Yeung, Marco Barletta, William Toner, Amory Hoste, Adam Barker ·

    Lynx: Progressive Speculative Quantization for accelerating KV Transfer in Long-Context Inference

    arXiv:2607.01831v1 Announce Type: cross Abstract: Long-context inference is increasingly common in large language model (LLM) serving, driven by retrieval-augmented generation and agentic systems. In disaggregated inference, these workloads require transferring large Key-Value (K…

  13. arXiv cs.AI TIER_1 English(EN) · Shen Han, Yuyang Wu ·

    Kara: Efficient Reasoning LLM Serving via Sliding-Window KV Cache Compression

    arXiv:2607.01237v1 Announce Type: cross Abstract: Reasoning language models often generate long chain-of-thought (CoT), which accumulates a massive KV cache during the decoding phase and incurs high decoding latency and limited throughput. To address these issues, KV cache compre…

  14. arXiv cs.LG TIER_1 English(EN) · Sheng Qiang, Ruiwei Chen, Yinpeng Wu, Jinyu Gu, Zhichao Hua, Yubin Xia, Binyu Zang, Haibo Chen ·

    MosaicKV: Serving Long-Context LLM with Dynamic Two-D KV Cache Compression

    arXiv:2607.00760v1 Announce Type: new Abstract: Long-context LLM services now sustain prompts with hundreds of thousands to millions of tokens, making the key-value (KV) cache a first-order serving cost. Because the cache grows linearly with context length, it can exhaust GPU mem…

  15. arXiv cs.LG TIER_1 English(EN) · Soosung Kim, Minjae Park, Eui-Young Chung, Jaeyong Chung ·

    GSRQ: Gain-Shape Residual Quantization for Sub-1-bit KV Cache

    arXiv:2607.01065v1 Announce Type: new Abstract: The deployment of Large Language Models (LLMs) with extended context windows is increasingly constrained by the linear growth of Key-Value (KV) cache memory. Vector Quantization (VQ), particularly Residual Quantization (RQ), is a pr…

  16. arXiv cs.LG TIER_1 English(EN) · Jaeyong Chung ·

    GSRQ: Gain-Shape Residual Quantization for Sub-1-bit KV Cache

    The deployment of Large Language Models (LLMs) with extended context windows is increasingly constrained by the linear growth of Key-Value (KV) cache memory. Vector Quantization (VQ), particularly Residual Quantization (RQ), is a promising approach for pushing KV cache storage to…

  17. arXiv cs.LG TIER_1 English(EN) · Haibo Chen ·

    MosaicKV: Serving Long-Context LLM with Dynamic Two-D KV Cache Compression

    Long-context LLM services now sustain prompts with hundreds of thousands to millions of tokens, making the key-value (KV) cache a first-order serving cost. Because the cache grows linearly with context length, it can exhaust GPU memory, force smaller batches, and reduce serving t…

  18. arXiv cs.AI TIER_1 English(EN) · Zhiqing Zhong, Zhijing Ye, Jian Zhang, Weijian Zheng, Bolun Sun, Xiaodong Yu ·

    KV-RM: Regularizing KV-Cache Movement for Static-Graph LLM Serving

    arXiv:2605.09735v2 Announce Type: replace-cross Abstract: Static-graph LLM decoders provide predictable launches, fixed tensor shapes, and low submission overhead, but online decoding exposes highly irregular KV-cache behavior: request lengths differ, EOS events arrive asynchrono…

  19. arXiv cs.CL TIER_1 English(EN) · Amirhossein Abaskohi, Giuseppe Carenini, Peter West, Yuhang He ·

    SeKV: Resolution-Adaptive KV Cache with Hierarchical Semantic Memory for Long-Context LLM Inference

    arXiv:2606.31145v1 Announce Type: new Abstract: Large language models increasingly operate over long contexts, where the KV cache becomes a dominant memory bottleneck: its size grows linearly with sequence length and must be retained throughout decoding, making full GPU caching p…

  20. arXiv cs.CL TIER_1 English(EN) · Yuhang He ·

    SeKV: Resolution-Adaptive KV Cache with Hierarchical Semantic Memory for Long-Context LLM Inference

    Large language models increasingly operate over long contexts, where the KV cache becomes a dominant memory bottleneck: its size grows linearly with sequence length and must be retained throughout decoding, making full GPU caching prohibitively expensive without compression. Exis…

  21. arXiv cs.AI TIER_1 English(EN) · Shuvendu Roy, Mengyao Zhai, Hossein Hajimirsadeghi, Golnoosh Samei ·

    Coverage-Driven KV Cache Eviction for Efficient and Improved Inference of LLM

    arXiv:2606.29563v1 Announce Type: cross Abstract: Large language models (LLMs) excel at complex tasks like question answering and summarization, thanks to their ability to handle long-context inputs. However, deploying LLMs is costly, not only due to the high computational demand…

  22. Hugging Face Daily Papers TIER_1 English(EN) ·

    SeKV: Resolution-Adaptive KV Cache with Hierarchical Semantic Memory for Long-Context LLM Inference

    SeKV introduces a resolution-adaptive semantic KV cache that compresses context into entropy-guided spans stored across GPU-CPU memory hierarchies, enabling efficient long-context processing with minimal memory overhead and preserved token-level detail.

  23. arXiv cs.CL TIER_1 English(EN) · Fei Zuo, Zikang Zhou, Hao Cong, Xiaoyan Xi, Ho Fai Leung ·

    RateQuant: Optimal Mixed-Precision KV Cache Quantization via Rate-Distortion Theory

    arXiv:2605.06675v2 Announce Type: replace-cross Abstract: Large language models cache all previously computed key-value (KV) pairs during generation, and this KV cache grows linearly with sequence length, making it a primary memory bottleneck for serving. Quantizing the KV cache …

  24. arXiv cs.AI TIER_1 English(EN) · Xuanfan Ni, Liyan Xu, Chenyang Lyu, Longyue Wang, Mo Yu, Lemao Liu, Fandong Meng, Jie Zhou, Piji Li ·

    ReFreeKV: Towards Threshold-Free KV Cache Compression

    arXiv:2502.16886v4 Announce Type: replace-cross Abstract: To reduce memory consumption during LLM inference, a handful of methods have been proposed for KV cache pruning. While these techniques can accomplish lossless memory reduction on many datasets, they often hinge on an unde…

  25. arXiv cs.AI TIER_1 English(EN) · Jushi Kai, Zhuiri Xiao, Alexandra Birch, Zhouhan Lin ·

    Information-Aware KV Cache Compression for Long Reasoning

    arXiv:2606.26875v1 Announce Type: cross Abstract: Reasoning capability has advanced rapidly in large language models (LLMs), leading to an increasing size of key-value (KV) cache in both prefilling and decoding stages. Existing KV cache compression methods mainly rely on attentio…

  26. Hugging Face Daily Papers TIER_1 English(EN) ·

    ReFreeKV: Towards Threshold-Free KV Cache Compression

    ReFreeKV addresses the limitations of threshold-dependent KV cache pruning by introducing a threshold-free approach that adaptively allocates compression budgets while maintaining full-cache performance across diverse datasets and model sizes.

  27. arXiv cs.AI TIER_1 English(EN) · Zhouhan Lin ·

    Information-Aware KV Cache Compression for Long Reasoning

    Reasoning capability has advanced rapidly in large language models (LLMs), leading to an increasing size of key-value (KV) cache in both prefilling and decoding stages. Existing KV cache compression methods mainly rely on attention weights to estimate token importance. While atte…

  28. Hugging Face Daily Papers TIER_1 English(EN) ·

    Information-Aware KV Cache Compression for Long Reasoning

    InfoKV is an entropy-aware KV cache compression framework that enhances long-context reasoning in LLMs by incorporating information-theoretic signals alongside attention weights.

  29. arXiv cs.CL TIER_1 English(EN) · Fengfeng Liang, Yuechen Zhang, Jiaya Jia ·

    RoPE-Aware Bit Allocation for KV-Cache Quantization

    arXiv:2606.24033v1 Announce Type: cross Abstract: Existing low-bit KV-cache quantizers often treat each cached key as a flat vector. Under RoPE, however, a key's contribution to a future attention logit decomposes into a position-dependent sum over two-dimensional frequency block…

  30. arXiv cs.CL TIER_1 English(EN) · Jiaya Jia ·

    RoPE-Aware Bit Allocation for KV-Cache Quantization

    Existing low-bit KV-cache quantizers often treat each cached key as a flat vector. Under RoPE, however, a key's contribution to a future attention logit decomposes into a position-dependent sum over two-dimensional frequency blocks. This makes key-cache quantization a block-wise …

  31. Hugging Face Daily Papers TIER_1 English(EN) ·

    RoPE-Aware Bit Allocation for KV-Cache Quantization

    Block-GTQ introduces a RoPE-aware bit allocation method for key-cache quantization that improves attention accuracy and downstream performance through adaptive bit distribution and packed cache serving.

  32. Medium — MLOps tag TIER_1 English(EN) · Rohan Mistry ·

    Why Your LLM Is Slow — KV Cache, Batching, and Quantization

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/why-your-llm-is-slow-kv-cache-batching-and-quantization-77e663d0446c?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1672/1*1dvBTamREWhVNdrl8d1zVw.png" width="1672…

  33. dev.to — LLM tag TIER_1 English(EN) · mihir mohapatra ·

    Inference Optimization for the Rest of Us — KV Cache, Quantization, and Latency Tradeoffs

    <p>Most inference optimization content is written for people running fleets of H100s. If you're serving models out of a single GPU box, a modest EC2/ECS setup, or even CPU inference for smaller models, a lot of that advice doesn't transfer — the constraints are different, and the…

  34. dev.to — LLM tag TIER_1 English(EN) · I Want To Learn Programming ·

    The KV cache, why LLM inference is memory-bound, not compute-bound

    <p>A lot of 2026's headline AI infrastructure wins, claims like "6x less inference memory", weren't about doing more math. They were about moving <em>less data</em>. That's because when a large language model generates text, it is usually <strong>memory-bound</strong>, not comput…

  35. r/LocalLLaMA TIER_1 English(EN) · /u/Mr-serial_killer ·

    KV cache quantization is the free lunch nobody talks about

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1un70tt/kv_cache_quantization_is_the_free_lunch_nobody/"> <img alt="KV cache quantization is the free lunch nobody talks about" src="https://preview.redd.it/ghd28puza7bh1.jpeg?width=640&amp;crop=smart&amp;auto…

  36. r/LocalLLaMA TIER_1 English(EN) · /u/crusaderky ·

    I mapped the KLD of KV cache quantization for Qwen3.6-35B-A3B and Gemma4-E2B QAT

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1udjvhd/i_mapped_the_kld_of_kv_cache_quantization_for/"> <img alt="I mapped the KLD of KV cache quantization for Qwen3.6-35B-A3B and Gemma4-E2B QAT" src="https://preview.redd.it/e0qmwmffs19h1.png?width=140&amp…

  37. r/LocalLLaMA TIER_1 English(EN) · /u/rima_2711 ·

    Gemma 4 QAT seems to respond significantly better to KV cache quantization

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1ubl0df/gemma_4_qat_seems_to_respond_significantly_better/"> <img alt="Gemma 4 QAT seems to respond significantly better to KV cache quantization" src="https://preview.redd.it/wxvhm0r1ml8h1.png?width=320&amp;c…