KV-cache compression

TOVA

Transformers are Multi-State RNNs

Superseded baseline#7 of 234 most-superseded · first seen Jan 11, 2024

Superseded — cited as a baseline and beaten by newer methods

6 papers critique it · 14 beat it on benchmarks

What papers say

Verbatim critique sentences, each from a paper that cites TOVA as a baseline.

these methods require access to the full attention matrix, making them incompatible with Flash Attention~flashattention and thus impractical for modern deployment scenarios
Expected Attention: KV Cache Compression by Estimating Attention from Future Queries Distribution
They fix the budget of KV Cache in a finite level, but don't distinguish the differences between layers and between heads.
LAVa: Layer-wise KV Cache Eviction with Dynamic Budget Allocation
These methods, however, often overlook the structure of key information distribution by naively evicting tokens across the entire sequence.
TreeKV: Smooth Key-Value Cache Compression with Tree Structures
While effective, most methods either discard unused tokens too early or require full cache for scoring.
PiKV: KV Cache Management System for Mixture of Experts
However, these methods rely primarily on attention weights and often overlook the contribution of value states in shaping the final model outputs.
OBCache: Optimal Brain KV Cache Pruning for Efficient Long-Context LLM Inference
TOVA~oren2024tova retains attention sinks and a sliding window of recent tokens; a credential at relative depth 0.5 sits 2,000 tokens outside the window.
Transactional Attention: Semantic Sponsorship for KV-Cache Retention

Beaten on benchmarks

Head-to-head results where a newer method reports beating TOVA. Values are copied from the source paper's tables — verify against the cited paper.

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.