Accelerating Auto-regressive Text-to-Image Generation with Training-free Speculative Jacobi Decoding
Yao Teng, Han Shi, Xian Liu, Xuefei Ning, Guohao Dai, Yu Wang, Zhenguo Li, Xihui Liu
TL;DR
This work tackles the latency of autoregressive text-to-image generation by introducing Speculative Jacobi Decoding (SJD), a training-free probabilistic parallel decoding method that supports sampling-based token decoding. By applying a probabilistic convergence criterion within a sliding Jacobi window and employing spatial-prior token initialization, SJD enables multi-token predictions per iteration and achieves substantial inference speedups without sacrificing visual quality. The approach is validated on multiple AR T2I models (e.g., Lumina-mGPT and Anole) across high-resolution outputs, showing roughly 2× acceleration and up to 2.43× in certain simple-pattern scenarios, with consistent CLIP/FID results. The work preserves the end-to-end training-free paradigm, broadening practical deployment of fast, diverse image generation while maintaining model scalability and quality.
Abstract
The current large auto-regressive models can generate high-quality, high-resolution images, but these models require hundreds or even thousands of steps of next-token prediction during inference, resulting in substantial time consumption. In existing studies, Jacobi decoding, an iterative parallel decoding algorithm, has been used to accelerate the auto-regressive generation and can be executed without training. However, the Jacobi decoding relies on a deterministic criterion to determine the convergence of iterations. Thus, it works for greedy decoding but is incompatible with sampling-based decoding which is crucial for visual quality and diversity in the current auto-regressive text-to-image generation. In this paper, we propose a training-free probabilistic parallel decoding algorithm, Speculative Jacobi Decoding (SJD), to accelerate auto-regressive text-to-image generation. By introducing a probabilistic convergence criterion, our SJD accelerates the inference of auto-regressive text-to-image generation while maintaining the randomness in sampling-based token decoding and allowing the model to generate diverse images. Specifically, SJD facilitates the model to predict multiple tokens at each step and accepts tokens based on the probabilistic criterion, enabling the model to generate images with fewer steps than the conventional next-token-prediction paradigm. We also investigate the token initialization strategies that leverage the spatial locality of visual data to further improve the acceleration ratio under specific scenarios. We conduct experiments for our proposed SJD on multiple auto-regressive text-to-image generation models, showing the effectiveness of model acceleration without sacrificing the visual quality. The code of our work is available here: https://github.com/tyshiwo1/Accelerating-T2I-AR-with-SJD/.
