paper-with-me

Papers

Reward-Directed Score-Based Diffusion Models via q-Learning

2024-09-07 · Xuefeng Gao, Jiale Zha, Xun Yu Zhou

We propose a new reinforcement learning (RL) formulation for training continuous-time score-based diffusion models for generative AI to generate samples that maximize reward functions while keeping the generated distributions close to the unknown target data distributions. Different from most existing studies, our formulation does not involve any pretrained model for the unknown score functions of the noise-perturbed data distributions. We present an entropy-regularized continuous-time RL problem and show that the optimal stochastic policy has a Gaussian distribution with a known covariance matrix. Based on this result, we parameterize the mean of Gaussian policies and develop an actor-critic type (little) q-learning algorithm to solve the RL problem. A key ingredient in our algorithm design is to obtain noisy observations from the unknown score function via a ratio estimator. Numerically, we show the effectiveness of our approach by comparing its performance with two state-of-the-art RL methods that fine-tune pretrained models. Finally, we discuss extensions of our RL formulation to probability flow ODE implementation of diffusion models and to conditional diffusion models.

📄 PDF Abstract BibTeX arXiv:2409.04832

Code (0)

등록된 구현이 없습니다.

Tasks

Q-LearningReinforcement Learning (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…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Reward-Directed Conditional Diffusion: Provable Distribution Estimation and Reward Improvement

2023-07-13 · NeurIPS 2023 11

We explore the methodology and theory of reward-directed generation via conditional diffusion models. Directed generation aims to generate samples with desired properties as measured by a reward function, which has broad…

A Reward-Directed Diffusion Framework for Generative Design Optimization

2025-08-02 · Hadi Keramati, Patrick Kirchen, Mohammed Hannan, Rajeev K. Jaiman arxiv

This study presents a generative optimization framework that builds on a fine-tuned diffusion model and reward-directed sampling to generate high-performance engineering designs. The framework adopts a parametric represe…

Parallel Sampling of Diffusion Models

2023-05-25 · NeurIPS 2023 11 · Andy Shih, Suneel Belkhale, Stefano Ermon, Dorsa Sadigh 외

Diffusion models are powerful generative models but suffer from slow sampling, often taking 1000 sequential denoising steps for one sample. As a result, considerable efforts have been directed toward reducing the number …

DenoisingImage Generation

Diffusion Model for Data-Driven Black-Box Optimization

2024-03-20 · Zihao Li, Hui Yuan, Kaixuan Huang, Chengzhuo Ni 외

Generative AI has redefined artificial intelligence, enabling the creation of innovative content and customized solutions that drive business practices into a new era of efficiency and creativity. In this paper, we focus…

Fine-Tuning of Continuous-Time Diffusion Models as Entropy-Regularized Control

2024-02-23 · Masatoshi Uehara, Yulai Zhao, Kevin Black, Ehsan Hajiramezanali 외

Diffusion models excel at capturing complex data distributions, such as those of natural images and proteins. While diffusion models are trained to represent the distribution in the training dataset, we often are more co…

Diversity