CLAILGMar 2, 2025

Dialogue Without Limits: Constant-Sized KV Caches for Extended Responses in LLMs

arXiv:2503.00979v218 citationsh-index: 4ICML
Originality Incremental advance
AI Analysis

This addresses a bottleneck in real-time applications like chatbots and interactive assistants, offering an incremental improvement over existing methods.

The paper tackles the problem of excessive memory consumption and bandwidth constraints in autoregressive Transformers due to linear growth of KV caches with context length, proposing MorphKV, which maintains a constant-sized KV cache while preserving accuracy, achieving 52.9% memory savings and 18.2% higher accuracy on average compared to state-of-the-art methods.

Autoregressive Transformers rely on Key-Value (KV) caching to accelerate inference. However, the linear growth of the KV cache with context length leads to excessive memory consumption and bandwidth constraints. This bottleneck is particularly problematic in real-time applications -- such as chatbots and interactive assistants -- where low latency and high memory efficiency are critical. Existing methods drop distant tokens or compress states in a lossy manner, sacrificing accuracy by discarding vital context or introducing bias. We propose MorphKV, an inference-time technique that maintains a constant-sized KV cache while preserving accuracy. MorphKV balances long-range dependencies and local coherence during text generation. It eliminates early-token bias while retaining high-fidelity context by adaptively ranking tokens through correlation-aware selection. Unlike heuristic retention or lossy compression, MorphKV iteratively refines the KV cache via lightweight updates guided by attention patterns of recent tokens. This approach captures inter-token correlation with greater accuracy, crucial for tasks like content creation and code generation. Our studies on long-response tasks show 52.9$\%$ memory savings and 18.2$\%$ higher accuracy on average compared to state-of-the-art prior works, enabling efficient real-world deployment.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes