CVJun 17, 2024

Autoregressive Image Generation without Vector Quantization

arXiv:2406.11838v3636 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient and flexible image generation methods in machine learning, though it appears incremental as it builds on existing autoregressive and diffusion techniques.

The authors tackled the problem of generating images with autoregressive models without requiring vector quantization, by modeling per-token probability distributions using a diffusion procedure and a Diffusion Loss function. This approach achieved strong results and maintained the speed advantage of sequence modeling.

Conventional wisdom holds that autoregressive models for image generation are typically accompanied by vector-quantized tokens. We observe that while a discrete-valued space can facilitate representing a categorical distribution, it is not a necessity for autoregressive modeling. In this work, we propose to model the per-token probability distribution using a diffusion procedure, which allows us to apply autoregressive models in a continuous-valued space. Rather than using categorical cross-entropy loss, we define a Diffusion Loss function to model the per-token probability. This approach eliminates the need for discrete-valued tokenizers. We evaluate its effectiveness across a wide range of cases, including standard autoregressive models and generalized masked autoregressive (MAR) variants. By removing vector quantization, our image generator achieves strong results while enjoying the speed advantage of sequence modeling. We hope this work will motivate the use of autoregressive generation in other continuous-valued domains and applications. Code is available at: https://github.com/LTH14/mar.

Code Implementations2 repos
Foundations

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

Your Notes