Rethinking the Design Space of Reinforcement Learning for Diffusion Models: On the Importance of Likelihood Estimation Beyond Loss Design
Abstract
Lay Summary
Text-to-image AI systems can create impressive images from written prompts, but making them better is still difficult. A common method is to generate many images, score them, and then train the system to produce higher-scoring images in the future. However, this process can be unstable because it is hard to know how strongly the system supported each image it generated. In this work, we study what matters most when improving these image generators with scores. We compare different ways of using the scores, different ways of estimating the system’s confidence in its images, and different ways of generating images during training. We find that the most important part is getting a reliable estimate of the system’s confidence, rather than choosing a more complicated training rule. Based on this finding, we develop a more stable and efficient way to improve text-to-image systems. Our method improves image quality while using less computing power than prior approaches. This suggests that future progress may come from better understanding and measuring how these systems generate images, not only from designing new training rules.