CVLGAug 19, 2022

Cold Diffusion: Inverting Arbitrary Image Transforms Without Noise

arXiv:2208.09392v1427 citationsh-index: 72Has Code
Originality Highly original
AI Analysis

This work introduces a novel paradigm for generative modeling that could impact the broader ML/AI community by generalizing diffusion models beyond noise-based approaches.

The authors demonstrated that generative diffusion models can be constructed using deterministic image degradations like blur or masking, rather than relying on Gaussian noise, achieving competitive performance with standard methods. This challenges existing theoretical understandings of diffusion models based on noise-driven processes.

Standard diffusion models involve an image transform -- adding Gaussian noise -- and an image restoration operator that inverts this degradation. We observe that the generative behavior of diffusion models is not strongly dependent on the choice of image degradation, and in fact an entire family of generative models can be constructed by varying this choice. Even when using completely deterministic degradations (e.g., blur, masking, and more), the training and test-time update rules that underlie diffusion models can be easily generalized to create generative models. The success of these fully deterministic models calls into question the community's understanding of diffusion models, which relies on noise in either gradient Langevin dynamics or variational inference, and paves the way for generalized diffusion models that invert arbitrary processes. Our code is available at https://github.com/arpitbansal297/Cold-Diffusion-Models

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes