paper-with-me

홈 › Papers

STAGE: Stable and Generalizable GRPO for Autoregressive Image Generation

2025-09-29 · Xiaoxiao Ma, Haibo Qiu, Guohui Zhang, Zhixiong Zeng, Siqi Yang, Lin Ma, Feng Zhao arxiv

Reinforcement learning has recently been explored to improve text-to-image generation, yet applying existing GRPO algorithms to autoregressive (AR) image models remains challenging. The instability of the training process easily disrupts the pretrained model capability during long runs, resulting in marginal gains, degraded image quality, and poor generalization. In this work, we revisit GRPO for AR image generation and identify two key issues: contradictory gradients from unnecessary tokens and unstable policy entropy dynamics. To address these, we introduce STAGE, a stable and generalizable framework that leverages two targeted solutions: 1) Advantage/KL reweighting. Similarity-aware reweighting to alleviate conflicting updates; and 2) Entropy reward. An entropy-based reward corresponding to reference model to stabilize learning. With the help of alleviating conflicts between tokens and an entropy reward for stabilizing training, we reduce disruption of the pretrained distribution and mitigate reward hacking, which in turn improves generalization and transfer better to other benchmarks. Experiments across multiple benchmarks show that STAGE consistently improves visual quality, stability, and cross-task generalization compared to baseline GRPO.

📄 PDF Abstract BibTeX arXiv:2509.25027

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Image GenerationReinforcement Learning

Similar Papers 제목 키워드 기반

VAR RL Done Right: Tackling Asynchronous Policy Conflicts in Visual Autoregressive Generation

2026-01-05 · Shikun Sun, Liao Qu, Huichao Zhang, Yiheng Liu 외 arxiv

Visual generation is dominated by three paradigms: AutoRegressive (AR), diffusion, and Visual AutoRegressive (VAR) models. Unlike AR and diffusion, VARs operate on heterogeneous input structures across their generation s…

Reinforcement Learning

Group Relative Policy Optimization for Image Captioning

2025-03-03 · Xu Liang

Image captioning tasks usually use two-stage training to complete model optimization. The first stage uses cross-entropy as the loss function for optimization, and the second stage uses self-critical sequence training (S…

DiversityImage CaptioningModel Optimization

StyleVAR: Controllable Image Style Transfer via Visual Autoregressive Modeling

2026-04-22 · Liqi Jing, Dingming Zhang, Peinian Li, Lichen Zhu 외 arxiv

We build on the Visual Autoregressive Modeling (VAR) framework and formulate style transfer as conditional discrete sequence modeling in a learned latent space. Images are decomposed into multi-scale representations and …

Style Transfer

Advances in GRPO for Generation Models: A Survey

2026-02-21 · Zexiang Liu, Xianglong He, Yangguang Li arxiv

Large-scale flow matching models have achieved strong performance across generative tasks such as text-to-image, video, 3D, and speech synthesis. However, aligning their outputs with human preferences and task-specific o…

Reinforcement LearningSpeech SynthesisVideo GenerationImage Editing

AR-GRPO: Training Autoregressive Image Generation Models via Reinforcement Learning

2025-08-09 · Shihao Yuan, Yahui Liu, Yang Yue, Jingyuan Zhang 외 arxiv

Inspired by the success of reinforcement learning (RL) in refining large language models (LLMs), we propose AR-GRPO, an approach to integrate online RL training into autoregressive (AR) image generation models. We adapt …

Reinforcement LearningImage Generation