菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-25
📄 Abstract - AdvantageFlow: Advantage-Weighted Least Squares for RL in Flow Models

We introduce AdvantageFlow, a forward-process reinforcement learning algorithm for rectified flow models. Unlike Flow-GRPO, which optimizes the reverse process, we optimize an advantage-weighted forward-process prediction loss. This optimization problem is unstable when advantages are negative and the loss becomes non-convex. We stabilize it by rollout policy regularization, which reduces variance and arises from fitting a local reward-improving target distribution. We evaluate AdvantageFlow on image generation tasks with Stable Diffusion 3.5 Medium. It outperforms both Flow-GRPO and a state-of-the-art forward-process RL baseline based on negative-aware fine-tuning.

顶级标签: machine learning computer vision reinforcement learning
详细标签: flow models advantage-weighted learning image generation stable diffusion policy regularization 或 搜索:

优势流:基于优势加权最小二乘法的流模型强化学习方法 / AdvantageFlow: Advantage-Weighted Least Squares for RL in Flow Models


1️⃣ 一句话总结

AdvantageFlow提出了一种针对修正流模型的新型前向过程强化学习算法,通过引入优势加权最小二乘损失和策略展开正则化,解决了负优势值导致的训练不稳定问题,在图像生成任务上超越了现有方法。

源自 arXiv: 2605.26013