Diffusion Controller: Framework, Algorithms and Parameterization
Abstract
Lay Summary
Modern AI image generators can create high-quality pictures from text, but it is still difficult to reliably guide them toward what people actually want—such as more appealing, better-aligned, or safer images—without hurting image quality. This paper introduces Diffusion Controller, a new way to understand and improve this kind of guidance. Instead of treating many existing fine-tuning methods as separate tricks, the paper shows that they can be viewed through one common idea: gently steering a pretrained image generator while keeping it close to what it already knows. This view leads to new training methods for improving image generators using either example images or feedback-based rewards. It also suggests a practical design: keep the large pretrained model fixed and add a small “controller” network that learns how to adjust the generation process. This is useful when the full model cannot be changed directly. In experiments with Stable Diffusion v1.4, the approach improves preference-alignment scores and often gives a better quality–efficiency trade-off than several baseline methods, including LoRA in some settings.