paper-with-me

Papers

Policy-Guided Diffusion

2024-04-09 · Matthew Thomas Jackson, Michael Tryfan Matthews, Cong Lu, Benjamin Ellis, Shimon Whiteson, Jakob Foerster

In many real-world settings, agents must learn from an offline dataset gathered by some prior behavior policy. Such a setting naturally leads to distribution shift between the behavior policy and the target policy being trained - requiring policy conservatism to avoid instability and overestimation bias. Autoregressive world models offer a different solution to this by generating synthetic, on-policy experience. However, in practice, model rollouts must be severely truncated to avoid compounding error. As an alternative, we propose policy-guided diffusion. Our method uses diffusion models to generate entire trajectories under the behavior distribution, applying guidance from the target policy to move synthetic experience further on-policy. We show that policy-guided diffusion models a regularized form of the target distribution that balances action likelihood under both the target and behavior policies, leading to plausible trajectories with high target policy probability, while retaining a lower dynamics error than an offline world model baseline. Using synthetic experience from policy-guided diffusion as a drop-in substitute for real data, we demonstrate significant improvements in performance across a range of standard offline reinforcement learning algorithms and environments. Our approach provides an effective alternative to autoregressive offline world models, opening the door to the controllable generation of synthetic training data.

📄 PDF Abstract BibTeX arXiv:2404.06356

Code (1)

emptyjackson/policy-guided-diffusion 공식 구현 jax

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Advantage-Guided Diffusion for Model-Based Reinforcement Learning

2026-04-10 · Daniele Foffano, Arvid Eriksson, David Broman, Karl H. Johansson 외 arxiv

Model-based reinforcement learning (MBRL) with autoregressive world models suffers from compounding errors, whereas diffusion world models mitigate this by generating trajectory segments jointly. However, existing diffus…

Reinforcement Learning

World Models via Policy-Guided Trajectory Diffusion

2023-12-13 · Marc Rigter, Jun Yamada, Ingmar Posner

World models are a powerful tool for developing intelligent agents. By predicting the outcome of a sequence of actions, world models enable policies to be optimised via on-policy reinforcement learning (RL) using synthet…

continuous-controlContinuous ControlDenoisingMuJoCo+2

Iterative Distillation for Reward-Guided Fine-Tuning of Diffusion Models in Biomolecular Design

2025-07-01 · Xingyu Su, Xiner Li, Masatoshi Uehara, Sunwoo Kim 외

We address the problem of fine-tuning diffusion models for reward-guided generation in biomolecular design. While diffusion models have proven highly effective in modeling complex, high-dimensional data distributions, re…

VLM-TDP: VLM-guided Trajectory-conditioned Diffusion Policy for Robust Long-Horizon Manipulation

2025-07-06 · Kefeng Huang, Tingguang Li, Yuzhen Liu, Zhe Zhang 외 arxiv

Diffusion policy has demonstrated promising performance in the field of robotic manipulation. However, its effectiveness has been primarily limited in short-horizon tasks, and its performance significantly degrades in th…

Cross-Domain Energy-Guided Diffusion Generation for Off-Dynamics Reinforcement Learning

2026-05-24 · Yu Yang, Yihong Guo, Anqi Liu, Pan Xu arxiv

Off-dynamics offline reinforcement learning seeks to learn a target-domain policy from a large source dataset and a limited target dataset under mismatched transition dynamics. Existing approaches such as reward augmenta…

Reinforcement LearningOffline RL