[2603.05353] InfoFlow KV: Information-Flow-Aware KV Recomputation for Long Context
About this article
Abstract page for arXiv paper 2603.05353: InfoFlow KV: Information-Flow-Aware KV Recomputation for Long Context
Computer Science > Machine Learning arXiv:2603.05353 (cs) [Submitted on 5 Mar 2026] Title:InfoFlow KV: Information-Flow-Aware KV Recomputation for Long Context Authors:Xin Teng, Canyu Zhang, Shaoyi Zheng, Danyang Zhuo, Tianyi Zhou, Shengjie Wang View a PDF of the paper titled InfoFlow KV: Information-Flow-Aware KV Recomputation for Long Context, by Xin Teng and 5 other authors View PDF HTML (experimental) Abstract: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. Subjects: Machine Learning (cs.LG) Cit...