E-GRPO: High Entropy Steps Drive Effective Reinforcement Learning for Flow Models
Shengjun Zhang, Zhang Zhang, Chensheng Dai, Yueqi Duan
TL;DR
This work addresses sparse and ambiguous reward signals in GRPO-based training for flow models by revealing that high-entropy denoising steps drive meaningful exploration. It introduces E-GRPO, which adaptively merges consecutive low-entropy steps into single high-entropy steps while applying ODE sampling on remaining steps, and uses multi-step group normalized advantages to provide dense, reliable credit assignment. The approach is supported by entropy analysis and empirical results showing state-of-the-art performance on the HPS metric and improvements on out-of-domain rewards under multi-reward settings, validating the effectiveness of entropy-guided stochastic optimization for visual generation. Overall, E-GRPO improves training efficiency, stability, and human-preference alignment for flow-based models, while mitigating reward hacking through robust reward signaling.
Abstract
Recent reinforcement learning has enhanced the flow matching models on human preference alignment. While stochastic sampling enables the exploration of denoising directions, existing methods which optimize over multiple denoising steps suffer from sparse and ambiguous reward signals. We observe that the high entropy steps enable more efficient and effective exploration while the low entropy steps result in undistinguished roll-outs. To this end, we propose E-GRPO, an entropy aware Group Relative Policy Optimization to increase the entropy of SDE sampling steps. Since the integration of stochastic differential equations suffer from ambiguous reward signals due to stochasticity from multiple steps, we specifically merge consecutive low entropy steps to formulate one high entropy step for SDE sampling, while applying ODE sampling on other steps. Building upon this, we introduce multi-step group normalized advantage, which computes group-relative advantages within samples sharing the same consolidated SDE denoising step. Experimental results on different reward settings have demonstrated the effectiveness of our methods.
