Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ml 95% Match Research Paper Researchers in generative AI,ML engineers working with diffusion models 3 weeks ago

Mitigating the Noise Shift for Denoising Generative Models via Noise Awareness Guidance

computer-vision › diffusion-models
📄 Abstract

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.
Authors (6)
Jincheng Zhong
Boyuan Jiang
Xin Tao
Pengfei Wan
Kun Gai
Mingsheng Long
Submitted
October 14, 2025
arXiv Category
cs.LG
arXiv PDF

Key Contributions

Identifies and addresses 'noise shift', a pervasive issue in denoising generative models where the actual noise level in intermediate states misaligns with the pre-defined schedule. Proposes Noise Awareness Guidance (NAG) to steer sampling trajectories consistently with the noise schedule, improving generation quality and out-of-distribution generalization. Introduces a classifier-free variant for joint training.

Business Value

Leads to more reliable and higher-quality generative models, improving the output of AI systems used for content creation, data augmentation, and simulation.