KV-cache compression
Scissorhands
Superseded — cited as a baseline and beaten by newer methods
8 papers critique it · 3 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites Scissorhands as a baseline.
Scissorhands retains only the KVs of recent tokens, sacrificing accuracy by discarding past context.
“However, these methods often fall into 'local myopia' because they only rely on the recent window to evaluate importance.”
“They fix the budget of KV Cache in a finite level, but don't distinguish the differences between layers and between heads.”
“this method concentrates solely on the window of previous pivotal tokens in generation and neglects the extensive prompt that contains essential information for generating accurate responses”
“these methodologies can induce numerous issues as the context contained in the evicted KVs is discarded exhaustively.”
“Compared to H2O, Scissorhands discards as many tokens as possible from the KV cache in each round, rather than just one token.”
“Eviction-based approaches selectively retain critical cache entries using heuristics like attention scores and token positions, permanently discarding less critical entries xiao2024StreamingLLM,zhang2023h2o,reid2024RoCo,liu2024scissorhands,li2024SnapKV,yang2024pyramidinfer and thus causing context loss and potential hallucinations zhang2024cam.”
“Other methods like H$_2$O zhang2023h2o and Scissorhands liu2023scissorhands leverage the attention to compress the KV cache. However, they treat the compression of different layers as the same thing and can not compress in the prefill phase.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating Scissorhands. Values are copied from the source paper's tables — verify against the cited paper.
QAQ beats Scissorhands
7.477 vs 3
Compression ratio with less than 1% acc. drop · [LLaMA 2-7B, HellaSwag-Zero shot]
QAQ: Quality Adaptive Quantization for LLM KV CacheNACL beats Scissorhands
29.4 vs 14.9
Average · [10% KV cache budget]
NACL: A General and Effective KV Cache Eviction Framework for LLMs at Inference TimeCONF-KV-L beats Scissorhands
30.48 vs 31.94
PPL · [GPT-2, 2048 generated tokens, matched memory ~38.7 MB]
CONF-KV: Confidence-Aware KV Cache Eviction with Mixed-Precision Storage for Long-Horizon LLM
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.
- STaR-KVSTaR-KV: Spatio-Temporal Adaptive Re-weighting for KV Cache Compression in GUI Vision-Language ModelsJun 1, 2026
- May 29, 2026
- May 28, 2026
- May 26, 2026
- May 25, 2026
- CONF-KVCONF-KV: Confidence-Aware KV Cache Eviction with Mixed-Precision Storage for Long-Horizon LLMMay 24, 2026
- May 21, 2026
- May 12, 2026
- Global Retention-Based KV EvictionMake Each Token Count: Towards Improving Long-Context Performance with KV Cache EvictionMay 10, 2026
- ReST-KVReST-KV: Robust KV Cache Eviction with Layer-wise Output Reconstruction and Spatial-Temporal SmoothingMay 9, 2026
- May 8, 2026