LC-GRPO Improves Flow-Based Generative Models in Reinforcement Learning.

Yingqing Guo, Hui Yuan, Zijian He, Mengdi Wang, Zheng Ding· August 7, 2026 View original

Key takeaways

  • LC-GRPO bridges the train-inference gap in flow-based GRPO models.
  • It uses Langevin correction after an ODE Euler step for stochastic rollouts.
  • The method improves reward optimization and preserves generation quality.
  • LC-GRPO is effective for text-to-image and text-to-video tasks.

Who benefits

Creative IndustriesGamingRoboticsAI DevelopmentMedia & Entertainment

Summary

LC-GRPO is a new flow-based Generative Reinforcement Policy Optimization (GRPO) framework that uses Langevin correction to bridge the train-inference gap in flow models. It improves reward optimization and preserves generation quality by aligning stochastic training rollouts with deterministic test-time ODE inference.

Flow-based generative models typically use deterministic ODEs for sampling, but online reinforcement learning (RL) requires stochastic rollouts for exploration. Existing GRPO methods for flow models replace the ODE with an SDE during training, leading to a significant mismatch between blurry SDE training samples and sharp ODE inference samples. LC-GRPO addresses this train-inference gap by introducing a Langevin correction. Each rollout transition first takes an inference-aligned ODE Euler step, then applies a stochastic Langevin correction targeting the marginal distribution at that timestep. This correction recovers the necessary score directly from the flow velocity without needing an additional score model. The proposed method theoretically reduces Wasserstein error and offers more accurate transitions than standard Euler-Maruyama discretization. Empirical results on text-to-image and text-to-video tasks (SD3.5-Medium, FLUX.1-Dev, HunyuanVideo) show LC-GRPO consistently improving reward optimization, maintaining generation quality, and significantly narrowing the gap between training and inference.

Why it matters

For professionals developing generative AI models for reinforcement learning applications, LC-GRPO offers a way to achieve better policy optimization and higher-quality generations by resolving a fundamental discrepancy between training and inference.

How to implement this in your domain

  1. 1Investigate LC-GRPO for training flow-based generative models in reinforcement learning settings, especially for image and video generation.
  2. 2Apply Langevin correction techniques to improve the alignment between stochastic training and deterministic inference in generative models.
  3. 3Evaluate the impact of LC-GRPO on reward optimization and generation quality in your specific text-to-image or text-to-video tasks.
  4. 4Consider the theoretical benefits of Wasserstein error reduction when choosing discretization methods for SDEs in RL.

Original post by Yingqing Guo, Hui Yuan, Zijian He, Mengdi Wang, Zheng Ding

"arXiv:2608.05600v1 Announce Type: new Abstract: Flow-based generative models are typically sampled by solving a deterministic ordinary differential equation (ODE), whereas online reinforcement learning requires stochastic rollouts for policy exploration and optimization. Existing…"

View on X

Originally posted by Yingqing Guo, Hui Yuan, Zijian He, Mengdi Wang, Zheng Ding on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses