Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction

About

We present Visual AutoRegressive modeling (VAR), a new generation paradigm that redefines the autoregressive learning on images as coarse-to-fine "next-scale prediction" or "next-resolution prediction", diverging from the standard raster-scan "next-token prediction". This simple, intuitive methodology allows autoregressive (AR) transformers to learn visual distributions fast and generalize well: VAR, for the first time, makes GPT-like AR models surpass diffusion transformers in image generation. On ImageNet 256x256 benchmark, VAR significantly improve AR baseline by improving Frechet inception distance (FID) from 18.65 to 1.73, inception score (IS) from 80.4 to 350.2, with around 20x faster inference speed. It is also empirically verified that VAR outperforms the Diffusion Transformer (DiT) in multiple dimensions including image quality, inference speed, data efficiency, and scalability. Scaling up VAR models exhibits clear power-law scaling laws similar to those observed in LLMs, with linear correlation coefficients near -0.998 as solid evidence. VAR further showcases zero-shot generalization ability in downstream tasks including image in-painting, out-painting, and editing. These results suggest VAR has initially emulated the two important properties of LLMs: Scaling Laws and zero-shot task generalization. We have released all models and codes to promote the exploration of AR/VAR models for visual generation and unified learning.

Keyu Tian, Yi Jiang, Zehuan Yuan, Bingyue Peng, Liwei Wang• 2024

Related benchmarks

TaskDatasetResultRank
Class-conditional Image GenerationImageNet 256x256
Inception Score (IS)365.4
815
Image ClassificationImageNet A
Top-1 Acc10.3
654
Image ClassificationImageNet V2
Top-1 Acc71.9
611
Image ClassificationImageNet-R
Top-1 Acc30.6
529
Text-to-Image GenerationGenEval
Overall Score53
506
Class-conditional Image GenerationImageNet 256x256 (val)
FID1.73
427
Image ClassificationImageNet-Sketch
Top-1 Accuracy36
407
Image GenerationImageNet 256x256
IS365.4
359
Class-conditional Image GenerationImageNet 256x256 (train)
IS356.4
345
Image GenerationImageNet 256x256 (val)
FID1.97
340
Showing 10 of 94 rows
...

Other info

Code

Follow for update