paper-with-me

홈 › Papers

Diffusion Reward: Learning Rewards via Conditional Video Diffusion

2023-12-21 · Tao Huang, Guangqi Jiang, Yanjie Ze, Huazhe Xu

Learning rewards from expert videos offers an affordable and effective solution to specify the intended behaviors for reinforcement learning (RL) tasks. In this work, we propose Diffusion Reward, a novel framework that learns rewards from expert videos via conditional video diffusion models for solving complex visual RL problems. Our key insight is that lower generative diversity is exhibited when conditioning diffusion on expert trajectories. Diffusion Reward is accordingly formalized by the negative of conditional entropy that encourages productive exploration of expert behaviors. We show the efficacy of our method over robotic manipulation tasks in both simulation platforms and the real world with visual input. Moreover, Diffusion Reward can even solve unseen tasks successfully and effectively, largely surpassing baseline methods. Project page and code: https://diffusion-reward.github.io.

📄 PDF Abstract BibTeX arXiv:2312.14134

Code (1)

TEA-Lab/diffusion_reward 공식 구현 pytorch

Tasks

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

Similar Papers 제목 키워드 기반

Diffusion-DRF: Free, Rich, and Differentiable Reward for Video Diffusion Fine-Tuning

2026-01-07 · Yifan Wang, Yanyu Li, Gordon Guocheng Qian, Sergey Tulyakov 외 arxiv

Video diffusion alignment has been heavily relied on scalar rewards. These rewards are typically derived from learned reward models in human preference datasets, requiring additional training and extensive collection. Mo…

Graph Guided Diffusion: Unified Guidance for Conditional Graph Generation

2025-05-26 · Victor M. Tenorio, Nicolas Zilberstein, Santiago Segarra, Antonio G. Marques

Diffusion models have emerged as powerful generative models for graph generation, yet their use for conditional graph generation remains a fundamental challenge. In particular, guiding diffusion models on graphs under ar…

Computational EfficiencyFairnessGraph GenerationLink Prediction

A General Framework for Inference-time Scaling and Steering of Diffusion Models

2025-01-12 · Raghav Singhal, Zachary Horvitz, Ryan Teehan, Mengye Ren 외

Diffusion models produce impressive results in modalities ranging from images and video to protein design and text. However, generating samples with user-specified properties remains a challenge. Recent research proposes…

Protein Design

Towards Controllable Diffusion Models via Reward-Guided Exploration

2023-04-14 · Hengtong Zhang, Tingyang Xu

By formulating data samples' formation as a Markov denoising process, diffusion models achieve state-of-the-art performances in a collection of tasks. Recently, many variants of diffusion models have been proposed to ena…

DenoisingReinforcement Learning (RL)

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