paper-with-me

홈 › Papers

BranchGRPO: Stable and Efficient GRPO with Structured Branching in Diffusion Models

2025-09-07 · Yuming Li, Yikai Wang, Yuying Zhu, Zhongyu Zhao, Ming Lu, Qi She, Shanghang Zhang arxiv

Recent progress in aligning image and video generative models with Group Relative Policy Optimization (GRPO) has improved human preference alignment, but existing variants remain inefficient due to sequential rollouts and large numbers of sampling steps, unreliable credit assignment: sparse terminal rewards are uniformly propagated across timesteps, failing to capture the varying criticality of decisions during denoising. In this paper, we present BranchGRPO, a method that restructures the rollout process into a branching tree, where shared prefixes amortize computation and pruning removes low-value paths and redundant depths. BranchGRPO introduces three contributions: (1) a branching scheme that amortizes rollout cost through shared prefixes while preserving exploration diversity; (2) a reward fusion and depth-wise advantage estimator that transforms sparse terminal rewards into dense step-level signals; and (3) pruning strategies that cut gradient computation but leave forward rollouts and exploration unaffected. On HPDv2.1 image alignment, BranchGRPO improves alignment scores by up to \textbf{16\%} over DanceGRPO, while reducing per-iteration training time by nearly \textbf{55\%}. A hybrid variant, BranchGRPO-Mix, further accelerates training to 4.7x faster than DanceGRPO without degrading alignment. On WanX video generation, it further achieves higher Video-Align scores with sharper and temporally consistent frames compared to DanceGRPO. Codes are available at \href{https://fredreic1849.github.io/BranchGRPO-Webpage/}{BranchGRPO}.

📄 PDF Abstract BibTeX arXiv:2509.06040

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

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

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

Branching Flows: Discrete, Continuous, and Manifold Flow Matching with Splits and Deletions

2025-11-12 · Lukas Billera, Hedwig Nora Nordlinder, Jack Collier Ryder, Anton Oresten 외 arxiv

Diffusion and flow matching approaches to generative modeling have shown promise in domains where the state space is continuous, such as image generation or protein folding & design, and discrete, exemplified by diffusio…

Image Generation

UDM-GRPO: Stable and Efficient Group Relative Policy Optimization for Uniform Discrete Diffusion Models

2026-04-20 · Jiaqi Wang, Haoge Deng, Ting Pan, Yang Liu 외 arxiv

Uniform Discrete Diffusion Model (UDM) has recently emerged as a promising paradigm for discrete generative modeling; however, its integration with reinforcement learning remains largely unexplored. We observe that naive…

Reinforcement Learning

Why Tree-Style Branching Matters for Thought Advantage Estimation in GRPO

2025-09-29 · Hongcheng Wang, Yinuo Huang, Sukai Wang, Guanghui Ren 외 arxiv

Group Relative Policy Optimization (GRPO) trains Chain-of-Thought reasoning with verifiable rewards, but estimating thought-level advantages without value functions often suffers from high variance. Although tree-style b…