paper-with-me

Papers

Autoregressive Image Generation without Vector Quantization

2024-06-17 · Tianhong Li, Yonglong Tian, He Li, Mingyang Deng, Kaiming He

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.

📄 PDF Abstract BibTeX arXiv:2406.11838

Code (2)

lth14/mar 공식 구현 pytorch
shaochenze/ear pytorch

Tasks

Image GenerationQuantization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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…

Similar Papers 제목 키워드 기반

Not All Image Regions Matter: Masked Vector Quantization for Autoregressive Image Generation

2023-05-23 · CVPR 2023 1 · Mengqi Huang, Zhendong Mao, Quan Wang, Yongdong Zhang

Existing autoregressive models follow the two-stage generation paradigm that first learns a codebook in the latent space for image reconstruction and then completes the image generation autoregressively based on the lear…

AllImage GenerationImage ReconstructionQuantization

Autoregressive Video Generation without Vector Quantization

2024-12-18 · Haoge Deng, Ting Pan, Haiwen Diao, Zhengxiong Luo 외

This paper presents a novel approach that enables autoregressive video generation with high efficiency. We propose to reformulate the video generation problem as a non-quantized autoregressive modeling of temporal frame-…

Image GenerationPredictionQuantizationText to Image Generation+2

Towards Accurate Image Coding: Improved Autoregressive Image Generation with Dynamic Vector Quantization

2023-05-19 · CVPR 2023 1 · Mengqi Huang, Zhendong Mao, Zhuowei Chen, Yongdong Zhang

Existing vector quantization (VQ) based autoregressive models follow a two-stage generation paradigm that first learns a codebook to encode images as discrete codes, and then completes generation based on the learned cod…

Image GenerationPositionQuantization

Channel-wise Vector Quantization

2026-05-25 · Wei Song, Tianhang Wang, Yitong Chen, Tong Zhang 외 arxiv

We present Channel-wise Vector Quantization (CVQ), a novel image tokenization paradigm that replaces patch-wise tokens with channel-wise tokens. Unlike conventional vector quantization, which assigns a discrete token to …

Text-to-Image Generation

JPEG-LM: LLMs as Image Generators with Canonical Codec Representations

2024-08-15 · Xiaochuang Han, Marjan Ghazvininejad, Pang Wei Koh, Yulia Tsvetkov

Recent work in image and video generation has been adopting the autoregressive LLM architecture due to its generality and potentially easy integration into multi-modal systems. The crux of applying autoregressive trainin…

Image GenerationQuantizationText GenerationVideo Generation