PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
October 13, 20250 citationsOpen Access

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

View Full Paper
RGRavi GhadiaAKAvinash B. KumarGJGaurav Jain

Key Points

  • MorphKV achieves 52.9% memory savings while maintaining high accuracy during text generation.
  • The technique balances long-range dependencies and local coherence in language models.
  • MorphKV iteratively refines the KV cache through lightweight updates based on recent token attention.
  • This method is crucial for real-time applications where memory efficiency and latency are critical.

Abstract

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.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Ghadia et al. (2025) studied this question.

synapsesocial.com/papers/68ece2abd1bb2827d129715bhttps://doi.org/10.48550/arxiv.2503.00979
Ask AI
Helpful
Bookmark
Share
View Full Paper