paper-with-me

홈 › Papers

REAR: Rethinking Visual Autoregressive Models via Generator-Tokenizer Consistency Regularization

2025-10-06 · Qiyuan He, Yicong Li, Haotian Ye, Jinghao Wang, Xinyao Liao, Pheng-Ann Heng, Stefano Ermon, James Zou, Angela Yao arxiv

Visual autoregressive (AR) generation offers a promising path toward unifying vision and language models, yet its performance remains suboptimal against diffusion models. Prior work often attributes this gap to tokenizer limitations and rasterization ordering. In this work, we identify a core bottleneck from the perspective of generator-tokenizer inconsistency, i.e., the AR-generated tokens may not be well-decoded by the tokenizer. To address this, we propose reAR, a simple training strategy introducing a token-wise regularization objective: when predicting the next token, the causal transformer is also trained to recover the visual embedding of the current token and predict the embedding of the target token under a noisy context. It requires no changes to the tokenizer, generation order, inference pipeline, or external models. Despite its simplicity, reAR substantially improves performance. On ImageNet, it reduces gFID from 3.02 to 1.86 and improves IS to 316.9 using a standard rasterization-based tokenizer. When applied to advanced tokenizers, it achieves a gFID of 1.42 with only 177M parameters, matching the performance with larger state-of-the-art diffusion models (675M).

📄 PDF Abstract BibTeX arXiv:2510.04450

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Heptapod: Language Modeling on Visual Signals

2025-10-08 · Yongxin Zhu, Jiawei Chen, Yuanzhe Chen, Zhuo Chen 외 arxiv

We introduce Heptapod, an image autoregressive model that adheres to the foundational principles of language modeling. Heptapod employs \textbf{causal attention}, \textbf{eliminates reliance on CFG}, and \textbf{eschews …

Self-Supervised Learning

VA-$π$: Variational Policy Alignment for Pixel-Aware Autoregressive Generation

2025-12-22 · Xinyao Liao, Qiyuan He, Kai Xu, Xiaoye Qu 외 arxiv

Autoregressive (AR) visual generation relies on tokenizers to map images to and from discrete sequences. However, tokenizers are trained to reconstruct clean images from ground-truth tokens, while AR generators are optim…

MergeTok: Unified Continuous and Discrete Visual Tokenization via Token Merging

2026-05-29 · Luyuan Zhang, Siyuan Li, Zedong Wang, Qingsong Xie 외 arxiv

Most visual tokenizers for image generation are bifurcated into two families with complementary limitations: continuous VAEs offer high-fidelity reconstruction but suffer from dense, entangled latents that are poorly sui…

Image Generation

InsightTok: Improving Text and Face Fidelity in Discrete Tokenization for Autoregressive Image Generation

2026-05-14 · Yang Yue, Fangyun Wei, Tianyu He, Jinjing Zhao 외 arxiv

Text and faces are among the most perceptually salient and practically important patterns in visual generation, yet they remain challenging for autoregressive generators built on discrete tokenization. A central bottlene…

Image Generation

GEAR: Guided End-to-End AutoRegression for Image Synthesis

2026-06-30 · Bin Lin, Zheyuan Liu, Chenguo Lin, Sixiang Chen 외 hf

Visual generative models are typically trained in two stages. A tokenizer is first trained for reconstruction and then frozen, after which a generator is trained on its discrete indices or continuous latents. This decoup…

Text-to-Image Generation