PulseAugur
实时 03:17:46
English(EN) KVServe: Service-Aware KV Cache Compression for Communication-Efficient Disaggregated LLM Serving

新研究通过先进的压缩和存储技术解决大语言模型KV缓存瓶颈

2026年5月发表的多篇研究论文介绍了优化大语言模型键值(KV)缓存的新技术,以解决内存和延迟瓶颈。这些方法包括将KV缓存卸载到S3等对象存储(ObjectCache),采用三向令牌路由(VECTOR)等高级压缩策略,以及使用辅助模型进行选择性KV缓存重新计算(CacheClip)。其他方法侧重于硬件感知量化(InnerQ, OCTOPUS)和服务感知自适应压缩(KVServe),以提高效率并降低解码延迟,尤其适用于长上下文推理和检索增强生成(RAG)系统。 AI

影响 KV缓存优化的这些进展有望显著提高长上下文大语言模型推理的效率和速度,使先进的AI应用更实用且具成本效益。

排序理由 arXiv上发表的多篇研究论文,详细介绍了优化大语言模型KV缓存的新方法。

在 Hugging Face Daily Papers 阅读 →

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

新研究通过先进的压缩和存储技术解决大语言模型KV缓存瓶颈

报道来源 [17]

  1. 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 …

  2. 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 …

  3. 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…

  4. 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…

  5. 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 …

  6. 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…

  7. 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…

  8. 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…

  9. 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…

  10. 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.

  11. 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.

  12. 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…

  13. 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=…

  14. 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…

  15. 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…

  16. 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…

  17. 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…