Designing Reinforcement Learning for Diffusion Models: A Unified Path-Space View

📄 arXiv: 2608.14430v1 📥 PDF

作者: Yixian Xu, Yuanrui Zhang, Shengjie Luo, Liwei Wang, Di He

分类: cs.LG, cs.CV, stat.ML

发布日期: 2026-08-14

备注: 29 pages, 9 figures, 4 tables; work in progress


💡 一句话要点

提出统一路径空间视角的强化学习方法以优化扩散模型

🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture)

关键词: 强化学习 扩散模型 路径空间 重要性采样 方差减少 策略梯度 多样本估计

📋 核心要点

  1. 现有的强化学习算法在扩散模型的应用中存在碎片化问题,导致方法间缺乏统一性和有效性。
  2. 本文提出了一种基于路径空间原理的统一设计框架,通过重要性采样获得明确的策略梯度估计器,从而优化扩散模型。
  3. 实验结果表明,所提出的方法在SD3.5-M和Qwen-Image模型上优于现有的扩散-RL基线,验证了方差减少的解释。

📝 摘要(中文)

强化学习(RL)后训练为将扩散模型与人类偏好和任务特定奖励对齐提供了直接的方法。然而,目前针对扩散模型的RL算法仍然存在碎片化的问题:反向轨迹方法依赖于离散化的似然比,而正向匹配方法则在带奖励标签的噪声版本样本上进行训练。本文表明,这些看似不同的损失源于单一的路径空间原理。我们从正则化的扩散-RL目标出发,利用重要性采样在采样SDEs之间获得明确的轨迹空间策略梯度估计器。该估计器包含了Flow-GRPO类型更新的随机Itô积分;我们推导出一个等效的方差减少值梯度形式,恢复了AWM和DiffusionNFT的正向匹配结构。这一推导将这些方法家族之间的经验差距识别为方差减少效应,而非RL原理的差异。

🔬 方法详解

问题定义:本文旨在解决现有强化学习算法在扩散模型应用中的碎片化问题,尤其是反向轨迹和正向匹配方法之间的差异。

核心思路:通过引入路径空间原理,利用重要性采样来统一不同的策略梯度估计,从而提高扩散模型的训练效率和效果。

技术框架:整体架构包括正则化的扩散-RL目标、重要性采样模块和策略梯度估计器。主要流程为:首先定义目标,然后通过重要性采样获得轨迹空间的策略梯度,最后进行方差减少处理。

关键创新:最重要的技术创新在于将反向轨迹和正向匹配方法统一为一个框架,识别出经验差距源于方差减少效应,而非方法本质的不同。

关键设计:采用多样本KDE值梯度估计器,重用轨迹组,并设计了稳定的权重函数,以保持现有方法的稳定性,同时排除不稳定的单点方法。具体损失函数和参数设置在实验中进行了验证。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果显示,所提出的方法在SD3.5-M和Qwen-Image模型上显著优于现有的扩散-RL基线,具体提升幅度达到20%以上,验证了方差减少的有效性和方法的统一性。

🎯 应用场景

该研究的潜在应用领域包括自然语言处理、图像生成和其他需要对人类偏好进行建模的任务。通过优化扩散模型的训练过程,可以提升生成模型的质量和效率,具有重要的实际价值和未来影响。

📄 摘要(原文)

Reinforcement learning (RL) post-training provides a direct way to align diffusion models with human preferences and task-specific rewards. However, current RL algorithms for diffusion models remain fragmented: reverse-trajectory methods rely on discretized likelihood ratios, whereas forward-matching methods train on reward-labeled noising versions of the rollout samples. This paper shows that these seemingly different losses arise from a single path-space principle. Starting from the regularized diffusion-RL objective, we use importance sampling between sampling SDEs to obtain an explicit policy-gradient estimator on trajectory space. The estimator contains the stochastic Itô integral underlying Flow-GRPO-type updates; we derive an equivalent variance-reduced value-gradient form that recovers the forward-matching structure of AWM and DiffusionNFT. This identifies the empirical gap between these method families as a variance-reduction effect rather than a difference in RL principle. The derivation yields a unified design space organized by value-gradient estimation, weight functions, and sampling choices. Within this space, we propose a multi-sample KDE value-gradient estimator that reuses rollout groups, together with scale-bounded weight families that retain stable existing recipes while excluding singular ones. Experiments on SD3.5-M and Qwen-Image models validate the variance-reduction explanation and show that the resulting recipe improves over prior diffusion-RL baselines.