paper-with-me

홈 › Papers

Stepwise Credit Assignment for GRPO on Flow-Matching Models

2026-03-30 · Yash Savani, Branislav Kveton, Yuchen Liu, Yilin Wang, Jing Shi, Subhojyoti Mukherjee, Nikos Vlassis, Krishna Kumar Singh arxiv

Flow-GRPO successfully applies reinforcement learning to flow models, but uses uniform credit assignment across all steps. This ignores the temporal structure of diffusion generation: early steps determine composition and content (low-frequency structure), while late steps resolve details and textures (high-frequency details). Moreover, assigning uniform credit based solely on the final image can inadvertently reward suboptimal intermediate steps, especially when errors are corrected later in the diffusion trajectory. We propose Stepwise-Flow-GRPO, which assigns credit based on each step's reward improvement. By leveraging Tweedie's formula to obtain intermediate reward estimates and introducing gain-based advantages, our method achieves superior sample efficiency and faster convergence. We also introduce a DDIM-inspired SDE that improves reward quality while preserving stochasticity for policy gradients.

📄 PDF Abstract BibTeX arXiv:2603.28718

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

TempFlow-GRPO: When Timing Matters for GRPO in Flow Models

2025-08-06 · Xiaoxuan He, Siming Fu, Yuke Zhao, Wanli Li 외 arxiv

Recent flow matching models for text-to-image generation have achieved remarkable quality, yet their integration with reinforcement learning for human preference alignment remains suboptimal, hindering fine-grained rewar…

Text-to-Image GenerationReinforcement Learning

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

Anchoring Values in Temporal and Group Dimensions for Flow Matching Model Alignment

2025-12-13 · Yawen Shao, Jie Xiao, Kai Zhu, Yu Liu 외 arxiv

Group Relative Policy Optimization (GRPO) has proven highly effective in enhancing the alignment capabilities of Large Language Models (LLMs). However, current adaptations of GRPO for the flow matching-based image genera…

Image Generation

SuperFlow: Training Flow Matching Models with RL on the Fly

2025-12-17 · Kaijie Chen, Zhiyang Xu, Ying Shen, Zihao Lin 외 arxiv

Recent progress in flow-based generative models and reinforcement learning (RL) has improved text-image alignment and visual quality. However, current RL training for flow models still has two main problems: (i) GRPO-sty…

Reinforcement LearningImage Generation

On the Policy Gradient Foundations of Group Relative Policy Optimization: Credit Assignment, Gradient Sparsity, and Rank Collapse

2026-06-28 · Amritansh Mishra, Supriyo Chakraborty, Berkcan Kapusuzoglu arxiv

Group Relative Policy Optimization (GRPO) eliminates the learned critic in PPO by using the mean reward of grouped rollouts as a baseline. We provide a rigorous derivation of GRPO from first principles of the policy grad…