LGCVApr 5, 2024

Pixel-wise RL on Diffusion Models: Reinforcement Learning from Rich Feedback

arXiv:2404.04356v11 citationsh-index: 10
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in reinforcement learning for image generation, offering a more efficient approach for researchers and practitioners in AI alignment.

The paper tackles the sparse reward problem in aligning latent diffusion models with human preferences by introducing Pixel-wise Policy Optimisation (PXPO), which provides pixel-level feedback to reduce sample count compared to prior methods like DDPO.

Latent diffusion models are the state-of-the-art for synthetic image generation. To align these models with human preferences, training the models using reinforcement learning on human feedback is crucial. Black et. al 2024 introduced denoising diffusion policy optimisation (DDPO), which accounts for the iterative denoising nature of the generation by modelling it as a Markov chain with a final reward. As the reward is a single value that determines the model's performance on the entire image, the model has to navigate a very sparse reward landscape and so requires a large sample count. In this work, we extend the DDPO by presenting the Pixel-wise Policy Optimisation (PXPO) algorithm, which can take feedback for each pixel, providing a more nuanced reward to the model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes