English

Cacheback: Speculative Decoding With Nothing But Cache

Computation and Language 2025-12-01 v1 Artificial Intelligence

Abstract

We present Cacheback Decoding, a training-free and model-agnostic speculative decoding method that exploits the locality in language to accelerate Large Language Model (LLM) inference. Cacheback leverages only Least Recently Used (LRU) cache tables of token n-grams to generate draft sequences. Cacheback achieves state-of-the-art performance among comparable methods despite its minimalist design, and its simplicity allows easy integration into existing systems. Cacheback also shows potential for fast adaptation to new domains.

Keywords

Cite

@article{arxiv.2511.21699,
  title  = {Cacheback: Speculative Decoding With Nothing But Cache},
  author = {Zhiyao Ma and In Gim and Lin Zhong},
  journal= {arXiv preprint arXiv:2511.21699},
  year   = {2025}
}
R2 v1 2026-07-01T07:56:47.497Z