CVLGOct 17, 2024

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

arXiv:2410.13863v1147 citationsh-index: 19ICLR
Originality Incremental advance
AI Analysis

This addresses the scaling gap between vision and language models for text-to-image generation, with incremental improvements in model design.

The paper tackled the scaling problem in autoregressive text-to-image generation by comparing discrete vs. continuous tokens and random vs. raster generation orders, finding that continuous tokens improve visual quality and random order boosts GenEval scores, with their Fluid model achieving a zero-shot FID of 6.16 on MS-COCO 30K and 0.69 on GenEval.

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 achieve 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 zero-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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes