paper-with-me

Papers

Diffusion Guidance Is a Controllable Policy Improvement Operator

2025-05-29 · Kevin Frans, Seohong Park, Pieter Abbeel, Sergey Levine

At the core of reinforcement learning is the idea of learning beyond the performance in the data. However, scaling such systems has proven notoriously tricky. In contrast, techniques from generative modeling have proven remarkably scalable and are simple to train. In this work, we combine these strengths, by deriving a direct relation between policy improvement and guidance of diffusion models. The resulting framework, CFGRL, is trained with the simplicity of supervised learning, yet can further improve on the policies in the data. On offline RL tasks, we observe a reliable trend -- increased guidance weighting leads to increased performance. Of particular importance, CFGRL can operate without explicitly learning a value function, allowing us to generalize simple supervised methods (e.g., goal-conditioned behavioral cloning) to further prioritize optimality, gaining performance for "free" across the board.

📄 PDF Abstract BibTeX arXiv:2505.23458

Code (1)

kvfrans/cfgrl 공식 구현 jax

Tasks

Offline RL

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 제목 키워드 기반

Policy Gradient Guidance Enables Test Time Control

2025-10-02 · Jianing Qi, Hao Tang, Zhigang Zhu arxiv

We introduce Policy Gradient Guidance (PGG), a simple extension of classifier-free guidance from diffusion models to classical policy gradient methods. PGG augments the policy gradient with an unconditional branch and in…

Reinforcement LearningContinuous Control

Policy-Guided Diffusion

2024-04-09 · Matthew Thomas Jackson, Michael Tryfan Matthews, Cong Lu, Benjamin Ellis 외

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 …

Boosting Continuous Control with Consistency Policy

2023-10-10 · Yuhui Chen, Haoran Li, Dongbin Zhao

Due to its training stability and strong expression, the diffusion model has attracted considerable attention in offline reinforcement learning. However, several challenges have also come with it: 1) The demand for a lar…

continuous-controlContinuous ControlQ-Learningreinforcement-learning+1

Simple Guidance Mechanisms for Discrete Diffusion Models

2024-12-13 · Yair Schiff, Subham Sekhar Sahoo, Hao Phung, Guanghan Wang 외

Diffusion models for continuous data gained widespread adoption owing to their high quality generation and control mechanisms. However, controllable diffusion on discrete data faces challenges given that continuous guida…

Image Generation

Optimizing Diffusion Models for Joint Trajectory Prediction and Controllable Generation

2024-08-01

Diffusion models are promising for joint trajectory prediction and controllable generation in autonomous driving, but they face challenges of inefficient inference steps and high computational demands. To tackle these ch…