Paper Overview
- Field: Machine Learning
- Authors: Yufeng Wang, Parivesh Priye, Meeshawn Marathe, Ramit Pahwa
- Published: 2026-09-18
- arXiv: 2609.22041
- Reinforcement learning is increasingly used to align image generators with reward signals. Flow-GRPO extended this paradigm to flow-matching models by treating the denoising sampler as a stochastic policy optimized from reward feedback.
- Training in this setting is unstable in a way specific to multi-step denoising: policy updates change systematically across denoising steps, with importance ratios drifting below one, becoming increasingly dispersed, clipping at different rates, and leaving fewer usable samples late in training.
- Prior work treats these effects as separate failure modes, each addressed with a hand-tuned stabilizer. This paper shows they all arise from a single per-step quantity the authors call path variance.
- Path variance is determined exactly by the sampler's Gaussian transition kernel and can be estimated cheaply during training. This reframes instability as a measurable, budgetable resource rather than a pile of symptoms to fix.
- λ-Controlled GRPO calibrates importance ratio behavior from this predictive law (instead of noisy empirical statistics) and allocates gradient effort per denoising step according to its predicted cost. The two scales controlling updates are set by standard policy choices, not introduced as free hyperparameters.
- On a text-to-image model under two reward settings — hard-to-render target text scored by OCR, and human preference matching scored by a preference model — λ-Controlled GRPO outperforms the strongest empirical stabilizers on both text accuracy and preference reward.
- It also keeps path variance in late steps within budget, where baselines systematically overspend, yielding a Flow-GRPO update calibrated by its own transition law rather than stabilized after instability appears.
Key Points
Abstract (Original)
> Reinforcement learning is increasingly used to align image generators with reward signals, and Flow-GRPO recently extended this paradigm to flow-matching models by treating the denoising sampler as a stochastic policy that can be optimized from reward feedback. Training in this setting is unstable in a way specific to multi-step denoising: the policy update changes systematically across denoising steps, with importance ratios drifting below one, becoming increasingly dispersed, clipping at different rates, and leaving fewer usable samples late in training. Prior work treats these effects as separate failure modes and addresses each with a hand-tuned stabilizer. We show instead that they arise from a single per-step quantity, which we call path variance.
*Auto-collected on 2026-09-22*