Mitigating the Noise Shift for Denoising Generative Models via Noise Awareness Guidance
Jincheng Zhong, Boyuan Jiang, Xin Tao, Pengfei Wan, Kun Gai, Mingsheng Long
TL;DR
The paper identifies a pervasive noise shift in denoising generative models, where intermediate states during sampling encode more noise than the pre-defined schedule, leading to sub-optimal denoising and degraded generalization. It introduces Noise Awareness Guidance (NAG) and a classifier-free variant to explicitly keep sampling aligned with the intended noise level, improving generation quality across diffusion and flow-based models. Extensive experiments on ImageNet generation and multiple supervised fine-tuning tasks demonstrate that NAG consistently mitigates noise shift and yields substantive performance gains, both standalone and in combination with classifier-free guidance. The work provides a practical, low-cost adjustment to existing denoising pipelines with broad compatibility and potential for further theoretical and empirical exploration of inference-time misalignment in generative modeling.
Abstract
Existing denoising generative models rely on solving discretized reverse-time SDEs or ODEs. In this paper, we identify a long-overlooked yet pervasive issue in this family of models: a misalignment between the pre-defined noise level and the actual noise level encoded in intermediate states during sampling. We refer to this misalignment as noise shift. Through empirical analysis, we demonstrate that noise shift is widespread in modern diffusion models and exhibits a systematic bias, leading to sub-optimal generation due to both out-of-distribution generalization and inaccurate denoising updates. To address this problem, we propose Noise Awareness Guidance (NAG), a simple yet effective correction method that explicitly steers sampling trajectories to remain consistent with the pre-defined noise schedule. We further introduce a classifier-free variant of NAG, which jointly trains a noise-conditional and a noise-unconditional model via noise-condition dropout, thereby eliminating the need for external classifiers. Extensive experiments, including ImageNet generation and various supervised fine-tuning tasks, show that NAG consistently mitigates noise shift and substantially improves the generation quality of mainstream diffusion models.
