CONDUIT addresses challenges in reusing KV caches for vision-language models (VLMs) when visual content changes prefixes. The system employs a residual-stream restoration approach, unifying single and multi-image reuse. It uses cached-key query attention and a cached-value-norm proxy to rank cached visual tokens. This ranking is followed by image-level relevance amplification before a global selection. With one image, the refresh coefficient is one, reducing to intra-image token selection. The method adds only a single query-conditioned scoring pass at inference, preserving existing model architecture and weights. At a 10% refresh budget, CONDUIT achieves 97.0-99.5% of full-prefill accuracy across three VLM backbones. On the MMLongBench-Doc latency subset, it uses 13.5% of full-prefill FLOPs and achieves a 2.99x time-to-first-token speedup.
Source: https://arxiv.org/abs/2609.05821