PulseAugur
实时 15:51:22
English(EN) EpiCache: Episodic KV Cache Management for Long-Term Conversation on Resource-Constrained Environments

新方法解决长上下文 LLM KV 缓存压缩问题

2026年5月和6月发布的多篇研究论文提出了压缩大型语言模型(LLM)键值(KV)缓存的新颖方法。这些技术旨在减少与长上下文长度相关的显著内存开销,从而在资源受限的环境中实现更高效的推理。方法包括偶发式管理、用于合并的全局回归、抗漂移检索和低秩近似,所有这些都旨在在大幅降低内存使用量和延迟的同时保持模型准确性。 AI

影响 这些方法旨在显著降低 LLM 的内存和延迟,有可能在功能较弱的硬件上实现更广泛的部署和更复杂的应用。

排序理由 多篇学术论文提出 LLM KV 缓存压缩新方法。

在 Apple Machine Learning Research 阅读 →

AI 生成摘要 · Google Gemini · 来自 81 个来源。 我们如何撰写摘要 →

新方法解决长上下文 LLM KV 缓存压缩问题

报道来源 [81]

  1. Apple Machine Learning Research TIER_1 English(EN) ·

    EpiCache: Episodic KV Cache Management for Long-Term Conversation on Resource-Constrained Environments

    Modern large language models (LLMs) extend context lengths to millions of tokens, enabling coherent, personalized responses grounded in long conversational history. However, the Key-Value (KV) cache grows linearly with the extended dialogue history, causing the model’s memory foo…

  2. arXiv cs.AI TIER_1 English(EN) · Anirudh Sekar ·

    RKSC: Reasoning-Aware KV Cache Sharing and Confident Early Exit for Multi-Step LLM Inference

    arXiv:2606.09937v1 Announce Type: cross Abstract: We introduce RKSC (Reasoning-Aware KV Cache Sharing), a training-free inference framework that eliminates two structural redundancies in multi-branch LLM reasoning pipelines. ASKS (Attention-Similarity KV Sharing) computes the pre…

  3. arXiv cs.AI TIER_1 English(EN) · Bruce Changlong Xu, Adarsh Kumarappan, Mu Zhou ·

    Alignment Collapse Under KV Cache Quantization: Diagnosis and Mitigation

    arXiv:2606.09864v1 Announce Type: cross Abstract: Key-value (KV) cache quantization is widely used to reduce Large Language Model (LLM) inference memory, yet existing evaluations solely focus on measuring perplexity and accuracy without assessing the safety impact. In this study,…

  4. arXiv cs.AI TIER_1 English(EN) · Wenhao Liu, Hao Shi, Yunhe Li, Weizhi Fei, Xiangyuan Wang, Mengzhe Ruan, Hanxu Hou, Peisong Wang, Linqi Song, Shuang Qiu ·

    ReasonAlloc: Hierarchical Decoding-Time KV Cache Budget Allocation for Reasoning Models

    arXiv:2606.11164v1 Announce Type: new Abstract: Long chain-of-thought (CoT) trajectories in large language model (LLM) reasoning cause severe inference bottlenecks due to rapid key-value (KV) cache growth. Current decoding-time compression methods mitigate this issue via token ev…

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

    ReasonAlloc: Hierarchical Decoding-Time KV Cache Budget Allocation for Reasoning Models

    Long chain-of-thought (CoT) trajectories in large language model (LLM) reasoning cause severe inference bottlenecks due to rapid key-value (KV) cache growth. Current decoding-time compression methods mitigate this issue via token eviction, but typically assume a uniform budget di…

  6. arXiv cs.AI TIER_1 English(EN) · Shuang Qiu ·

    ReasonAlloc: Hierarchical Decoding-Time KV Cache Budget Allocation for Reasoning Models

    Long chain-of-thought (CoT) trajectories in large language model (LLM) reasoning cause severe inference bottlenecks due to rapid key-value (KV) cache growth. Current decoding-time compression methods mitigate this issue via token eviction, but typically assume a uniform budget di…

  7. arXiv cs.AI TIER_1 English(EN) · Priyansh Bhatnagar, Ashkan Moradifirouzabadi, Se-Hyun Yang, SeungJae Lee, Jungwook Choi, Mingu Kang ·

    STAR-KV:通过软阈值进行低秩 KV 缓存压缩以实现自适应秩控制

    arXiv:2606.08382v1 Announce Type: cross Abstract: Low-rank projection has emerged as a promising approach for compressing the KV cache by exploiting hidden-dimension redundancy. However, prior methods rely on fixed or heuristic rank selection and struggle to achieve aggressive co…

  8. arXiv cs.LG TIER_1 English(EN) · Yuji Yamamoto, Satoshi Matsuura ·

    LLM服务系统中共享KV缓存块的比特翻转漏洞

    arXiv:2604.17249v2 Announce Type: replace-cross Abstract: Rowhammer on GPU DRAM has enabled adversarial bit flips in model weights; shared KV-cache blocks in LLM serving systems present an analogous but previously unexamined target. In vLLM's Prefix Caching, these blocks exist as…

  9. arXiv cs.LG TIER_1 English(EN) · Yang Pengju ·

    SpectrumKV:用于预填充-解码分离式大语言模型服务的逐 Token 混合精度 KV 缓存传输

    arXiv:2606.08635v1 Announce Type: new Abstract: Prefill-decode (PD) disaggregation decouples prompt processing from token generation, but it also turns the key-value (KV) cache into a network payload. Existing PD-side KV reduction methods are mostly binary: selected tokens are tr…

  10. arXiv cs.LG TIER_1 English(EN) · Charles O'Neill, Alex Sandomirsky, Harry Partridge, Mudith Jayasekara, Max Kirkby ·

    Still:单次前向传播中的摊销KV缓存压缩

    arXiv:2606.07878v1 Announce Type: new Abstract: The KV cache is the memory bottleneck of long-horizon language model deployment. Practically, a deployable compactor must be lightweight enough to call during inference, expressive enough to preserve context under constraint, and re…

  11. arXiv cs.CL TIER_1 English(EN) · Songhao Wu, Ang Lv, Xiao Feng, Yufei Zhang, Xun Zhang, Guojun Yin, Wei Lin, Rui Yan ·

    PolarQuant:利用极坐标变换实现高效键缓存量化和解码加速

    arXiv:2502.00527v2 Announce Type: replace-cross Abstract: The KV cache in large language models is a dominant factor in memory usage, limiting their broader applicability. Quantizing the cache to lower bit widths is an effective way to reduce computational costs; however, previou…

  12. arXiv cs.AI TIER_1 English(EN) · Mingu Kang ·

    STAR-KV:通过软阈值进行低秩 KV 缓存压缩以实现自适应秩控制

    Low-rank projection has emerged as a promising approach for compressing the KV cache by exploiting hidden-dimension redundancy. However, prior methods rely on fixed or heuristic rank selection and struggle to achieve aggressive compression with minimal accuracy degradation. We pr…

  13. arXiv cs.CL TIER_1 English(EN) · Chunsheng Zuo, Liaoyaqi Wang, William Jurayj, William Fleshman, Benjamin Van Durme ·

    通过KV缓存压缩的视角重新思考LoRA内存

    arXiv:2606.05698v1 Announce Type: new Abstract: Parametric retrieval augmentation encodes document information into lightweight, document-specific modules such as LoRA adapters, reducing the need to include all evidence as input context. However, it remains unclear how this param…

  14. arXiv cs.LG TIER_1 English(EN) · Hyungmin Kim, Minsoo Kim, Hongseok Kim, Jungwook Choi ·

    Tangram:为高效多轮 LLM 服务解锁非均匀 KV 缓存

    arXiv:2606.06302v1 Announce Type: new Abstract: Multi-turn Large Language Model (LLM) serving is critical for consistent user experiences, yet the linear growth of the Key-Value (KV) cache imposes significant pressure on GPU memory and bandwidth. Non-uniform KV compression effect…

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

    Tangram:为高效多轮 LLM 服务解锁非均匀 KV 缓存

    Multi-turn Large Language Model (LLM) serving is critical for consistent user experiences, yet the linear growth of the Key-Value (KV) cache imposes significant pressure on GPU memory and bandwidth. Non-uniform KV compression effectively preserves more information by considering …

  16. arXiv cs.LG TIER_1 English(EN) · Jungwook Choi ·

    Tangram:为高效多轮 LLM 服务解锁非均匀 KV 缓存

    Multi-turn Large Language Model (LLM) serving is critical for consistent user experiences, yet the linear growth of the Key-Value (KV) cache imposes significant pressure on GPU memory and bandwidth. Non-uniform KV compression effectively preserves more information by considering …

  17. arXiv cs.CL TIER_1 English(EN) · Momchil Hardalov, Gonzalo Iglesias, Adri\`a de Gispert ·

    Cartridges at Scale: Training Modular KV Caches over Large Document Collections

    arXiv:2606.04557v1 Announce Type: new Abstract: Large Language Models can reason over long contexts, yet prefilling millions of tokens is wasteful as much of the content remains static across queries. Cartridges address this by distilling document collections into reusable key-va…

  18. arXiv cs.CL TIER_1 English(EN) · Adrià de Gispert ·

    Cartridges at Scale: Training Modular KV Caches over Large Document Collections

    Large Language Models can reason over long contexts, yet prefilling millions of tokens is wasteful as much of the content remains static across queries. Cartridges address this by distilling document collections into reusable key-value (KV) caches that eliminate prefilling while …

  19. arXiv cs.CL TIER_1 English(EN) · Ting-Yun Chang, Harvey Yiyun Fu, Deqing Fu, Chenghao Yang, Jesse Thomason, Robin Jia ·

    Value-Aware Stochastic KV Cache Eviction for Reasoning Models

    arXiv:2606.03928v1 Announce Type: cross Abstract: Reasoning models improve accuracy through extended chains of thought, but their long outputs create a memory and compute bottleneck. KV cache eviction methods reduce this cost by evicting unimportant key-value pairs from the cache…

  20. arXiv cs.LG TIER_1 English(EN) · Lorenz K. Muller, Philippe Bich, Chiara Boretti, Hyun-Min Chang, Jiawei Zhuang, Lukas Cavigelli ·

    KVarN: Variance-Normalized KV-Cache Quantization Mitigates Error Accumulation in Reasoning Tasks

    arXiv:2606.03458v1 Announce Type: new Abstract: Test-time scaling is a powerful approach to obtain better reasoning in large language models, but it becomes memory-bottlenecked during long-horizon decoding, as the KV-cache grows. KV-cache quantization can help improve this, but c…

  21. arXiv cs.CL TIER_1 English(EN) · Chunan Shi, Yilei Chen, Yilin Chen, Xupeng Miao, Bin Cui ·

    Multi-Segment Attention: Enabling Efficient KV-Cache Management for Faster Large Language Model Serving

    arXiv:2606.02964v1 Announce Type: cross Abstract: Large Language Model (LLM) inference relies on key-value (KV) caches to avoid redundant attention computation. While approximate KV cache retention techniques reduce memory usage by sacrificing model accuracy, lossless approaches …

  22. arXiv cs.CL TIER_1 English(EN) · Robin Jia ·

    面向推理模型的价值感知随机KV缓存淘汰

    Reasoning models improve accuracy through extended chains of thought, but their long outputs create a memory and compute bottleneck. KV cache eviction methods reduce this cost by evicting unimportant key-value pairs from the cache, yet they often yield worse accuracy than selecti…

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

    面向推理模型的价值感知随机 KV 缓存驱逐

    Value-aware stochastic KV cache eviction method improves reasoning model accuracy under compression by protecting large-magnitude states and promoting diverse eviction decisions.

  24. arXiv cs.LG TIER_1 English(EN) · Lukas Cavigelli ·

    KVarN:方差归一化KV缓存量化可缓解推理任务中的误差累积

    Test-time scaling is a powerful approach to obtain better reasoning in large language models, but it becomes memory-bottlenecked during long-horizon decoding, as the KV-cache grows. KV-cache quantization can help improve this, but current methods are evaluated under prefill-like …

  25. arXiv cs.AI TIER_1 English(EN) · Yuhang Han, Wenzheng Yang, Yujie Chen, Xiangqi Jin, Yaojie Zhang, Siteng Huang, Linfeng Zhang ·

    STaR-KV: Spatio-Temporal Adaptive Re-weighting for KV Cache Compression in GUI Vision-Language Models

    arXiv:2606.01790v1 Announce Type: cross Abstract: Vision-language-model-based graphical user interface (GUI) agents have shown broad automation capabilities, yet deployment is bottlenecked by a key-value (KV) cache that grows linearly with interaction steps. For instance, UI-TARS…

  26. arXiv cs.AI TIER_1 English(EN) · Jinnan Yang, Yan Wang, Zhen Bi, Kehao Wu, Xiaojie Li, Jungang Lou, Zechao Li, Jing Liu ·

    WaveFilter: Enhancing the Long-Context Capability of Diffusion LLMs via Wavelet-Guided KV Cache Filtering

    arXiv:2606.00724v1 Announce Type: cross Abstract: Diffusion Large Language Models (DLMs) have demonstrated significant advantages across various tasks. However, constrained by their multi-step iterative inference mechanism, their computational overhead and inference latency in lo…

  27. arXiv cs.LG TIER_1 English(EN) · Hyesung Jeon, Hyeongju Ha, Jae-Joon Kim ·

    LRAgent: Efficient KV Cache Sharing for Multi-LoRA LLM Agents

    arXiv:2602.01053v2 Announce Type: replace Abstract: Role specialization in multi-LLM agent systems is often realized via multi-LoRA, where agents share a pretrained backbone and differ only by lightweight adapters. Despite sharing base model weights, each agent independently buil…

  28. arXiv cs.LG TIER_1 English(EN) · Yu Li, Binxu Li, Tian Lan ·

    MomentKV: Closing the Directional Gap in KV Cache Eviction for Long-Context Inference

    arXiv:2606.01563v1 Announce Type: new Abstract: Autoregressive decoding in Transformer-based language models relies on the KV cache, whose memory footprint grows linearly with sequence length and becomes the primary bottleneck for long-context inference. KV cache eviction address…

  29. arXiv cs.CL TIER_1 English(EN) · Zican Dong, Peiyu Liu, Junyi Li, Zhipeng Chen, Han Peng, Shuo Wang, Wayne Xin Zhao ·

    ForesightKV: Optimizing KV Cache Eviction for Reasoning Models by Learning Long-Term Contribution

    arXiv:2602.03203v2 Announce Type: replace Abstract: Recently, large language models (LLMs) have shown remarkable reasoning abilities by producing long reasoning traces. However, as the sequence length grows, the key-value (KV) cache expands linearly, incurring significant memory …

  30. arXiv cs.AI TIER_1 English(EN) · Ziyao Tang, Pengkun Jiao, Xinhang Chen, Wei Liu, Shiyong Li, Jingjing Chen ·

    Predicting Future Utility: Global Combinatorial Optimization for Task-Agnostic KV Cache Eviction

    arXiv:2602.08585v2 Announce Type: replace-cross Abstract: Given the quadratic complexity of attention, KV cache eviction is vital to accelerate model inference. Current KV cache eviction methods typically rely on instantaneous heuristic metrics, implicitly assuming that score mag…

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

    KVarN: Variance-Normalized KV-Cache Quantization Mitigates Error Accumulation in Reasoning Tasks

    KVarN is a calibration-free KV-cache quantizer that uses Hadamard rotation and dual-scaling variance normalization to reduce error accumulation during autoregressive decoding in large language models.

  32. arXiv cs.LG TIER_1 English(EN) · Luca Benfenati, Matteo Risso, Andrea Vannozzi, Ahmet Caner Y\"uz\"ug\"uler, Lukas Cavigelli, Enrico Macii, Daniele Jahier Pagliari, Alessio Burrello ·

    Don't be so Stief! Learning KV Cache low-rank approximation over the Stiefel manifold

    arXiv:2601.21686v2 Announce Type: replace Abstract: Key-value (KV) caching enables fast autoregressive decoding but at long contexts becomes a dominant bottleneck in High Bandwidth Memory (HBM) capacity and bandwidth. A common mitigation is to compress cached keys and values by p…

  33. arXiv cs.CL TIER_1 English(EN) · Vinayshekhar Bannihatti Kumar, Manoj Ghuhan Arivazhagan, Disha Makhija, Rashmi Gangadharaiah ·

    Probing the Prompt KV Cache: Where It Becomes Dispensable

    arXiv:2605.30574v1 Announce Type: new Abstract: Prior KV cache compression schemes empirically demonstrate that the prompt cache is partially redundant during decoding, dropping or summarising entries with little accuracy loss. We ask when and what kind of redundancy: at which la…

  34. arXiv cs.CL TIER_1 English(EN) · Junjie Peng, You Wu, Haoyi Wu, Jialong Han, Xiaohua Xie, Kewei Tu, Jianhuang Lai ·

    GRKV: Global Regression for Training-Free KV Cache Compression in Long-Context LLMs

    arXiv:2605.31105v1 Announce Type: new Abstract: Large language models (LLMs) with extended context lengths rely on the key-value (KV) cache to support attention over prior tokens. However, maintaining the KV cache incurs substantial memory overhead, motivating KV-cache compressio…

  35. arXiv cs.CL TIER_1 English(EN) · Yanlin Qi, Xinhang Chen, Huiqiang Jiang, Qitong Wang, Botao Peng, Themis Palpanas ·

    ParisKV: Fast and Drift-Robust KV-Cache Retrieval for Long-Context LLMs

    arXiv:2602.07721v3 Announce Type: replace-cross Abstract: KV-cache retrieval is essential for long-context LLM inference, yet existing methods struggle with distribution drift and high latency at scale. We introduce ParisKV, a drift-robust, GPU-native KV-cache retrieval framework…

  36. arXiv cs.CL TIER_1 English(EN) · Jianhuang Lai ·

    GRKV:长上下文大语言模型训练免费KV缓存压缩的全局回归

    Large language models (LLMs) with extended context lengths rely on the key-value (KV) cache to support attention over prior tokens. However, maintaining the KV cache incurs substantial memory overhead, motivating KV-cache compression methods that enforce a fixed budget through ev…

  37. arXiv cs.CL TIER_1 English(EN) · Yuan Feng, Junlin Lv, Haoyu Guo, Yukun Cao, S Kevin Zhou, Xike Xie ·

    CriticalKV: Optimizing KV Cache Eviction from an Output Perturbation Perspective

    arXiv:2502.03805v2 Announce Type: replace Abstract: Large language models have revolutionized natural language processing but face significant challenges of high storage and runtime costs, due to the transformer architecture's reliance on self-attention, particularly the large KV…

  38. arXiv cs.AI TIER_1 English(EN) · Soumyadeep Jana, Sagar Nishad, Sanasam Ranbir Singh ·

    Moment-KV: Momentum-Based Decode-Time KV Cache Compression for Long Generation

    arXiv:2605.29873v1 Announce Type: new Abstract: Key-Value (KV) cache remains a major bottleneck for deploying Large Language Models (LLMs) in long-generation tasks. Prior work often applies uniform compression across both prefill and decoding caches, but compressing the prefill c…

  39. arXiv cs.AI TIER_1 English(EN) · Hidir Yesiltepe, Jiazhen Hu, Tuna Han Salih Meral, Adil Kaan Akan, Kaan Oktay, Hoda Eldardiry, Pinar Yanardag ·

    VideoMLA: Low-Rank Latent KV Cache for Minute-Scale Autoregressive Video Diffusion

    arXiv:2605.30351v1 Announce Type: cross Abstract: Long-rollout causal video diffusion has converged on a fixed-size sliding-window KV cache, with recent progress innovating within this layout by changing which tokens occupy the window or how their positions are encoded. The per-h…

  40. arXiv cs.AI TIER_1 English(EN) · Pinar Yanardag ·

    VideoMLA: Low-Rank Latent KV Cache for Minute-Scale Autoregressive Video Diffusion

    Long-rollout causal video diffusion has converged on a fixed-size sliding-window KV cache, with recent progress innovating within this layout by changing which tokens occupy the window or how their positions are encoded. The per-head KV layout itself, a dominant contributor to st…

  41. arXiv cs.CL TIER_1 English(EN) · Chi-Chih Chang, Wei-Cheng Lin, Chien-Yu Lin, Hung-Yueh Chiang, Yash Akhauri, Xilai Dai, Huiqiang Jiang, Yucheng Li, Luis Ceze, Kai-Chiang Wu, Mohamed S. Abdelfattah ·

    xKV: Cross-Layer KV-Cache Compression via Aligned Singular Vector Extraction

    arXiv:2503.18893v2 Announce Type: replace Abstract: Long-context Large Language Models (LLMs) enable powerful applications but incur high memory costs due to the key-value states (KV-Cache). Recent studies attempt to share KV-Cache across layers, but these approaches either requi…

  42. arXiv cs.CL TIER_1 English(EN) · Wenjie Du, Li Jiang, Keda Tao, Xue Liu, Huan Wang ·

    Which Heads Matter for Reasoning? RL-Guided KV Cache Compression

    arXiv:2510.08525v3 Announce Type: replace Abstract: Reasoning large language models exhibit complex reasoning behaviors via extended chain-of-thought generation that are highly fragile to information loss during decoding, creating critical challenges for KV cache compression. Exi…

  43. arXiv cs.AI TIER_1 English(EN) · Kabir Swain, Sijie Han, Daniel Karl I. Weidele, Mauro Martino, David Cox, Antonio Torralba ·

    Hurwitz Quaternion Multiplicative Quantization for KV Cache Compression

    arXiv:2605.27646v1 Announce Type: cross Abstract: We propose \textbf{Hurwitz Quaternion Multiplicative Quantization (HQMQ)}, a \textbf{calibration-free} method for KV cache compression of large language models. HQMQ treats each 4-element chunk of K or V as a quaternion and quanti…

  44. arXiv cs.CL TIER_1 English(EN) · Hong Chen, Xiang Liu, Yubo Gao, Yuxuan Fan, Bo Wang, Yuanlin Chu, Yuanguo Lin, Xuming Hu ·

    NestedKV: Nested Memory Routing for Long-Context KV Cache Compression

    arXiv:2605.26678v1 Announce Type: new Abstract: Long-context language models are limited by the memory footprint of the key-value (KV) cache. Existing training-free KV compression methods usually rank tokens by one importance signal -- attention, recency, layer-wise allocation, o…

  45. arXiv cs.LG TIER_1 English(EN) · Zejia Qi ·

    LearnedCache: An eBPF-Integrated Perceptron-Based Eviction Policy for the Linux Page Cache

    arXiv:2605.26168v1 Announce Type: cross Abstract: Linux is the foundation of the digital age, accounting for the majority of the cloud and mobile OS markets. Any device that runs Linux uses the Linux page cache, a central pillar in OS and application performance, serving to reduc…

  46. arXiv cs.AI TIER_1 English(EN) · Tuna Tuncer, Felix Becker, Thomas Pfeil ·

    Quantized Keys Steal Attention: Bias Correction for KV-Cache Compression in Video Diffusion

    arXiv:2605.26266v1 Announce Type: cross Abstract: Chunk-wise autoregressive video diffusion models rely on a KV cache of previously generated chunks to avoid redundant computation, but this cache quickly becomes a memory bottleneck as videos grow longer. Methods that quantize the…

  47. arXiv cs.AI TIER_1 English(EN) · Xintong Yang, Hao Gu, Binxing Xu, Lujun Li, Bei Liu, Jiacheng Liu, Qiyuan Zhu, Sirui Han, Yike Guo ·

    IndexMem: Learned KV-Cache Eviction with Latent Memory for Long-Context LLM Inference

    arXiv:2605.25475v1 Announce Type: cross Abstract: Large Language Models (LLMs) are increasingly expected to operate over long contexts, yet standard softmax attention incurs a KV cache that grows linearly with sequence length, quickly becoming the bottleneck for long context infe…

  48. arXiv cs.AI TIER_1 English(EN) · Yubo Li, Yidi Miao ·

    CONF-KV: Confidence-Aware KV Cache Eviction with Mixed-Precision Storage for Long-Horizon LLM

    arXiv:2605.24786v1 Announce Type: cross Abstract: Long-horizon LLM inference turns the key--value (KV) cache into the dominant GPU memory consumer and makes per-token attention increasingly expensive. Many common eviction policies use static recency windows or historical attentio…

  49. arXiv cs.AI TIER_1 English(EN) · Wei Luo, Yi Huang, Songchen Ma, Huanyu Qu, Jiang Cai, Mingkun Xu ·

    Meta-Soft: Leveraging Composable Meta-Tokens for Context-Preserving KV Cache Compression

    arXiv:2605.22337v2 Announce Type: replace Abstract: The KV cache used in large language models has linearly growing time complexity, so LLMs face memory blow-up and reduced decoding efficiency when they process long contexts. Current KV Cache eviction has become an important rese…

  50. arXiv cs.CL TIER_1 English(EN) · Yike Guo ·

    IndexMem: Learned KV-Cache Eviction with Latent Memory for Long-Context LLM Inference

    Large Language Models (LLMs) are increasingly expected to operate over long contexts, yet standard softmax attention incurs a KV cache that grows linearly with sequence length, quickly becoming the bottleneck for long context inference. A practical remedy is to evict less importa…

  51. arXiv cs.LG TIER_1 English(EN) · Yuping Lin, Jiayuan Ding, Yue Xing, Pengfei He, Jiliang Tang, Subhabrata Mukherjee ·

    A Simple Plug-in for Improving Eviction-Based KV Cache Compression

    arXiv:2605.23258v1 Announce Type: new Abstract: KV cache growth is a major bottleneck for long-context inference in large language models. Existing methods are often dominated by binary eviction or representation approximation, which may underutilize tokens that are not critical …

  52. arXiv cs.AI TIER_1 English(EN) · Yu Zhu, Aditya Dhakal, Yunming Xiao, Dejan Milojicic, Gustavo Alonso ·

    ObjectCache: Layerwise Object-Storage Retrieval for KV Cache Reuse

    arXiv:2605.22850v1 Announce Type: cross Abstract: Prefix KV caching has become a key mechanism in LLM serving: it reduces time to first token (TTFT) by avoiding redundant computation across requests that share a prefix (i.e., the system prompt). However, the accumulated KV cache …

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

    CONF-KV: Confidence-Aware KV Cache Eviction with Mixed-Precision Storage for Long-Horizon LLM

    CONF-KV is a KV-cache management system that dynamically adjusts cache retention based on model uncertainty, improving memory efficiency and performance for long-sequence language model inference.

  54. arXiv cs.CL TIER_1 English(EN) · Sayed Mohammadreza Tayaranian Hosseini, Amir Ardakani, Warren J. Gross ·

    InnerQ: Hardware-Aware Tuning-Free Quantization of KV Cache for Large Language Models

    arXiv:2602.23200v2 Announce Type: replace-cross Abstract: When transformer-based language models are deployed for text generation, most of the inference time is spent in the decoding stage, where output tokens are generated sequentially. Reducing the hardware cost of each decodin…

  55. arXiv cs.AI TIER_1 English(EN) · Mark Boss, Vikram Voleti, Simon Donn\'e, Shimon Vainer ·

    OCTOPUS: Optimized KV Cache for Transformers via Octahedral Parametrization Under optimal Squared error quantization

    arXiv:2605.21226v1 Announce Type: cross Abstract: The key-value (KV) cache dominates memory bandwidth and footprint in long-context autoregressive inference. Recent rotation-preconditioned codecs (TurboQuant, PolarQuant) show that a structured random rotation followed by a per-co…

  56. arXiv cs.LG TIER_1 English(EN) · Bin Yang, Qiuyu Leng, Jun Zeng, Zhenhua Wu ·

    CacheClip: Accelerating RAG with Effective KV Cache Reuse

    arXiv:2510.10129v2 Announce Type: replace Abstract: Retrieval-Augmented Generation (RAG) systems suffer from severe time-to-first-token (TTFT) bottlenecks due to long input sequences. Existing KV cache reuse methods face a fundamental trade-off: prefix caching requires identical …

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

    Meta-Soft: Leveraging Composable Meta-Tokens for Context-Preserving KV Cache Compression

    The KV cache used in large language models has linearly growing time complexity, so LLMs face memory blow-up and reduced decoding efficiency when they process long contexts.Current KV Cache eviction has become an important research direction; however, existing methods based on fi…

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

    OCTOPUS: Optimized KV Cache for Transformers via Octahedral Parametrization Under optimal Squared error quantization

    The key-value (KV) cache dominates memory bandwidth and footprint in long-context autoregressive inference. Recent rotation-preconditioned codecs (TurboQuant, PolarQuant) show that a structured random rotation followed by a per-coordinate scalar quantizer matched to an analytical…

  59. arXiv cs.AI TIER_1 English(EN) · Shimon Vainer ·

    OCTOPUS: Optimized KV Cache for Transformers via Octahedral Parametrization Under optimal Squared error quantization

    The key-value (KV) cache dominates memory bandwidth and footprint in long-context autoregressive inference. Recent rotation-preconditioned codecs (TurboQuant, PolarQuant) show that a structured random rotation followed by a per-coordinate scalar quantizer matched to an analytical…

  60. arXiv cs.CL TIER_1 English(EN) · Ngai Wong ·

    OScaR: The Occam's Razor for Extreme KV Cache Quantization in LLMs and Beyond

    The rapid advancement toward long-context reasoning and multi-modal intelligence has made the memory footprint of the Key-Value (KV) cache a dominant memory bottleneck for efficient deployment. While the established per-channel quantization effectively accommodates intrinsic chan…

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

    KVServe: Service-Aware KV Cache Compression for Communication-Efficient Disaggregated LLM Serving

    KVServe is a service-aware and adaptive framework for optimizing key-value communication compression in disaggregated large language model serving, achieving significant improvements in job completion time and time-to-first-token reduction through dynamic optimization.

  62. arXiv cs.CV TIER_1 English(EN) · Weijia Dou, Hui Li, Jiahao Cui, Lei Zhou, Jingdong Wang, Siyu Zhu ·

    SlotMemory: Object-Centric KV Memory for Streaming Long-Video Generation

    arXiv:2605.31033v1 Announce Type: new Abstract: Streaming video generation models typically rely on temporal-centric memory, which organizes historical context as raw frames, chunk segments, or unclustered tokens. This organization frequently leads to identity drift and semantic …

  63. arXiv cs.CV TIER_1 English(EN) · Jiayi Luo, Qiyan Liu, Tengyang Wang, JunHao Liu, Jiayu Chen, Cong Wang, Hanxin Zhu, Chen Gao, Xiaobin Hu, Qingyun Sun, Zhibo Chen ·

    Future Forcing: Future-aware Training-free KV Cache Policy for Autoregressive Video Generation

    arXiv:2605.30083v1 Announce Type: new Abstract: Autoregressive (AR) video generation has emerged as a promising paradigm for long-horizon video synthesis, where each frame is generated conditioned on previously generated tokens. To accelerate inference, the KV cache is used to av…

  64. arXiv cs.CV TIER_1 English(EN) · Zhibo Chen ·

    Future Forcing: Future-aware Training-free KV Cache Policy for Autoregressive Video Generation

    Autoregressive (AR) video generation has emerged as a promising paradigm for long-horizon video synthesis, where each frame is generated conditioned on previously generated tokens. To accelerate inference, the KV cache is used to avoid redundant recomputation across generation st…

  65. Together AI blog TIER_1 English(EN) ·

    Cache-aware prefill–decode disaggregation (CPD) for up to 40% faster long-context LLM serving

    Serving long prompts doesn't have to mean slow responses. Learn how Together AI's CPD architecture separates warm and cold inference workloads to deliver 40% higher throughput and dramatically lower time-to-first-token for long-context LLM serving.

  66. MarkTechPost TIER_1 English(EN) · Asif Razzaq ·

    Together AI Open-Sources OSCAR: An Attention-Aware 2-Bit KV Cache Quantization System for Long-Context LLM Serving

    <p>Together AI has released OSCAR (Offline Spectral Covariance-Aware Rotation), an INT2 KV cache quantization method for long-context LLM serving. Unlike prior rotation-based approaches that apply data-oblivious Hadamard transforms, OSCAR derives separate rotations for keys and v…

  67. Towards AI TIER_1 English(EN) · Sumit Vedpathak ·

    The Silent Speedup: How KV Cache Makes AI Feel Instant

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/the-silent-speedup-how-kv-cache-makes-ai-feel-instant-273031a9e6bc?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1536/1*LaoJF_u2lRmOCCpwF-Hoow.png" width=…

  68. Towards AI TIER_1 English(EN) · Armin Norouzi, Ph.D ·

    KV Cache Internals: How Transformers Avoid Recomputing Attention

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/kv-cache-internals-how-transformers-avoid-recomputing-attention-27672f3382e0?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1000/1*OcvKEGWsIQb7_1mB7C1n9A.p…

  69. r/LocalLLaMA TIER_1 English(EN) · /u/pmttyji ·

    OSCAR RotationZoo - Offline Spectral Covariance-Aware Rotation for 2-bit KV Cache Quantization

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1u1edjb/oscar_rotationzoo_offline_spectral/"> <img alt="OSCAR RotationZoo - Offline Spectral Covariance-Aware Rotation for 2-bit KV Cache Quantization" src="https://preview.redd.it/zrjcdd7h0b6h1.png?width=320&…

  70. r/LocalLLaMA TIER_1 English(EN) · /u/Rikers88 ·

    [基准测试] DFlash 推测解码 + KV 缓存压缩在 RTX 5090 上实现 3.26 倍加速

    <!-- SC_OFF --><div class="md"><p><strong>Hardware:</strong> RTX 5090 | <strong>Model:</strong> Qwen3.6-27B | <strong>Framework:</strong> BeeLlama.cpp</p> <p>Full benchmark scripts, raw data, config, and generated artifacts are available on request — just DM or comment below.</p>…

  71. r/LocalLLaMA TIER_1 (CA) · /u/Anbeeld ·

    Qwen 3.6 27B KV缓存量化基准测试:75对,q8/q6/q5/q4,KVarN,Turbo/TCQ

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1tza4ji/qwen_36_27b_kv_cache_quant_benchmarks_75_pairs/"> <img alt="Qwen 3.6 27B KV cache quant benchmarks: 75 pairs, q8/q6/q5/q4, KVarN, Turbo/TCQ" src="https://preview.redd.it/g981ohkfku5h1.png?width=140&amp…

  72. r/LocalLLaMA TIER_1 English(EN) · /u/AccountAntique9327 ·

    GraphKV,基于图嵌入模型的kv缓存优化

    <!-- SC_OFF --><div class="md"><p>I've been working on a project inspired by TurboQuant, It isnt perfect but it's pretty good for a project I started today, please check it out. <a href="https://github.com/heterodoxin/graphkv">GraphKV</a></p> <table><thead> <tr> <th align="left">…

  73. r/LocalLLaMA TIER_1 English(EN) · /u/Anbeeld ·

    KV缓存量化基准测试:KVarN 6位精度媲美q8_0,4位精度媲美q5_0。太厉害了!

    <!-- SC_OFF --><div class="md"><p><strong>TL;DR Based on long context KLD benchmarks, KVarN appear to be</strong> <strong><em>just better</em></strong> <strong>than usual llama.cpp KV cache quants. At every size, KVarN matches precision of usual quants of one bit higher.</strong>…

  74. dev.to — LLM tag TIER_1 English(EN) · Tech_Nuggets ·

    KV缓存量化:FP8/INT8 K和V实际带来了什么,以及它们在哪里会失效

    <h1> KV cache quantization: what FP8/INT8 K and V actually buy you, and where they break </h1> <p>You just deployed a 70B Llama fine-tune on 8x H100s, and your serving box happily handles 200 concurrent 8k contexts. Then product says "can you do 32k?" and suddenly the math stops …

  75. r/LocalLLaMA TIER_1 English(EN) · /u/wadeAlexC ·

    Dynamic KV Cache Quantization and Load-on-demand mmproj/MTP: my llama.cpp wishlist

    <!-- SC_OFF --><div class="md"><p>We all know the struggle of optimizing your VRAM usage: quantized model, quantized kvcache, mmproj off.</p> <p>I'm often frustrated by the tradeoffs I have to make in these areas. On my RTX 5090, I can fit:</p> <ul> <li>Qwen3.5-27B @ Q6_K</li> <l…

  76. r/LocalLLaMA TIER_1 English(EN) · /u/acluk90 ·

    KVarN: new KV-cache quant from Huawei. 3–5× KV cache compression with actual speed-up instead of slow-down, and unlike TurboQuant it holds up on reasoning (Apache 2.0, vLLM single flag)

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1twptw2/kvarn_new_kvcache_quant_from_huawei_35_kv_cache/"> <img alt="KVarN: new KV-cache quant from Huawei. 3–5× KV cache compression with actual speed-up instead of slow-down, and unlike TurboQuant it holds u…

  77. r/MachineLearning TIER_1 English(EN) · /u/intentionallyBlue ·

    KVarN: Variance-Normalized KV-Cache Quantization [R]

    <!-- SC_OFF --><div class="md"><p>Excited to share some of my own work here :) </p> <p><strong>KVarN</strong> is our new KV-Cache quantization method. In very brief, we combine Hadamard rotations with variance-normalization <em>on both axes</em> of the K and V matrices, then roun…

  78. r/LocalLLaMA TIER_1 English(EN) · /u/Thrumpwart ·

    Shard - getting to 10× KV cache compression

    <!-- SC_OFF --><div class="md"><p><strong>TL;DR.</strong> <em>Shard</em> is a drop-in HuggingFace Cache that makes Llama-3.1-8B's KV memory about <strong>10×</strong> smaller at 8K context (<strong>11×</strong> at 32K) without measurable hits to NIAH or LongBench. It started as a…

  79. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    Together AI has open-sourced OSCAR, an attention-aware 2-bit KV cache quantisation system for long-context LLM serving. The method derives separate rotations fo

    Together AI has open-sourced OSCAR, an attention-aware 2-bit KV cache quantisation system for long-context LLM serving. The method derives separate rotations for keys and values from attention-aware covariance structures, reducing the BF16 accuracy gap to just 3.78 points while d…

  80. r/LocalLLaMA TIER_1 English(EN) · /u/pmttyji ·

    OSCAR RotationZoo - Offline Spectral Covariance-Aware Rotation for 2-bit KV Cache Quantization

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1tn6v0r/oscar_rotationzoo_offline_spectral/"> <img alt="OSCAR RotationZoo - Offline Spectral Covariance-Aware Rotation for 2-bit KV Cache Quantization" src="https://preview.redd.it/x4a3z4dgs93h1.jpeg?width=640…

  81. r/LocalLLaMA TIER_1 English(EN) · /u/ayylmaonade ·

    llama.cpp has a clever trick for speeding up KV cache decode

    <!-- SC_OFF --><div class="md"><p>So, I use llama-server as my endpoint to run local models and connect them to Open-WebUI, Hermes, and OpenCode. But since llama.cpp's webUI has been receiving a lot of updates, I took a look at its settings and noticed a particular one under deve…