paper-with-me

Papers

Rethinking Training Dynamics in Scale-wise Autoregressive Generation

2025-12-06 · Gengze Zhou, Chongjian Ge, Hao Tan, Feng Liu, Yicong Hong 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 in a coarse-to-fine manner. However, scale-wise AR models suffer from exposure bias, which undermines generation quality. We identify two primary causes of this issue: (1) train-test mismatch, where the model must rely on its own imperfect predictions during inference, and (2) imbalance in scale-wise learning difficulty, where certain scales exhibit disproportionately higher optimization complexity. Through a comprehensive analysis of training dynamics, we propose Self-Autoregressive Refinement (SAR) to address these limitations. SAR introduces a Stagger-Scale Rollout (SSR) mechanism that performs lightweight autoregressive rollouts to expose the model to its own intermediate predictions, thereby aligning train-test patterns, and a complementary Contrastive Student-Forcing Loss (CSFL) that provides adequate supervision for self-generated contexts to ensure stable training. Experimental results show that applying SAR to pretrained AR models consistently improves generation quality with minimal computational overhead. For instance, SAR yields a 5.2% FID reduction on FlexVAR-d16 trained on ImageNet 256 within 10 epochs (5 hours on 32xA100 GPUs). Given its efficiency, scalability, and effectiveness, we expect SAR to serve as a reliable post-training method for visual autoregressive generation.

📄 PDF Abstract BibTeX arXiv:2512.06421

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Probabilistic Prediction of Neural Dynamics via Autoregressive Flow Matching

2026-04-13 · Nicole Rogalla, Yuzhen Qin, Mario Senden, Ahmed El-Gazzar 외 arxiv

Forecasting neural activity in response to naturalistic stimuli remains a key challenge for understanding brain dynamics and enabling downstream neurotechnological applications. Here, we introduce a generative forecastin…

ScaleMoGen: Autoregressive Next-Scale Prediction for Human Motion Generation

2026-05-12 · Inwoo Hwang, Hojun Jang, Bing Zhou, Jian Wang 외 arxiv

We present ScaleMoGen, a scale-wise autoregressive framework for text-driven human motion generation. Unlike conventional autoregressive approaches that rely on standard next-token prediction, ScaleMoGen frames motion ge…

Rethinking Prototype-based Similarity Learning for Few-Shot Object Detection

2026-06-22 · KunHo Heo, Seungjae Kim, Wongyu Lee, SuYeon Kim 외 arxiv

Few-shot object detection aims to detect novel object categories from only a few labeled examples, avoiding costly large-scale annotation. Recent prototype-based similarity learning approaches enable training-free adapta…

Few-Shot Object Detection

MinerU-Diffusion: Rethinking Document OCR as Inverse Rendering via Diffusion Decoding

2026-03-23 · Hejun Dong, Junbo Niu, Bin Wang, Weijun Zeng 외 arxiv

Optical character recognition (OCR) has evolved from line-level transcription to structured document parsing, requiring models to recover long-form sequences containing layout, tables, and formulas. Despite recent advanc…

Inverse Rendering

Step-Wise Refusal Dynamics in Autoregressive and Diffusion Language Models

2026-02-01 · Eliron Rahimi, Elad Hirshel, Rom Himelstein, Amit LeVi 외 arxiv

Diffusion language models (DLMs) have recently emerged as a competitive alternative to autoregressive (AR) models, offering parallel decoding, competitive generation quality, and initial evidence of improved jailbreak ro…