Our new X account is live! Follow @wizwand_team for updates
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
Text-to-Image GenerationGenEval
Overall Score53
467
Class-conditional Image GenerationImageNet 256x256
Inception Score (IS)365.4
441
Image GenerationImageNet 256x256 (val)
FID1.97
307
Class-conditional Image GenerationImageNet 256x256 (train)
IS356.4
305
Class-conditional Image GenerationImageNet 256x256 (val)
FID1.73
293
Image GenerationImageNet 256x256
FID1.8
243
Image GenerationImageNet 512x512 (val)
FID-50K2.63
184
Class-conditional Image GenerationImageNet 256x256 (train val)
FID1.8
178
Class-conditional Image GenerationImageNet 256x256 (test)
FID1.73
167
Image ReconstructionImageNet 256x256
rFID0.8
93
Showing 10 of 57 rows

Other info

Code

Follow for update