Switch language한국어
Back to the list

CONF-KV: Confidence-Aware KV Cache Eviction with Mixed-Precision Storage for Long-Horizon LLM

TL;DR AI

Key summary

2 min read
  1. Researchers introduced CONF-KV, a confidence-aware KV cache manager for long-context LLM inference.

  2. It uses next-token confidence to adjust cache budgets, then evicts tokens using attention and recency signals while protecting a recent window.

  3. The system also combines mixed-precision storage and attention optimizations to further reduce memory use.

  4. Across multiple models and long sequences, it used memory similar to a 512-token sliding window and stayed within about 1.5 to 2.1 perplexity points of full KV.

  5. It outperformed sliding-window and H2O baselines on retrieval and task benchmarks, including Needle-in-a-Haystack and VisualWebArena.

Read the original