paper-with-me

Papers

FlowAR: Scale-wise Autoregressive Image Generation Meets Flow Matching

2024-12-19 · Sucheng Ren, Qihang Yu, Ju He, Xiaohui Shen, Alan Yuille, Liang-Chieh Chen

Autoregressive (AR) modeling has achieved remarkable success in natural language processing by enabling models to generate text with coherence and contextual understanding through next token prediction. Recently, in image generation, VAR proposes scale-wise autoregressive modeling, which extends the next token prediction to the next scale prediction, preserving the 2D structure of images. However, VAR encounters two primary challenges: (1) its complex and rigid scale design limits generalization in next scale prediction, and (2) the generator's dependence on a discrete tokenizer with the same complex scale structure restricts modularity and flexibility in updating the tokenizer. To address these limitations, we introduce FlowAR, a general next scale prediction method featuring a streamlined scale design, where each subsequent scale is simply double the previous one. This eliminates the need for VAR's intricate multi-scale residual tokenizer and enables the use of any off-the-shelf Variational AutoEncoder (VAE). Our simplified design enhances generalization in next scale prediction and facilitates the integration of Flow Matching for high-quality image synthesis. We validate the effectiveness of FlowAR on the challenging ImageNet-256 benchmark, demonstrating superior generation performance compared to previous methods. Codes will be available at \url{https://github.com/OliverRensu/FlowAR}.

📄 PDF Abstract BibTeX arXiv:2412.15205

Code (1)

oliverrensu/flowar 공식 구현 pytorch

Tasks

Image GenerationPrediction

Similar Papers 제목 키워드 기반

DiSA: Diffusion Step Annealing in Autoregressive Image Generation

2025-05-26 · Qinyu Zhao, Jaskirat Singh, Ming Xu, Akshay Asthana 외

An increasing number of autoregressive models, such as MAR, FlowAR, xAR, and Harmon adopt diffusion sampling to improve the quality of image generation. However, this strategy leads to low inference efficiency, because i…

DenoisingImage Generation

On Computational Limits of FlowAR Models: Expressivity and Efficiency

2025-02-23 · Chengyue Gong, Yekun Ke, Xiaoyu Li, YIngyu Liang 외

The expressive power and computational complexity of deep visual generative models, such as flow-based and autoregressive (AR) models, have gained considerable interest for their wide-ranging applications in generative t…

Rethinking Training Dynamics in Scale-wise Autoregressive Generation

2025-12-06 · Gengze Zhou, Chongjian Ge, Hao Tan, Feng Liu 외 arxiv

Recent advances in autoregressive (AR) generative models have produced increasingly powerful systems for media synthesis. Among them, next-scale prediction has emerged as a popular paradigm, where models generate images …

M-VAR: Decoupled Scale-wise Autoregressive Modeling for High-Quality Image Generation

2024-11-15 · Sucheng Ren, Yaodong Yu, Nataniel Ruiz, Feng Wang 외

There exists recent work in computer vision, named VAR, that proposes a new autoregressive paradigm for image generation. Diverging from the vanilla next-token prediction, VAR structurally reformulates the image generati…

Image GenerationMamba

Fractal Autoregressive Depth Estimation with Continuous Token Diffusion

2026-03-16 · Jinchang Zhang, Xinrou Kang, Guoyu Lu arxiv

Monocular depth estimation can benefit from autoregressive (AR) generation, but direct AR modeling is hindered by the modality gap between RGB and depth, inefficient pixel-wise generation, and instability in continuous d…

Monocular Depth EstimationComputational Efficiency