Minima-KV Compresses LLM Cache for Longer Contexts

Sergii Kozyrev (Minima AI, Inc), Davyd Maiboroda (Minima AI, Inc)· August 26, 2026 View original

Key takeaways

  • Minima-KV significantly compresses LLM KV caches for long contexts.
  • It uses a mixed-format (FP8/TQ3) paged attention hierarchy.
  • Achieves substantial compression (up to 3.5x) with minimal quality loss.
  • Enables more efficient and cost-effective serving of long-context LLMs.

Who benefits

Cloud ComputingAI InfrastructureSoftware DevelopmentData CentersTelecommunications

Summary

Minima-KV introduces a retention-preserving KV cache compression hierarchy for long-context LLMs, utilizing mixed-format paged attention to store recent data in FP8 and older data in TQ3, achieving significant compression and improved throughput without quality degradation.

Researchers have developed Minima-KV, a novel system designed to compress the Key-Value (KV) cache in large language models (LLMs) to support longer context windows more efficiently. The KV cache is a significant bottleneck in terms of memory capacity and bandwidth for long-context LLM serving. Minima-KV employs a mixed-format paged attention hierarchy where recent and protected "Anchor" pages remain in high-precision FP8, while older, less critical pages are compressed into a packed TQ3 format. This approach allows all live-request pages to remain addressable, with format-specific kernels computing partial attention states that are then combined through a globally normalized online-softmax merge. This enables direct heterogeneous decoding without needing a large, dense shadow cache. Benchmarks on a Qwen3.6-27B model demonstrated 3.50x compression relative to BF16 and 1.75x relative to FP8, with minimal impact on output quality across various long-context tasks. The system achieved 3.625x active-KV compression and 0.9821x throughput for very long requests, proving a practical path for compressing long-context state without evicting live KV pages.

Why it matters

For professionals deploying and scaling LLMs, Minima-KV offers a crucial solution to the memory and bandwidth constraints of long-context models, enabling more efficient and cost-effective serving of advanced AI applications.

How to implement this in your domain

  1. 1Evaluate KV cache compression: Investigate Minima-KV or similar techniques to reduce memory footprint and improve throughput for long-context LLM deployments.
  2. 2Optimize hardware utilization: Consider hardware that supports mixed-precision formats and efficient kernel operations for KV cache management.
  3. 3Benchmark long-context models: Conduct thorough testing of LLMs with extended context windows to assess the benefits of compression techniques.
  4. 4Collaborate with researchers: Engage with academic or industry research teams working on LLM serving optimizations to stay abreast of new developments.

Original post by Sergii Kozyrev (Minima AI, Inc), Davyd Maiboroda (Minima AI, Inc)

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

View on X

Originally posted by Sergii Kozyrev (Minima AI, Inc), Davyd Maiboroda (Minima AI, Inc) on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses