PulseAugur
EN
LIVE 07:06:14

New KV cache compression techniques aim to boost LLM long-context performance

Researchers are developing new methods to compress the key-value (KV) cache in large language models, a major bottleneck for long-context inference. Minima-KV uses a mixed-format approach, storing recent pages in FP8 and older ones in TQ3 to achieve significant compression. ST-Lite targets GUI agents by addressing visual redundancy and UI element structure, outperforming existing methods. PuzzleKV employs page-wise low-rank decomposition, treating each page as an independent compression unit to maintain performance with reduced storage. Sigmoid Attention explores how attention mechanisms influence the effectiveness of learned KV cache eviction strategies. AI

IMPACT These KV cache compression techniques are crucial for enabling larger context windows and more efficient deployment of LLMs, particularly for complex tasks like GUI agent interactions.

RANK_REASON Multiple research papers introducing novel methods for KV cache compression in LLMs.

Read on Hugging Face Daily Papers →

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

New KV cache compression techniques aim to boost LLM long-context performance

How we ranked this

Signal score
2 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
Multiple research papers introducing novel methods for KV cache compression in LLMs.
Source corroboration
5 independent sources
Strong cross-source corroboration — multiple independent publishers covered this within the clustering window.
Topics
paper, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
1 days old
Coverage has settled into its steady-state source set.

Full methodology in our editorial standards.

COVERAGE [5]

  1. arXiv cs.AI TIER_1 English(EN) · Sergii Kozyrev (Minima AI, Inc), Davyd Maiboroda (Minima AI, Inc) ·

    Minima-KV: Retention-Preserving KV Cache Compression with Mixed-Format Paged Attention

    arXiv:2608.23834v1 Announce Type: new Abstract: The key-value (KV) cache is a primary capacity and bandwidth bottleneck in long-context LLM serving. We present Minima-KV, a retention-preserving hierarchy for mixed-format paged attention. Recent and protected Anchor pages remain i…

  2. arXiv cs.AI TIER_1 English(EN) · Bowen Zhou, Zhou Xu, Wanli Li, Jingyu Xiao, Pingan Gan, Haoqian Wang ·

    ST-Lite: Training-Free KV Cache Compression with Spatio-Trajectory Guidance for Long-Horizon GUI Agents

    arXiv:2603.00188v2 Announce Type: replace-cross Abstract: Training-free KV cache compression is essential for deploying vision-language GUI agents under memory and latency constraints, yet existing methods are designed for generic language workloads and ignore the distinctive str…

  3. arXiv cs.LG TIER_1 English(EN) · Zizhong Wang, Jieying Wang, Zhao Zhang, Jiajia Li ·

    PuzzleKV: Page-Wise Low-Rank Decomposition for KV Cache Compression

    arXiv:2608.23843v1 Announce Type: new Abstract: Long-context inference in large language models (LLMs) is increasingly limited by the memory required for the key-value (KV) cache. KV cache compression addresses this problem by reducing the storage cost of previous tokens. Among e…

  4. arXiv cs.AI TIER_1 English(EN) · Isaac (Rucheng), Li ·

    Sigmoid Attention as a Better Substrate for Learned KV Cache Eviction

    arXiv:2608.23296v1 Announce Type: cross Abstract: Learned KV-cache eviction often faces a soft-to-hard mismatch: during training, differentiable gates typically attenuate token contributions, whereas inference saves memory only when KV entries are physically removed. We ask wheth…

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

    Sigmoid Attention as a Better Substrate for Learned KV Cache Eviction

    Learned KV-cache eviction often faces a soft-to-hard mismatch: during training, differentiable gates typically attenuate token contributions, whereas inference saves memory only when KV entries are physically removed. We ask whether the attention substrate affects this soft-to-ha…