AI RESEARCH
LazyAttention: Efficient Retrieval-Augmented Generation with Deferred Positional Encoding
arXiv CS.LG
•
ArXi:2606.04302v1 Announce Type: cross Key-value (KV) caching accelerates inference of large language models (LLMs) by reusing past computations for generated tokens. Its importance becomes even greater in long-context applications such as retrieval-augmented generation (RAG) and in-context learning (ICL). However, conventional KV caching embeds positional information directly into the cache, limiting its reusability. Existing solutions either restrict reuse to prefixes or require expensive memory materialization for positional re-encoding. We