Neural Diffusion Processes

Abstract

Neural network approaches for meta-learning distributions over functions have desirable properties such as increased flexibility and a reduced complexity of inference. Building on the successes of denoising diffusion models for generative modelling, we propose Neural Diffusion Processes (NDPs), a novel approach that learns to sample from a rich distribution over functions through its finite marginals. By introducing a custom attention block we are able to incorporate properties of stochastic processes, such as exchangeability, directly into the NDP’s architecture. We empirically show that NDPs can capture functional distributions close to the true Bayesian posterior, demonstrating that they can successfully emulate the behaviour of Gaussian processes and surpass the performance of neural processes. NDPs enable a variety of downstream tasks, including regression, implicit hyperparameter marginalisation, non-Gaussian posterior prediction and global optimisation.

Cite

Text

Dutordoir et al. "Neural Diffusion Processes." International Conference on Machine Learning, 2023.

Markdown

[Dutordoir et al. "Neural Diffusion Processes." International Conference on Machine Learning, 2023.](https://mlanthology.org/icml/2023/dutordoir2023icml-neural/)

BibTeX

@inproceedings{dutordoir2023icml-neural,
  title     = {{Neural Diffusion Processes}},
  author    = {Dutordoir, Vincent and Saul, Alan and Ghahramani, Zoubin and Simpson, Fergus},
  booktitle = {International Conference on Machine Learning},
  year      = {2023},
  pages     = {8990-9012},
  volume    = {202},
  url       = {https://mlanthology.org/icml/2023/dutordoir2023icml-neural/}
}