KV-cache compression
KVQuant
KVQuant: Towards 10 Million Context Length LLM Inference with KV Cache Quantization
Superseded — cited as a baseline and beaten by newer methods
6 papers critique it · 6 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites KVQuant as a baseline.
To mitigate this, KVQuant~kvquant proposes quantizing the keys before applying RoPE, which is described as pre-RoPE quantization. Promising as it is, this approach requires on-the-fly RoPE computation, which consequently introduces potential computational overhead.
“these methods are generally statically configured at runtime: fixed choice of transforms, quantization granularities, and codecs.”
“RTN, SKVQ, and KVQuant exhibit significant performance degradation at ultra-low bit-widths.”
“Both apply uniform precision to all tokens within each group, regardless of token importance; uses per-token mixed precision”
“KIVI/KVQuant primarily target two bits or above”
“It uses a calibration dataset to compute the fisher matrix and find the signposts before inference begins.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating KVQuant. Values are copied from the source paper's tables — verify against the cited paper.
CommVQ beats KVQuant
36.76 vs 2.56
Average · [1-bit quantization]
CommVQ: Commutative Vector Quantization for KV Cache CompressionAnTKV beats KVQuant
6.32 vs 15.36
Palu beats KVQuant
5.76 vs 6.95
Perplexity · [Llama-2-7B, 2-bit quantization, 30% compression]
Palu: Compressing KV-Cache with Low-Rank ProjectionMixKVQ beats KVQuant
51.89 vs 49.12
Avg. · [DeepSeek-R1-Distill-Llama-8B, KV4]
MixKVQ: Query-Aware Mixed-Precision KV Cache Quantization for Long-Context ReasoningSKVQ beats KVQuant
4.87 vs 4.92
PPL · [2bit, group-size 64]
SKVQ: Sliding-window Key and Value Cache Quantization for Large Language ModelsKVmix beats KVQuant
33.714 vs 33.703
Average · [Llama 2-7B-hf on LongBench]
KVmix: Gradient-Based Layer Importance-Aware Mixed-Precision Quantization for KV Cache
What to use instead
Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.
- SpectrumKVSpectrumKV: Per-Token Mixed-Precision KV Cache Transfer for Prefill-Decode Disaggregated LLM ServingJun 7, 2026
- Hurwitz Quaternion Multiplicative Quantization (HQMQ)Hurwitz Quaternion Multiplicative Quantization for KV Cache CompressionMay 26, 2026
- May 18, 2026
- May 18, 2026
- TriAxialKVTriAxialKV: Toward Extreme Low-Precision KV-Cache Quantization for Agentic Inference TasksMay 16, 2026
- KVServeKVServe: Service-Aware KV Cache Compression for Communication-Efficient Disaggregated LLM ServingMay 13, 2026
- WindowQuantWindowQuant: Mixed-Precision KV Cache Quantization based on Window-Level Similarity for VLMs Inference OptimizationMay 4, 2026
- Apr 21, 2026
- eOptShrinkQeOptShrinkQ: Near-Lossless KV Cache Compression Through Optimal Spectral Denoising and QuantizationApr 6, 2026
- Apr 3, 2026
- Mar 30, 2026
- Mar 29, 2026