Autoregressive (AR) models deliver high-quality image generation but suffer from severe inference latency due to sequential decoding. While speculative decoding (SD) successfully accelerates large language models, we demonstrate that state-of-the-art methods like EAGLE-3 provide limited gains for visual AR models. We attribute this to the intrinsic nature of visual tokens: unlike text, their probability distributions are flat and non-discriminative, which hinders drafter–target alignment and causes verification to collapse under sampling. To bridge this gap, we propose LISA, a Locality-Informed Speculative framework for Autoregressive image generation. LISA overcomes alignment barriers via two key components: (i) Locality-Informed Distillation, which aligns the drafter by prioritizing supervision on structured uncertainty; and (ii) Geometry-Aware Soft Verification, which leverages embedding proximity and target confidence to enable more permissive yet safe token acceptance. Experiments across T2I and C2I tasks demonstrate that LISA improves the speed–quality trade-off, achieving up to 4.12× acceleration and outperforming recent competitive methods.
@inproceedings{li2026lisa,
title={LISA: Locality-Informed Speculative Decoding for Accelerating Autoregressive Image Generation},
author={Li, Ying and Jian, Siyong and Wang, Zhaode and Chen, Zhiwen and Lv, Chengfei and Wang, Huan},
booktitle={ECCV},
year={2026}
}
More content (method figure, results, visualizations) coming soon.