paper-with-me

홈 › Papers

Improving Autoregressive Image Generation through Coarse-to-Fine Token Prediction

2025-03-20 · Ziyao Guo, Kaipeng Zhang, Michael Qizhe Shieh

Autoregressive models have shown remarkable success in image generation by adapting sequential prediction techniques from language modeling. However, applying these approaches to images requires discretizing continuous pixel data through vector quantization methods like VQ-VAE. To alleviate the quantization errors that existed in VQ-VAE, recent works tend to use larger codebooks. However, this will accordingly expand vocabulary size, complicating the autoregressive modeling task. This paper aims to find a way to enjoy the benefits of large codebooks without making autoregressive modeling more difficult. Through empirical investigation, we discover that tokens with similar codeword representations produce similar effects on the final generated image, revealing significant redundancy in large codebooks. Based on this insight, we propose to predict tokens from coarse to fine (CTF), realized by assigning the same coarse label for similar tokens. Our framework consists of two stages: (1) an autoregressive model that sequentially predicts coarse labels for each token in the sequence, and (2) an auxiliary model that simultaneously predicts fine-grained labels for all tokens conditioned on their coarse labels. Experiments on ImageNet demonstrate our method's superior performance, achieving an average improvement of 59 points in Inception Score compared to baselines. Notably, despite adding an inference step, our approach achieves faster sampling speeds.

📄 PDF Abstract BibTeX arXiv:2503.16194

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationLanguage ModelingLanguage ModellingQuantization

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

CARP: Visuomotor Policy Learning via Coarse-to-Fine Autoregressive Prediction

2024-12-09 · Zhefei Gong, Pengxiang Ding, Shangke Lyu, Siteng Huang 외

In robotic visuomotor policy learning, diffusion-based models have achieved significant success in improving the accuracy of action trajectory generation compared to traditional autoregressive models. However, they suffe…

Action GenerationDenoising

DetailFlow: 1D Coarse-to-Fine Autoregressive Image Generation via Next-Detail Prediction

2025-05-27 · Yiheng Liu, Liao Qu, Huichao Zhang, Xu Wang 외

This paper presents DetailFlow, a coarse-to-fine 1D autoregressive (AR) image generation method that models images through a novel next-detail prediction strategy. By learning a resolution-aware token sequence supervised…

Image Generation

SSG: Scaled Spatial Guidance for Multi-Scale Visual Autoregressive Generation

2026-02-05 · Youngwoo Shin, Jiwan Hur, Junmo Kim arxiv

Visual autoregressive (VAR) models generate images through next-scale prediction, naturally achieving coarse-to-fine, fast, high-fidelity synthesis mirroring human perception. In practice, this hierarchy can drift at inf…

Image Generation

ImageBART: Bidirectional Context with Multinomial Diffusion for Autoregressive Image Synthesis

2021-08-19 · NeurIPS 2021 12 · Patrick Esser, Robin Rombach, Andreas Blattmann, Björn Ommer

Autoregressive models and their sequential factorization of the data likelihood have recently demonstrated great potential for image representation and synthesis. Nevertheless, they incorporate image context in a linear …

Image GenerationImage InpaintingText-to-Image Generation

Spectral Image Tokenizer

2024-12-12 · Carlos Esteves, Mohammed Suhail, Ameesh Makadia

Image tokenizers map images to sequences of discrete tokens, and are a crucial component of autoregressive transformer-based image generation. The tokens are typically associated with spatial locations in the input image…

Image Generation