paper-with-me

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 applications in generative AI, reinforcement learning, and computational biology. We consider the common learning scenario where the data set consists of unlabeled data along with a smaller set of data with noisy reward labels. Our approach leverages a learned reward function on the smaller data set as a pseudolabeler. From a theoretical standpoint, we show that this directed generator can effectively learn and sample from the reward-conditioned data distribution. Additionally, our model is capable of recovering the latent subspace representation of data. Moreover, we establish that the model generates a new population that moves closer to a user-specified target reward value, where the optimality gap aligns with the off-policy bandit regret in the feature subspace. The improvement in rewards obtained is influenced by the interplay between the strength of the reward signal, the distribution shift, and the cost of off-support extrapolation. We provide empirical results to validate our theory and highlight the relationship between the strength of extrapolation and the quality of generated samples.

📄 PDF Abstract BibTeX arXiv:2307.07055

Code (1)

kaffaljidhmah2/rcgdm pytorch

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

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…

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 distribu…

Q-LearningReinforcement Learning (RL)

Nonparametric undirected graphical model selection using diffusion models

2026-06-07 · Hyeok Kyu Kwon, Myeonggu Kang, Minwoo Chae, Wanjie Wang arxiv

Undirected graphical models provide a fundamental framework for representing conditional independence structures among high-dimensional random variables. While undirected graphical model selection has become a central pr…

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…

Training Diffusion Models Towards Diverse Image Generation with Reinforcement Learning

2024-01-01 · CVPR 2024 1 · Zichen Miao, Jiang Wang, Ze Wang, Zhengyuan Yang 외

Diffusion models have demonstrated unprecedented capabilities in image generation. Yet they incorporate and amplify the data bias (e.g. gender age) from the original training set limiting the diversity of generated i…

Decision MakingDiversityImage GenerationPolicy Gradient Methods+2