DADiff: Diffusion-Driven Cross-Domain Policy Adaptation for Reinforcement Learning

📄 arXiv: 2607.16090 📥 PDF

作者: Hanyang Chen, Anirudh Satheesh, Longchao Da, Hua Wei

分类: cs.LG, cs.AI

发布日期: 2026-07-20


💡 一句话要点

提出DADiff以解决强化学习中的跨域策略适应问题

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

关键词: 跨域适应 强化学习 生成模型 动态不匹配 策略转移 扩散模型 在线学习

📋 核心要点

  1. 现有方法在处理源域与目标域之间的动态不匹配时存在局限性,难以有效转移策略。
  2. DADiff通过生成建模的视角,利用源域与目标域生成轨迹的差异来估计动态不匹配,提出了新的适应策略。
  3. 实验结果显示,DADiff在多种环境下的表现优于现有方法,成功应对了动态不匹配问题。

📝 摘要(中文)

跨域策略转移在强化学习中面临动态不匹配的挑战。本文提出DADiff,一个基于扩散模型的框架,通过生成轨迹的差异来估计动态不匹配。我们开发了奖励修改和数据选择的变体,以适应目标域,并提供理论分析证明策略在两个域之间的性能差异受生成轨迹偏差的限制。实验结果表明,DADiff在多种环境中有效解决动态不匹配问题,优于现有方法。

🔬 方法详解

问题定义:本文旨在解决强化学习中源域与目标域之间的动态不匹配问题。现有方法如领域分类器和价值引导数据过滤在适应性上存在不足,无法有效处理有限的目标域交互。

核心思路:DADiff从生成建模的角度出发,通过分析源域与目标域生成轨迹的差异,来估计动态不匹配。这种方法允许在有限的目标域交互下进行在线动态适应。

技术框架:DADiff框架包括生成轨迹的估计、奖励修改和数据选择两个主要变体。首先,通过扩散模型生成源域和目标域的轨迹,然后根据轨迹差异调整策略。

关键创新:DADiff的核心创新在于将扩散模型应用于动态适应问题,利用生成轨迹的偏差来界定策略在不同域之间的性能差异,这与传统方法有本质区别。

关键设计:在设计中,采用了特定的损失函数来量化生成轨迹的偏差,并通过调节奖励和选择数据来优化策略适应性。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,DADiff在多个环境中相较于现有方法提升了20%以上的性能,尤其在动态不匹配显著的场景中表现尤为突出,验证了其有效性和优越性。

🎯 应用场景

DADiff的研究成果在多种强化学习应用场景中具有潜在价值,尤其是在机器人控制、自动驾驶和游戏AI等领域。通过有效的跨域策略适应,能够提升系统在新环境中的表现,减少训练成本和时间。

📄 摘要(原文)

Transferring policies across domains poses a vital challenge in reinforcement learning, due to the dynamics mismatch between the source and target domains. In this paper, we consider the setting of online dynamics adaptation, where policies are trained in the source domain with sufficient data, while only limited interactions with the target domain are allowed. There are a few existing works that address the dynamics mismatch by employing domain classifiers, value-guided data filtering, or representation learning. Instead, we study the domain adaptation problem from a generative modeling perspective. Specifically, we introduce DADiff, a diffusion-based framework that leverages the discrepancy between source and target domain generative trajectories in the generation process of the next state to estimate the dynamics mismatch. Both reward modification and data selection variants are developed to adapt the policy to the target domain. We also provide a theoretical analysis to show that the performance difference of a given policy between the two domains is bounded by the generative trajectory deviation. More discussions on the applicability of the variants and the connection between our theoretical analysis and the prior work are further provided. We conduct extensive experiments in environments with various shifts to validate the effectiveness of our method. The results demonstrate that our method provides superior performance compared to existing approaches, effectively addressing the dynamics mismatch. We provide the code of our method atthis https URL