paper-with-me

Papers

Understanding Reinforcement Learning-Based Fine-Tuning of Diffusion Models: A Tutorial and Review

2024-07-18 · Masatoshi Uehara, Yulai Zhao, Tommaso Biancalani, Sergey Levine

This tutorial provides a comprehensive survey of methods for fine-tuning diffusion models to optimize downstream reward functions. While diffusion models are widely known to provide excellent generative modeling capability, practical applications in domains such as biology require generating samples that maximize some desired metric (e.g., translation efficiency in RNA, docking score in molecules, stability in protein). In these cases, the diffusion model can be optimized not only to generate realistic samples but also to explicitly maximize the measure of interest. Such methods are based on concepts from reinforcement learning (RL). We explain the application of various RL algorithms, including PPO, differentiable optimization, reward-weighted MLE, value-weighted sampling, and path consistency learning, tailored specifically for fine-tuning diffusion models. We aim to explore fundamental aspects such as the strengths and limitations of different RL-based fine-tuning algorithms across various scenarios, the benefits of RL-based fine-tuning compared to non-RL-based approaches, and the formal objectives of RL-based fine-tuning (target distributions). Additionally, we aim to examine their connections with related topics such as classifier guidance, Gflownets, flow-based diffusion models, path integral control theory, and sampling from unnormalized distributions such as MCMC. The code of this tutorial is available at https://github.com/masa-ue/RLfinetuning_Diffusion_Bioseq

📄 PDF Abstract BibTeX arXiv:2407.13734

Code (1)

masa-ue/RLfinetuning_Diffusion_Bioseq 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
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…
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Inference-Time Alignment in Diffusion Models with Reward-Guided Generation: Tutorial and Review

2025-01-16 · Masatoshi Uehara, Yulai Zhao, Chenyu Wang, Xiner Li 외

This tutorial provides an in-depth guide on inference-time guidance and alignment methods for optimizing downstream reward functions in diffusion models. While diffusion models are renowned for their generative modeling …

DenoisingProtein Design

Tutorials on Stance Detection using Pre-trained Language Models: Fine-tuning BERT and Prompting Large Language Models

2023-07-28 · Yun-Shiuan Chuang

This paper presents two self-contained tutorials on stance detection in Twitter data using BERT fine-tuning and prompting large language models (LLMs). The first tutorial explains BERT architecture and tokenization, guid…

Stance Detection

From Classical to Quantum Reinforcement Learning and Its Applications in Quantum Control: A Beginner's Tutorial

2026-01-13 · Abhijit Sen, Sonali Panda, Mahima Arya, Subhajit Patra 외 arxiv

This tutorial is designed to make reinforcement learning (RL) more accessible to undergraduate students by offering clear, example-driven explanations. It focuses on bridging the gap between RL theory and practical codin…

Reinforcement Learning

Multimodal Large Language Models and Tunings: Vision, Language, Sensors, Audio, and Beyond

2024-10-08 · Soyeon Caren Han, Feiqi Cao, Josiah Poon, Roberto Navigli

This tutorial explores recent advancements in multimodal pretrained and large models, capable of integrating and processing diverse data forms such as text, images, audio, and video. Participants will gain an understandi…

Question AnsweringVisual Question AnsweringVisual Storytelling

Loom: Diffusion-Transformer for Interleaved Generation

2025-12-20 · Mingcheng Ye, Jiaming Liu, Yiren Song arxiv

Interleaved text-image generation aims to jointly produce coherent visual frames and aligned textual descriptions within a single sequence, enabling tasks such as style transfer, compositional synthesis, and procedural t…

Image GenerationStyle Transfer