paper-with-me

홈 › Papers

Flow-GRPO: Training Flow Matching Models via Online RL

2025-05-08 · Jie Liu, Gongye Liu, Jiajun Liang, Yangguang Li, Jiaheng Liu, Xintao Wang, Pengfei Wan, Di Zhang, Wanli Ouyang

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 Differential Equation (ODE) into an equivalent Stochastic Differential Equation (SDE) that matches the original model's marginal distribution at all timesteps, enabling statistical sampling for RL exploration; and (2) a Denoising Reduction strategy that reduces training denoising steps while retaining the original inference timestep number, significantly improving sampling efficiency without performance degradation. Empirically, Flow-GRPO is effective across multiple text-to-image tasks. For complex compositions, RL-tuned SD3.5 generates nearly perfect object counts, spatial relations, and fine-grained attributes, boosting GenEval accuracy from 63% to 95%. In visual text rendering, its accuracy improves from 59% to 92%, significantly enhancing text generation. Flow-GRPO also achieves substantial gains in human preference alignment. Notably, very little reward hacking occurred, meaning rewards did not increase at the cost of appreciable image quality or diversity degradation.

📄 PDF Abstract BibTeX arXiv:2505.05470

Code (1)

yifan123/flow_grpo 공식 구현 pytorch

Tasks

DenoisingDiversityReinforcement Learning (RL)Text GenerationText-to-Image Generation

Similar Papers 제목 키워드 기반

OP-GRPO: Efficient Off-Policy GRPO for Flow-Matching Models

2026-04-05 · Liyu Zhang, Kehan Li, Tingrui Han, Tao Zhao 외 arxiv

Post training via GRPO has demonstrated remarkable effectiveness in improving the generation quality of flow-matching models. However, GRPO suffers from inherently low sample efficiency due to its on-policy training para…

Video Generation

Smart-GRPO: Smartly Sampling Noise for Efficient RL of Flow-Matching Models

2025-10-03 · Benjamin Yu, Jackie Liu, Justin Cui arxiv

Recent advancements in flow-matching have enabled high-quality text-to-image generation. However, the deterministic nature of flow-matching models makes them poorly suited for reinforcement learning, a key tool for impro…

Text-to-Image GenerationReinforcement Learning

Reinforcement Learning for Flow-Matching Policies

2025-07-20 · Samuel Pfrommer, Yixiao Huang, Somayeh Sojoudi arxiv

Flow-matching policies have emerged as a powerful paradigm for generalist robotics. These models are trained to imitate an action chunk, conditioned on sensor observations and textual instructions. Often, training demons…

Reinforcement Learning

DiffusionNFT: Online Diffusion Reinforcement with Forward Process

2025-09-19 · Kaiwen Zheng, Huayu Chen, Haotian Ye, Haoxiang Wang 외 arxiv

Online reinforcement learning (RL) has been central to post-training language models, but its extension to diffusion models remains challenging due to intractable likelihoods. Recent works discretize the reverse sampling…

Reinforcement Learning

Coefficients-Preserving Sampling for Reinforcement Learning with Flow Matching

2025-09-07 · Feng Wang, Zihao Yu arxiv

Reinforcement Learning (RL) has recently emerged as a powerful technique for improving image and video generation in Diffusion and Flow Matching models, specifically for enhancing output quality and alignment with prompt…

Reinforcement LearningVideo Generation