paper-with-me

홈 › Papers

Training Diffusion Models with Reinforcement Learning

2023-05-22 · Kevin Black, Michael Janner, Yilun Du, Ilya Kostrikov, Sergey Levine

Diffusion models are a class of flexible generative models trained with an approximation to the log-likelihood objective. However, most use cases of diffusion models are not concerned with likelihoods, but instead with downstream objectives such as human-perceived image quality or drug effectiveness. In this paper, we investigate reinforcement learning methods for directly optimizing diffusion models for such objectives. We describe how posing denoising as a multi-step decision-making problem enables a class of policy gradient algorithms, which we refer to as denoising diffusion policy optimization (DDPO), that are more effective than alternative reward-weighted likelihood approaches. Empirically, DDPO is able to adapt text-to-image diffusion models to objectives that are difficult to express via prompting, such as image compressibility, and those derived from human feedback, such as aesthetic quality. Finally, we show that DDPO can improve prompt-image alignment using feedback from a vision-language model without the need for additional data collection or human annotation. The project's website can be found at http://rl-diffusion.github.io .

📄 PDF Abstract BibTeX arXiv:2305.13301

Code (3)

kvablack/ddpo-pytorch 공식 구현 pytorch
Owen-Oertell/rlcm pytorch
akashsonowal/ddpo-pytorch pytorch

Tasks

Decision MakingDenoisingLanguage ModelingLanguage Modellingreinforcement-learningReinforcement LearningText-to-Image Generation

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

Maximum Entropy Inverse Reinforcement Learning of Diffusion Models with Energy-Based Models

2024-06-30 · Sangwoong Yoon, Himchan Hwang, Dohyun Kwon, Yung-Kyun Noh 외

We present a maximum entropy inverse reinforcement learning (IRL) approach for improving the sample quality of diffusion generative models, especially when the number of generation time steps is small. Similar to how IRL…

Anomaly Detection

DiffusionNFT: Online Diffusion Reinforcement with Forward Process

2025-09-19 · Kaiwen Zheng, Huayu Chen, Haotian Ye, Haoxiang Wang 외 arxiv

Online reinforcement learning (RL) has been central to post-training language models, but its extension to diffusion models remains challenging due to intractable likelihoods. Recent works discretize the reverse sampling…

Reinforcement Learning

Connections between reinforcement learning with feedback,test-time scaling, and diffusion guidance: An anthology

2025-09-04 · Yuchen Jiao, Yuxin Chen, Gen Li arxiv

In this note, we reflect on several fundamental connections among widely used post-training techniques. We clarify some intimate connections and equivalences between reinforcement learning with human feedback, reinforcem…

Reinforcement Learning

Generalized Contrastive Divergence: Joint Training of Energy-Based Model and Diffusion Model through Inverse Reinforcement Learning

2023-12-06 · Sangwoong Yoon, Dohyun Kwon, Himchan Hwang, Yung-Kyun Noh 외

We present Generalized Contrastive Divergence (GCD), a novel objective function for training an energy-based model (EBM) and a sampler simultaneously. GCD generalizes Contrastive Divergence (Hinton, 2002), a celebrated a…

model

COLSON: Controllable Learning-Based Social Navigation via Diffusion-Based Reinforcement Learning

2025-03-18 · Yuki Tomita, Kohei Matsumoto, Yuki Hyodo, Ryo Kurazume

Mobile robot navigation in dynamic environments with pedestrian traffic is a key challenge in the development of autonomous mobile service robots. Recently, deep reinforcement learning-based methods have been actively st…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningRobot Navigation+1