LGMar 5

InfoFlow KV: Information-Flow-Aware KV Recomputation for Long Context

arXiv:2603.05353v1
Originality Incremental advance
AI Analysis

This work improves the efficiency of long-context RAG for users of large language and vision models by optimizing KV cache recomputation.

The paper addresses the bottleneck of inference-time prefilling in retrieval-augmented generation (RAG) for long contexts. It proposes an information-flow-aware KV recomputation strategy that uses an attention-norm signal to identify tokens crucial for information propagation, leading to consistent gains over prior methods on LLM and VLM benchmarks.

Retrieval-augmented generation (RAG) for long-context question answering is bottlenecked by inference-time prefilling over large retrieved contexts. A common strategy is to precompute key-value (KV) caches for individual documents and selectively recompute a small subset of tokens to restore global causal dependencies, but existing methods rely on heuristics or representation discrepancies without modeling whether selected tokens can effectively influence generation. We cast selective KV recomputation as an information flow problem and show that a simple attention-norm signal from the query reliably identifies tokens that are both semantically relevant and structurally positioned to propagate information, when computed under an inference-consistent RoPE geometry. We therefore reconstruct global positional assignments for retrieved chunks and introduce an information-flow-guided chunk reordering strategy. Experiments on LLM and VLM benchmarks demonstrate consistent gains over prior methods under comparable efficiency budgets.

Foundations

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

Your Notes