paper-with-me

Papers

Next Patch Prediction for Autoregressive Visual Generation

2024-12-19 · Yatian Pang, Peng Jin, Shuo Yang, Bin Lin, Bin Zhu, Zhenyu Tang, Liuhan Chen, Francis E. H. Tay, Ser-Nam Lim, Harry Yang, Li Yuan

Autoregressive models, built based on the Next Token Prediction (NTP) paradigm, show great potential in developing a unified framework that integrates both language and vision tasks. In this work, we rethink the NTP for autoregressive image generation and propose a novel Next Patch Prediction (NPP) paradigm. Our key idea is to group and aggregate image tokens into patch tokens containing high information density. With patch tokens as a shorter input sequence, the autoregressive model is trained to predict the next patch, thereby significantly reducing the computational cost. We further propose a multi-scale coarse-to-fine patch grouping strategy that exploits the natural hierarchical property of image data. Experiments on a diverse range of models (100M-1.4B parameters) demonstrate that the next patch prediction paradigm could reduce the training cost to around 0.6 times while improving image generation quality by up to 1.0 FID score on the ImageNet benchmark. We highlight that our method retains the original autoregressive model architecture without introducing additional trainable parameters or specifically designing a custom image tokenizer, thus ensuring flexibility and seamless adaptation to various autoregressive models for visual generation.

📄 PDF Abstract BibTeX arXiv:2412.15321

Code (1)

pku-yuangroup/next-patch-prediction 공식 구현 pytorch

Tasks

Image GenerationPrediction

Similar Papers 제목 키워드 기반

DPAR: Dynamic Patchification for Efficient Autoregressive Visual Generation

2025-12-26 · Divyansh Srivastava, Akshay Mehra, Pranav Maneriker, Debopam Sanyal 외 arxiv

Decoder-only autoregressive image generation typically relies on fixed-length tokenization schemes whose token counts grow quadratically with resolution, substantially increasing the computational and memory demands of a…

multimodal generationImage Generation

Locality-aware Parallel Decoding for Efficient Autoregressive Image Generation

2025-07-02 · Zhuoyang Zhang, Luke J. Huang, Chengyue Wu, Shang Yang 외

We present Locality-aware Parallel Decoding (LPD) to accelerate autoregressive image generation. Traditional autoregressive image generation relies on next-patch prediction, a memory-bound process that leads to high late…

Image GenerationPrediction

Beyond Next-Token: Next-X Prediction for Autoregressive Visual Generation

2025-02-27 · Sucheng Ren, Qihang Yu, Ju He, Xiaohui Shen 외

Autoregressive (AR) modeling, known for its next-token prediction paradigm, underpins state-of-the-art language and visual generative models. Traditionally, a ``token'' is treated as the smallest prediction unit, often a…

Image Generationtoken-classificationToken Classification

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

TensorAR: Refinement is All You Need in Autoregressive Image Generation

2025-05-22 · Cheng Cheng, Lin Song, Yicheng Xiao, Yuxin Chen 외

Autoregressive (AR) image generators offer a language-model-friendly approach to image generation by predicting discrete image tokens in a causal sequence. However, unlike diffusion models, AR models lack a mechanism to …

AllImage GenerationLanguage ModelingLanguage Modelling