paper-with-me

홈 › Papers

DPOK: Reinforcement Learning for Fine-tuning Text-to-Image Diffusion Models

2023-05-25 · Ying Fan, Olivia Watkins, Yuqing Du, Hao liu, MoonKyung Ryu, Craig Boutilier, Pieter Abbeel, Mohammad Ghavamzadeh, Kangwook Lee, Kimin Lee

Learning from human feedback has been shown to improve text-to-image models. These techniques first learn a reward function that captures what humans care about in the task and then improve the models based on the learned reward function. Even though relatively simple approaches (e.g., rejection sampling based on reward scores) have been investigated, fine-tuning text-to-image models with the reward function remains challenging. In this work, we propose using online reinforcement learning (RL) to fine-tune text-to-image models. We focus on diffusion models, defining the fine-tuning task as an RL problem, and updating the pre-trained text-to-image diffusion models using policy gradient to maximize the feedback-trained reward. Our approach, coined DPOK, integrates policy optimization with KL regularization. We conduct an analysis of KL regularization for both RL fine-tuning and supervised fine-tuning. In our experiments, we show that DPOK is generally superior to supervised fine-tuning with respect to both image-text alignment and image quality. Our code is available at https://github.com/google-research/google-research/tree/master/dpok.

📄 PDF Abstract BibTeX arXiv:2305.16381

Code (2)

google-research/google-research 공식 구현 tf
google-research/google-research/tree/master/dpok 공식 구현 jax

Tasks

reinforcement-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…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Reinforcement Learning for Fine-tuning Text-to-Image Diffusion Models

2023-09-21 · NeurIPS 2023 11

Learning from human feedback has been shown to improve text-to-image models. These techniques first learn a reward function that captures what humans care about in the task and then improve the models based on the learne…

Enhancing Diffusion Models with Text-Encoder Reinforcement Learning

2023-11-27 · Chaofeng Chen, Annan Wang, HaoNing Wu, Liang Liao 외

Text-to-image diffusion models are typically trained to optimize the log-likelihood objective, which presents challenges in meeting specific requirements for downstream tasks, such as image aesthetics and image-text alig…

reinforcement-learningReinforcement Learning

Pose-RFT: Enhancing MLLMs for 3D Pose Generation via Hybrid Action Reinforcement Fine-Tuning

2025-08-11 · Bao Li, Xiaomei Zhang, Miao Xu, Zhaoxin Fan 외 arxiv

Generating 3D human poses from multimodal inputs such as images or text requires models to capture both rich spatial and semantic correspondences. While pose-specific multimodal large language models (MLLMs) have shown p…

Reinforcement Learning

Beyond the Dirac Delta: Mitigating Diversity Collapse in Reinforcement Fine-Tuning for Versatile Image Generation

2026-01-18 · Jinmei Liu, Haoru Li, Zhenhong Sun, Chaofeng Chen 외 arxiv

Reinforcement learning (RL) has emerged as a powerful paradigm for fine-tuning large-scale generative models, such as diffusion and flow models, to align with complex human preferences and user-specified tasks. A fundame…

Reinforcement LearningImage Generation

TMRL: Diffusion Timestep-Modulated Pretraining Enables Exploration for Efficient Policy Finetuning

2026-05-12 · Matthew M. Hong, Jesse Zhang, Anusha Nagabandi, Abhishek Gupta arxiv

Fine-tuning pre-trained robot policies with reinforcement learning (RL) often inherits the bottlenecks introduced by pre-training with behavioral cloning (BC), which produces narrow action distributions that lack the cov…

Reinforcement LearningPoint Clouds