NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale
NextStep Team, Chunrui Han, Guopeng Li, Jingwei Wu, Quan Sun, Yan Cai, Yuang Peng, Zheng Ge, Deyu Zhou, Haomiao Tang, Hongyu Zhou, Kenkun Liu, Ailin Huang, Bin Wang, Changxin Miao, Deshan Sun, En Yu, Fukun Yin, Gang Yu, Hao Nie, Haoran Lv, Hanpeng Hu, Jia Wang, Jian Zhou, Jianjian Sun, Kaijun Tan, Kang An, Kangheng Lin, Liang Zhao, Mei Chen, Peng Xing, Rui Wang, Shiyu Liu, Shutao Xia, Tianhao You, Wei Ji, Xianfang Zeng, Xin Han, Xuelin Zhang, Yana Wei, Yanming Xu, Yimin Jiang, Yingming Wang, Yu Zhou, Yucheng Han, Ziyang Meng, Binxing Jiao, Daxin Jiang, Xiangyu Zhang, Yibo Zhu
TL;DR
NextStep-1 presents a scalable autoregressive framework that unifies discrete text tokens and continuous image tokens through a flow-matching head, enabling high-fidelity image generation and competitive image editing at 14B parameters. The architecture couples a Flux VAE–based image tokenizer with a causal Transformer (initialized from Qwen2.5-14B), and trains on a richly diverse, multi-category data mix via a three-stage pretraining curriculum plus annealing, followed by SFT and DPO for alignment. Empirical results show strong text-to-image performance on alignment and world-knowledge benchmarks, as well as competitive editing capabilities, outperforming many autoregressive peers and approaching diffusion-model quality in some settings. The paper also analyzes the central role of tokenization, normalization under guidance, and the latent-space regularization in achieving stable generation, while candidly outlining artifacts, latency, and high-resolution training challenges as future directions.
Abstract
Prevailing autoregressive (AR) models for text-to-image generation either rely on heavy, computationally-intensive diffusion models to process continuous image tokens, or employ vector quantization (VQ) to obtain discrete tokens with quantization loss. In this paper, we push the autoregressive paradigm forward with NextStep-1, a 14B autoregressive model paired with a 157M flow matching head, training on discrete text tokens and continuous image tokens with next-token prediction objectives. NextStep-1 achieves state-of-the-art performance for autoregressive models in text-to-image generation tasks, exhibiting strong capabilities in high-fidelity image synthesis. Furthermore, our method shows strong performance in image editing, highlighting the power and versatility of our unified approach. To facilitate open research, we will release our code and models to the community.
