🤖 AI Summary
Diffusion models exhibit a Fourier-domain inductive bias in the standard DDPM forward process: high-frequency components suffer excessively rapid SNR decay, causing the reverse process to violate the Gaussianity assumption and degrading high-frequency detail synthesis. To address this, we propose an isochronous frequency-domain noising scheme, wherein all frequency components are progressively corrupted at identical rates—eliminating the inherent frequency-dependent hierarchy in conventional diffusion. This design fundamentally redefines diffusion dynamics modeling from the Fourier perspective, requiring no modifications to the reverse sampler. Experiments demonstrate substantial improvements in generation quality for high-frequency–dominant tasks sensitive to edges and textures, while maintaining performance parity with DDPM on standard image benchmarks including CIFAR-10 and CelebA.
📝 Abstract
Diffusion models are state-of-the-art generative models on data modalities such as images, audio, proteins and materials. These modalities share the property of exponentially decaying variance and magnitude in the Fourier domain. Under the standard Denoising Diffusion Probabilistic Models (DDPM) forward process of additive white noise, this property results in high-frequency components being corrupted faster and earlier in terms of their Signal-to-Noise Ratio (SNR) than low-frequency ones. The reverse process then generates low-frequency information before high-frequency details. In this work, we study the inductive bias of the forward process of diffusion models in Fourier space. We theoretically analyse and empirically demonstrate that the faster noising of high-frequency components in DDPM results in violations of the normality assumption in the reverse process. Our experiments show that this leads to degraded generation quality of high-frequency components. We then study an alternate forward process in Fourier space which corrupts all frequencies at the same rate, removing the typical frequency hierarchy during generation, and demonstrate marked performance improvements on datasets where high frequencies are primary, while performing on par with DDPM on standard imaging benchmarks.