ICLR 2026poster0 citations

FutureFill: Fast Generation from Convolutional Sequence Models

Naman Agarwal, Xinyi Chen, Evan Dogariu, Devan Shah, Hubert Strauss, Vladimir Feinberg, Daniel Suo, Peter Bartlett

Abstract

We address the challenge of efficient auto-regressive generation in sequence prediction models by introducing FutureFill—a general-purpose fast generation method for any sequence prediction algorithm based on convolutional operators. FutureFill reduces generation time from quadratic to quasilinear in the context length. Moreover, when generating from a prompt, it requires a prefill cache whose size grows only with the number of tokens to be generated—often much smaller than the caches required by standard convolutional or attention‐based models. We validate our theoretical claims with language modeling experiments and demonstrate substantial efficiency gains when generating from a deep convolutional sequence prediction model.

convolutional modelsfast inference
BibTeX
@inproceedings{
agarwal2026futurefill,
title={FutureFill: Fast Generation from Convolutional Sequence Models},
author={Naman Agarwal and Xinyi Chen and Evan Dogariu and Devan Shah and Hubert Strauss and Vladimir Feinberg and Daniel Suo and Peter Bartlett and Elad Hazan},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=t5GUEuIsxR}
}