pith. sign in

arxiv: 2412.15205 · v1 · pith:L62XB75Gnew · submitted 2024-12-19 · 💻 cs.CV

FlowAR: Scale-wise Autoregressive Image Generation Meets Flow Matching

classification 💻 cs.CV
keywords scalenextpredictionflowarautoregressivedesigngenerationimage
0
0 comments X
read the original abstract

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}.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 5 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Balancing Image Compression and Generation with Bootstrapped Tokenization

    cs.LG 2026-06 unverdicted novelty 7.0

    SelfBootTok decomposes image tokens into global and local groups via self-bootstrapped learning, enabling generators to use only global tokens for ~40% less computation and a new SOTA gFID of 1.56 with 64 tokens.

  2. Frequency-Forcing: From Scaling-as-Time to Soft Frequency Guidance

    cs.LG 2026-04 unverdicted novelty 7.0

    Frequency-Forcing guides pixel flow-matching with a data-derived low-frequency auxiliary stream to softly enforce scale-ordered generation, improving FID on ImageNet-256 over baselines.

  3. Drift-AR: Single-Step Visual Autoregressive Generation via Anti-Symmetric Drifting

    cs.CV 2026-03 unverdicted novelty 7.0

    Drift-AR achieves 3.8-5.5x speedup in AR-diffusion image models by using entropy to enable entropy-informed speculative decoding and single-step (1-NFE) anti-symmetric drifting decoding.

  4. Edit the Bits, Diff the Codes: Bitwise Residual Editing for Visual Autoregressive Models

    cs.CV 2026-06 unverdicted novelty 6.0

    BitResEdit improves text alignment in VAR image editing by +1.07 CLIP on edited regions via bitwise source-negative guidance and gated residual code injection while preserving background.

  5. Trajectory Forcing: Structure-First Generation with Controllable Semantic Trajectories

    cs.CV 2026-06 unverdicted novelty 5.0

    Trajectory Forcing makes generative image synthesis trajectory-centric by organizing it into decodable semantic stages derived from clustered visual representations and trained with one-step flow-matching models.