paper-with-me

홈 › Papers

Designing Reinforcement Learning for Diffusion Models: A Unified Path-Space View

2026-08-14 · Yixian Xu, Yuanrui Zhang, Shengjie Luo, Liwei Wang, Di He arxiv

Reinforcement learning (RL) post-training provides a direct way to align diffusion models with human preferences and task-specific rewards. However, current RL algorithms for diffusion models remain fragmented: reverse-trajectory methods rely on discretized likelihood ratios, whereas forward-matching methods train on reward-labeled noising versions of the rollout samples. This paper shows that these seemingly different losses arise from a single path-space principle. Starting from the regularized diffusion-RL objective, we use importance sampling between sampling SDEs to obtain an explicit policy-gradient estimator on trajectory space. The estimator contains the stochastic Itô integral underlying Flow-GRPO-type updates; we derive an equivalent variance-reduced value-gradient form that recovers the forward-matching structure of AWM and DiffusionNFT. This identifies the empirical gap between these method families as a variance-reduction effect rather than a difference in RL principle. The derivation yields a unified design space organized by value-gradient estimation, weight functions, and sampling choices. Within this space, we propose a multi-sample KDE value-gradient estimator that reuses rollout groups, together with scale-bounded weight families that retain stable existing recipes while excluding singular ones. Experiments on SD3.5-M and Qwen-Image models validate the variance-reduction explanation and show that the resulting recipe improves over prior diffusion-RL baselines.

📄 PDF Abstract BibTeX arXiv:2608.14430

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

SingularTrajectory: Universal Trajectory Predictor Using Diffusion Model

2024-03-27 · CVPR 2024 1 · Inhwan Bae, Young-Jae Park, Hae-Gon Jeon

There are five types of trajectory prediction tasks: deterministic, stochastic, domain adaptation, momentary observation, and few-shot. These associated tasks are defined by various factors, such as the length of input p…

DenoisingDomain AdaptationHuman Dynamicsmodel+1

Weakness Analysis of Cyberspace Configuration Based on Reinforcement Learning

2020-07-09 · Lei Zhang, Wei Bai, Shize Guo, Shiming Xia 외

In this work, we present a learning-based approach to analysis cyberspace configuration. Unlike prior methods, our approach has the ability to learn from past experience and improve over time. In particular, as we train …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

dVLA-RL: Reinforcement Learning over Denoising Trajectories for Discrete Diffusion Vision-Language-Action Models

2026-06-22 · Yuhao Wu, Yitian Liu, Weijie Shen, Mishuo Han 외 arxiv

Vision-Language-Action (VLA) models have established a powerful paradigm for generalist robotic manipulation by grounding control into the semantic reasoning of VLMs. Prevailing architectures typically model actions cont…

Reinforcement LearningMulti-Task Learning

UniRL-Zero: Reinforcement Learning on Unified Models with Joint Language Model and Diffusion Model Experts

2025-10-20 · Fu-Yun Wang, Han Zhang, Michael Gharbi, Hongsheng Li 외 arxiv

We present UniRL-Zero, a unified reinforcement learning (RL) framework that boosts, multimodal language model understanding and reasoning, diffusion model multimedia generation, and their beneficial interaction capabilit…

Reinforcement Learning

UniPC: A Unified Predictor-Corrector Framework for Fast Sampling of Diffusion Models

2023-02-09 · NeurIPS 2023 11 · Wenliang Zhao, Lujia Bai, Yongming Rao, Jie zhou 외

Diffusion probabilistic models (DPMs) have demonstrated a very promising ability in high-resolution image synthesis. However, sampling from a pre-trained DPM is time-consuming due to the multiple evaluations of the denoi…

DenoisingImage Generation