Fluid: Scaling Autoregressive Text-to-Image Generative Models with Continuous Tokens

Abstract

Scaling up autoregressive models in vision has not proven as beneficial as in large language models. In this work, we investigate this scaling problem in the context of text-to-image generation, focusing on two critical factors: whether models use discrete or continuous tokens, and whether tokens are generated in a random or fixed raster order using BERT- or GPT-like transformer architectures. Our empirical results show that, while all models scale effectively in terms of validation loss, their evaluation performance -- measured by FID, GenEval score, and visual quality -- follows different trends. Models based on continuous tokens achieves significantly better visual quality than those using discrete tokens. Furthermore, the generation order and attention mechanisms significantly affect the GenEval score: random-order models achieve notably better GenEval scores compared to raster-order models. Inspired by these findings, we train Fluid, a random-order autoregressive model on continuous tokens. Fluid 10.5B model achieves a new state-of-the-art zeor-shot FID of 6.16 on MS-COCO 30K, and 0.69 overall score on the GenEval benchmark. We hope our findings and results will encourage future efforts to further bridge the scaling gap between vision and language models.

Cite

Text

Fan et al. "Fluid: Scaling Autoregressive Text-to-Image Generative Models with Continuous Tokens." International Conference on Learning Representations, 2025.

Markdown

[Fan et al. "Fluid: Scaling Autoregressive Text-to-Image Generative Models with Continuous Tokens." International Conference on Learning Representations, 2025.](https://mlanthology.org/iclr/2025/fan2025iclr-fluid/)

BibTeX

@inproceedings{fan2025iclr-fluid,
  title     = {{Fluid: Scaling Autoregressive Text-to-Image Generative Models with Continuous Tokens}},
  author    = {Fan, Lijie and Li, Tianhong and Qin, Siyang and Li, Yuanzhen and Sun, Chen and Rubinstein, Michael and Sun, Deqing and He, Kaiming and Tian, Yonglong},
  booktitle = {International Conference on Learning Representations},
  year      = {2025},
  url       = {https://mlanthology.org/iclr/2025/fan2025iclr-fluid/}
}