English

You Need an Encoder for Native Position-Independent Caching

Machine Learning 2026-02-03 v1 Artificial Intelligence

Abstract

The Key-Value (KV) cache of Large Language Models (LLMs) is prefix-based, making it highly inefficient for processing contexts retrieved in arbitrary order. Position-Independent Caching (PIC) has been proposed to enable KV reuse without positional constraints; however, existing approaches often incur substantial accuracy degradation, limiting their practical adoption. To address this issue, we propose native PIC by reintroducing the encoder to prevalent decoder-only LLMs and explicitly training it to support PIC. We further develop COMB, a PIC-aware caching system that integrates seamlessly with existing inference frameworks. Experimental results show that COMB reduces Time-to-First-Token (TTFT) by 51-94% and increases throughput by 3×\times with comparable accuracy. Furthermore, the quality improvement when using DeepSeek-V2-Lite-Chat demonstrates the applicability of COMB to other types of decoder-only LLMs. Our code is available at https://github.com/shijuzhao/Comb.

Keywords

Cite

@article{arxiv.2602.01519,
  title  = {You Need an Encoder for Native Position-Independent Caching},
  author = {Shiju Zhao and Junhao Hu and Jiaqi Zheng and Guihai Chen},
  journal= {arXiv preprint arXiv:2602.01519},
  year   = {2026}
}

Comments

12 pages, 10 figures. Welcome back, Encoder

R2 v1 2026-07-01T09:30:41.950Z