paper-with-me

홈 › Papers

V-GRPO: Online Reinforcement Learning for Denoising Generative Models Is Easier than You Think

2026-04-25 · Bingda Tang, Yuhui Zhang, Xiaohan Wang, Jiayuan Mao, Ludwig Schmidt, Serena Yeung-Levy arxiv

Aligning denoising generative models with human preferences or verifiable rewards remains a key challenge. While policy-gradient online reinforcement learning (RL) offers a principled post-training framework, its direct application is hindered by the intractable likelihoods of these models. Prior work therefore either optimizes an induced Markov decision process (MDP) over sampling trajectories, which is stable but inefficient, or uses likelihood surrogates based on the diffusion evidence lower bound (ELBO), which have so far underperformed on visual generation. Our key insight is that the ELBO-based approach can, in fact, be made both stable and efficient. By reducing surrogate variance and controlling gradient steps, we show that this approach can beat MDP-based methods. To this end, we introduce Variational GRPO (V-GRPO), a method that integrates ELBO-based surrogates with the Group Relative Policy Optimization (GRPO) algorithm, alongside a set of simple yet essential techniques. Our method is easy to implement, aligns with pretraining objectives, and avoids the limitations of MDP-based methods. V-GRPO achieves state-of-the-art performance in text-to-image synthesis, while delivering a $2\times$ speedup over MixGRPO and a $3\times$ speedup over DiffusionNFT.

📄 PDF Abstract BibTeX arXiv:2604.23380

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

TreeGRPO: Tree-Advantage GRPO for Online RL Post-Training of Diffusion Models

2025-12-09 · Zheng Ding, Weirui Ye arxiv

Reinforcement learning (RL) post-training is crucial for aligning generative models with human preferences, but its prohibitive computational cost remains a major barrier to widespread adoption. We introduce \textbf{Tree…

Reinforcement Learning

DanceGRPO: Unleashing GRPO on Visual Generation

2025-05-12 · Zeyue Xue, Jie Wu, Yu Gao, Fangyuan Kong 외

Recent breakthroughs in generative models-particularly diffusion models and rectified flows-have revolutionized visual content creation, yet aligning model outputs with human preferences remains a critical challenge. Exi…

Denoisingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Flow-GRPO: Training Flow Matching Models via Online RL

2025-05-08 · Jie Liu, Gongye Liu, Jiajun Liang, Yangguang Li 외

We propose Flow-GRPO, the first method integrating online reinforcement learning (RL) into flow matching models. Our approach uses two key strategies: (1) an ODE-to-SDE conversion that transforms a deterministic Ordinary…

DenoisingDiversityReinforcement Learning (RL)Text Generation+1

dFlowGRPO: Rate-Aware Policy Optimization for Discrete Flow Models

2026-05-10 · Zhengyan Wan, Yidong Ouyang, Panwen Hu, Qiang Sun arxiv

Discrete flow models (DFMs) are a class of flexible generative models for generating discrete data, and diffusion large language models (dLLMs) can be viewed as a special case with a specific choice of mixture path and a…

Text-to-Image GenerationReinforcement Learning

Fine-Grained GRPO for Precise Preference Alignment in Flow Models

2025-10-02 · Yujie Zhou, Pengyang Ling, Jiazi Bu, Yibin Wang 외 arxiv

The incorporation of online reinforcement learning (RL) into diffusion and flow-based generative models has recently gained attention as a powerful paradigm for aligning model behavior with human preferences. By leveragi…

Reinforcement Learning