English

Diffusion models as plug-and-play priors

Machine Learning 2023-01-10 v3 Computer Vision and Pattern Recognition

Abstract

We consider the problem of inferring high-dimensional data x\mathbf{x} in a model that consists of a prior p(x)p(\mathbf{x}) and an auxiliary differentiable constraint c(x,y)c(\mathbf{x},\mathbf{y}) on xx given some additional information y\mathbf{y}. In this paper, the prior is an independently trained denoising diffusion generative model. The auxiliary constraint is expected to have a differentiable form, but can come from diverse sources. The possibility of such inference turns diffusion models into plug-and-play modules, thereby allowing a range of potential applications in adapting models to new domains and tasks, such as conditional generation or image segmentation. The structure of diffusion models allows us to perform approximate inference by iterating differentiation through the fixed denoising network enriched with different amounts of noise at each step. Considering many noised versions of x\mathbf{x} in evaluation of its fitness is a novel search mechanism that may lead to new algorithms for solving combinatorial optimization problems.

Keywords

Cite

@article{arxiv.2206.09012,
  title  = {Diffusion models as plug-and-play priors},
  author = {Alexandros Graikos and Nikolay Malkin and Nebojsa Jojic and Dimitris Samaras},
  journal= {arXiv preprint arXiv:2206.09012},
  year   = {2023}
}

Comments

NeurIPS 2022; code: https://github.com/AlexGraikos/diffusion_priors

R2 v1 2026-06-24T11:55:38.482Z