Inference-Time Alignment of Diffusion Models with Direct Noise Optimization
Zhiwei Tang, Jiangweizhi Peng, Jiasheng Tang, Mingyi Hong, Fan Wang, Tsung-Hui Chang
TL;DR
This work tackles aligning diffusion models to task-specific rewards without fine-tuning by introducing Direct Noise Optimization (DNO), which optimizes noise during sampling to maximize a reward. It provides a theoretical view that DNO yields an improved sampling distribution, and identifies OOD reward-hacking as a key risk, mitigated by probability-regularized noise optimization grounded in concentration inequalities. To handle non-differentiable rewards, the authors develop Hybrid gradient estimators and a Zeroth-Order baseline, with Hybrid-2 showing strong performance and efficiency. Empirically, DNO achieves state-of-the-art reward scores under practical time budgets across brightness, aesthetics, and other human-aligned rewards, while avoiding heavy fine-tuning and maintaining broader prompt compatibility.
Abstract
In this work, we focus on the alignment problem of diffusion models with a continuous reward function, which represents specific objectives for downstream tasks, such as increasing darkness or improving the aesthetics of images. The central goal of the alignment problem is to adjust the distribution learned by diffusion models such that the generated samples maximize the target reward function. We propose a novel alignment approach, named Direct Noise Optimization (DNO), that optimizes the injected noise during the sampling process of diffusion models. By design, DNO operates at inference-time, and thus is tuning-free and prompt-agnostic, with the alignment occurring in an online fashion during generation. We rigorously study the theoretical properties of DNO and also propose variants to deal with non-differentiable reward functions. Furthermore, we identify that naive implementation of DNO occasionally suffers from the out-of-distribution reward hacking problem, where optimized samples have high rewards but are no longer in the support of the pretrained distribution. To remedy this issue, we leverage classical high-dimensional statistics theory to an effective probability regularization technique. We conduct extensive experiments on several important reward functions and demonstrate that the proposed DNO approach can achieve state-of-the-art reward scores within a reasonable time budget for generation.
