Advantage Weighted Matching: Aligning RL with Pretraining in Diffusion Models
Abstract
Lay Summary
Many image-generating AI systems work by gradually turning noise into a picture. Researchers often improve these systems by giving feedback on the final image, such as whether it follows the prompt, draws readable text, or looks appealing. However, current training methods use this feedback through many small intermediate steps, which can make learning noisy, slow, and expensive. We study why this happens and propose Advantage Weighted Matching (AWM), a simpler way to train these models from feedback. Instead of focusing on every intermediate step, AWM gives more weight to final images that receive high scores and less weight to those that receive low scores. This keeps the additional training closer to the way these image generators were originally trained. In experiments with popular open-source image models, AWM improved instruction following, text rendering, and preference scores while using much less training time than a strong existing method. This can make it cheaper and more practical to build image-generation systems that better match what people ask for.