paper-with-me

홈 › 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 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.Submission Number: 8836

📄 PDF Abstract BibTeX

Code (1)

google-research/google-research 공식 구현 tf

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

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

2023-05-25 · Ying Fan, Olivia Watkins, Yuqing Du, Hao liu 외

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…

reinforcement-learningReinforcement Learning (RL)

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

Self-Play Fine-Tuning of Diffusion Models for Text-to-Image Generation

2024-02-15 · Huizhuo Yuan, Zixiang Chen, Kaixuan Ji, Quanquan Gu

Fine-tuning Diffusion Models remains an underexplored frontier in generative artificial intelligence (GenAI), especially when compared with the remarkable progress made in fine-tuning Large Language Models (LLMs). While …

Image GenerationReinforcement Learning (RL)Text to Image GenerationText-to-Image Generation

Efficient Diversity-Preserving Diffusion Alignment via Gradient-Informed GFlowNets

2024-12-10 · Zhen Liu, Tim Z. Xiao, Weiyang Liu, Yoshua Bengio 외

While one commonly trains large diffusion models by collecting datasets on target downstream tasks, it is often desired to align and finetune pretrained diffusion models with some reward functions that are either designe…

Diversity

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