The Missing U for Efficient Diffusion Models
Sergio Calvo-Ordonez, Chun-Wun Cheng, Jiahao Huang, Lipei Zhang, Guang Yang, Carola-Bibiane Schonlieb, Angelica I Aviles-Rivero
TL;DR
This work tackles the efficiency bottleneck in diffusion probabilistic models by replacing the standard U-Net denoiser with a continuous U-Net designed around second-order Neural Ordinary Differential Equations and time embeddings. The approach yields substantial parameter and FLOP reductions, faster reverse-step convergence, and competitive image synthesis quality, while delivering improved denoising performance in perceptual metrics. The authors provide a theoretical basis comparing the Probability Flow ODE to SDEs and demonstrate memory-efficient backpropagation via adjoint methods, making the method attractive for deployment in resource-constrained settings. Overall, the paper presents a modular, orthogonal advancement that can augment existing diffusion-model improvements and extend efficiently to downstream tasks.
Abstract
Diffusion Probabilistic Models stand as a critical tool in generative modelling, enabling the generation of complex data distributions. This family of generative models yields record-breaking performance in tasks such as image synthesis, video generation, and molecule design. Despite their capabilities, their efficiency, especially in the reverse process, remains a challenge due to slow convergence rates and high computational costs. In this paper, we introduce an approach that leverages continuous dynamical systems to design a novel denoising network for diffusion models that is more parameter-efficient, exhibits faster convergence, and demonstrates increased noise robustness. Experimenting with Denoising Diffusion Probabilistic Models (DDPMs), our framework operates with approximately a quarter of the parameters, and $\sim$ 30\% of the Floating Point Operations (FLOPs) compared to standard U-Nets in DDPMs. Furthermore, our model is notably faster in inference than the baseline when measured in fair and equal conditions. We also provide a mathematical intuition as to why our proposed reverse process is faster as well as a mathematical discussion of the empirical tradeoffs in the denoising downstream task. Finally, we argue that our method is compatible with existing performance enhancement techniques, enabling further improvements in efficiency, quality, and speed.
