paper-with-me

Papers

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

2024-04-03 · Keyu Tian, Yi Jiang, Zehuan Yuan, Bingyue Peng, LiWei Wang

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.

📄 PDF Abstract BibTeX arXiv:2404.02905

Code (3)

FoundationVision/VAR 공식 구현 pytorch
EkaterinaXie/LiteVAR pytorch
FoundationVision/Infinity pytorch

Tasks

Image GenerationImage ReconstructionLanguage ModellingLarge Language ModelZero-shot Generalization

Methods 이 논문이 사용한 방법론

Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adaptive Instance Normalization 설명 없음
VQ-VAE VQ-VAE is a type of variational autoencoder that uses vector quantisation to obtain a discrete latent representation. It differs from…

Similar Papers 제목 키워드 기반

Learning to Expand Images for Efficient Visual Autoregressive Modeling

2025-11-19 · Ruiqing Yang, Kaixin Zhang, Zheng Zhang, Shan You 외 arxiv

Autoregressive models have recently shown great promise in visual generation by leveraging discrete token sequences akin to language modeling. However, existing approaches often suffer from inefficiency, either due to to…

Image Generation

DART: Denoising Autoregressive Transformer for Scalable Text-to-Image Generation

2024-10-10 · Jiatao Gu, Yuyang Wang, Yizhe Zhang, Qihang Zhang 외

Diffusion models have become the dominant approach for visual generation. They are trained by denoising a Markovian process which gradually adds noise to the input. We argue that the Markovian property limits the model's…

DenoisingImage GenerationQuantizationText to Image Generation+1

AR-Omni: A Unified Autoregressive Model for Any-to-Any Generation

2026-01-25 · Dongjie Cheng, Ruifeng Yuan, Yongqi Li, Runyang You 외 arxiv

Real-world perception and interaction are inherently multimodal, encompassing not only language but also vision and speech, which motivates the development of "Omni" MLLMs that support both multimodal inputs and multimod…

multimodal generationImage Generation

FARMER: Flow AutoRegressive Transformer over Pixels

2025-10-27 · Guangting Zheng, Qinyu Zhao, Tao Yang, Fei Xiao 외 arxiv

Directly modeling the explicit likelihood of the raw data distribution is key topic in the machine learning area, which achieves the scaling successes in Large Language Models by autoregressive modeling. However, continu…

Image Generation

Scalable Autoregressive Image Generation with Mamba

2024-08-22 · Haopeng Li, Jinyue Yang, Kexin Wang, Xuerui Qiu 외

We introduce AiM, an autoregressive (AR) image generative model based on Mamba architecture. AiM employs Mamba, a novel state-space model characterized by its exceptional performance for long-sequence modeling with linea…

Image GenerationMamba