paper-with-me

홈 › Papers

RL for Consistency Models: Faster Reward Guided Text-to-Image Generation

2024-03-25 · Owen Oertell, Jonathan D. Chang, Yiyi Zhang, Kianté Brantley, Wen Sun

Reinforcement learning (RL) has improved guided image generation with diffusion models by directly optimizing rewards that capture image quality, aesthetics, and instruction following capabilities. However, the resulting generative policies inherit the same iterative sampling process of diffusion models that causes slow generation. To overcome this limitation, consistency models proposed learning a new class of generative models that directly map noise to data, resulting in a model that can generate an image in as few as one sampling iteration. In this work, to optimize text-to-image generative models for task specific rewards and enable fast training and inference, we propose a framework for fine-tuning consistency models via RL. Our framework, called Reinforcement Learning for Consistency Model (RLCM), frames the iterative inference process of a consistency model as an RL procedure. Comparing to RL finetuned diffusion models, RLCM trains significantly faster, improves the quality of the generation measured under the reward objectives, and speeds up the inference procedure by generating high quality images with as few as two inference steps. Experimentally, we show that RLCM can adapt text-to-image consistency models to objectives that are challenging to express with prompting, such as image compressibility, and those derived from human feedback, such as aesthetic quality. Our code is available at https://rlcm.owenoertell.com.

📄 PDF Abstract BibTeX arXiv:2404.03673

Code (1)

Owen-Oertell/rlcm 공식 구현 pytorch

Tasks

Image GenerationInstruction Followingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Text to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Consistency Models 설명 없음
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 제목 키워드 기반

VASR: Variance-Aware Systematic Resampling for Reward-Guided Diffusion

2026-04-08 · Shivanshu Shekhar, Sagnik Mukherjee, Jia Yi Zhang, Tong Zhang arxiv

Sequential Monte Carlo (SMC) samplers for reward-guided diffusion models often suffer from rapid lineage collapse: a few high-reward particles dominate the population within a handful of resampling steps, destroying dive…

Text-to-Image Generation

Reward Guided Latent Consistency Distillation

2024-03-16 · Jiachen Li, Weixi Feng, Wenhu Chen, William Yang Wang

Latent Consistency Distillation (LCD) has emerged as a promising paradigm for efficient text-to-image synthesis. By distilling a latent consistency model (LCM) from a pre-trained teacher latent diffusion model (LDM), LCD…

Image Generation

ReAlign: Text-to-Motion Generation via Step-Aware Reward-Guided Alignment

2025-11-24 · Wanjiang Weng, Xiaofeng Tan, Junbo Wang, Guo-Sen Xie 외 arxiv

Text-to-motion generation, which synthesizes 3D human motions from text inputs, holds immense potential for applications in gaming, film, and robotics. Recently, diffusion-based methods have been shown to generate more d…

Bird-SR: Bidirectional Reward-Guided Diffusion for Real-World Image Super-Resolution

2026-02-05 · Zihao Fan, Xin Lu, Yidi Liu, Jie Huang 외 arxiv

Powered by multimodal text-to-image priors, diffusion-based super-resolution excels at synthesizing intricate details; however, models trained on synthetic low-resolution (LR) and high-resolution (HR) image pairs often d…

Image Super-Resolution

Rethinking Structure Preservation in Text-Guided Image Editing with Visual Autoregressive Models

2026-03-30 · Tao Xia, Jiawei Liu, Yukun Zhang, Ting Liu 외 arxiv

Visual autoregressive (VAR) models have recently emerged as a promising family of generative models, enabling a wide range of downstream vision tasks such as text-guided image editing. By shifting the editing paradigm fr…

Reinforcement LearningImage Editing