ICLR 2026poster0 citations

AdaCache: Adaptive Caching and Context Augmentation for Efficient LLM Serving

Zeng Zihao, Siyi Li, Xinyu Yan, Lei Xiao, Wei Yang Bryan Lim

Abstract

Retrieval-Augmented Generation (RAG) significantly enhances Large Language Models by integrating external knowledge sources, but at the cost of substantial computational overhead from extended input sequences. Current RAG systems exhibit two fundamental inefficiencies: redundant processing of frequently retrieved text chunks across multiple queries, and uniform deep retrieval that over-provisions context regardless of query complexity. We present AdaCache, an adaptive caching framework that addresses these limitations through dual optimization strategies. First, we introduce a cache-aware partial recomputation mechanism that profiles attention patterns to construct selective cache variants, enabling flexible reuse while preserving cross-chunk dependencies. Second, we develop adaptive context augmentation that dynamically determines optimal retrieval depth via lightweight confidence estimation, avoiding unnecessary overhead on simple queries. Comprehensive experiments across diverse datasets and LLMs demonstrate that AdaCache delivers substantial improvements in Time-To-First-Token compared to state-of-the-art RAG caching systems, while preserving generation quality.

LLM InferenceRetrieval-Augmented GenerationCachingRecomputation
BibTeX
@inproceedings{
zihao2026adacache,
title={AdaCache: Adaptive Caching and Context Augmentation for Efficient {LLM} Serving},
author={Zeng Zihao and Siyi Li and Xinyu Yan and Lei Xiao and Wei Yang Bryan Lim},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=Bmvx8ybDzo}
}
AdaCache: Adaptive Caching and Context Augmentation for Efficient LLM Serving · ICLR 2026