Journal Article10.48550/arXiv.2303.00800
Continuous-Time Functional Diffusion Processes
Giulio Franzese,Simone Rossi,Dario Rossi,Markus Heinonen,Maurizio Filippone,Pietro Michiardi +5 more
TL;DR: Functional diffusion processes (FDPs) as mentioned in this paper generalize score-based diffusion models to infinite-dimensional function spaces, which can be used to build a new breed of generative models in function spaces.
read more
Abstract: We introduce Functional Diffusion Processes (FDPs), which generalize score-based diffusion models to infinite-dimensional function spaces. FDPs require a new mathematical framework to describe the forward and backward dynamics, and several extensions to derive practical training objectives. These include infinite-dimensional versions of Girsanov theorem, in order to be able to compute an ELBO, and of the sampling theorem, in order to guarantee that functional evaluations in a countable set of points are equivalent to infinite-dimensional functions. We use FDPs to build a new breed of generative models in function spaces, which do not require specialized network architectures, and that can work with any kind of continuous data. Our results on real data show that FDPs achieve high-quality image generation, using a simple MLP architecture with orders of magnitude fewer parameters than existing diffusion models.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Figures

Figure 2: Left: real (red) and generated samples (blue). Center and Right: Samples diffused for times 0.2 and 1.0 respectively. 
Figure 3: MNIST samples generated according to our proposed FDPs. 
Figure 5: Uncurated CELEBA samples 
Figure 6: In-painting experiment. Left: real samples, Center: Masked samples, Right: Reconstructed samples 
Figure 8: De-blurring experiment. Left: real samples, Center: blurred samples, Right: Reconstructed samples 
Figure 7: Colorization experiment. Left: real samples, Center: Gray-scale samples, Right: Reconstructed samples
Citations
∞-Diff: Infinite Resolution Diffusion with Subsampled Mollified States
TL;DR: In this article , a generative diffusion model called ''infty$-diff'' is proposed, which directly operates on infinite resolution data by randomly sampling subsets of coordinates during training and learning to denoise the content at those coordinates.
9
Conditional score-based diffusion models for Bayesian inference in infinite dimensions
TL;DR: In this paper , the conditional denoising estimator is used to learn the posterior distribution in infinite-dimensional Bayesian linear inverse problems using amortized conditional score-based diffusion models.
6
Conditioning non-linear and infinite-dimensional diffusion processes
Elizabeth Baker,Gefan Yang,Michael L. Severinsen,Christy A. Hipsley,Stefan Sommer +4 more
TL;DR: This paper conditions function valued stochastic processes without prior discretisation by using an infinite-dimensional version of Girsanov's theorem to condition a function-valued stochastic process, leading to a stochastic differential equation (SDE) for the conditioned process involving the score.
2
Multi-View Latent Diffusion
G. D. Giacomo,G. Franzese,Tania Cerquitelli,C. F. Chiasserini,Pietro Michiardi +4 more
- 15 Dec 2023
TL;DR: MVLD, a novel method that, by employing a deterministic autoencoder and a score-based diffusion model, is capable of imputing missing views, is introduced and envisioned being used in a communication system for image transmission.
Stochastic Optimal Control for Diffusion Bridges in Function Spaces
B.S. Park,Jeongho Choi,Sungbin Lim,J LEE +3 more
- 31 May 2024
TL;DR: This paper develops stochastic optimal control for infinite-dimensional function spaces, extending diffusion-based algorithms to natural and interpretable formulations, and demonstrates its application in generative models for diverse problems involving continuous function space representations.
References
•Proceedings Article
Attention is All you Need
Ashish Vaswani,Noam Shazeer,Niki Parmar,Jakob Uszkoreit,Llion Jones,Aidan N. Gomez,Lukasz Kaiser,Illia Polosukhin +7 more
- 12 Jun 2017
TL;DR: This paper proposed a simple network architecture based solely on an attention mechanism, dispensing with recurrence and convolutions entirely and achieved state-of-the-art performance on English-to-French translation.
•Posted Content
Decoupled Weight Decay Regularization
Ilya Loshchilov,Frank Hutter +1 more
TL;DR: This work proposes a simple modification to recover the original formulation of weight decay regularization by decoupling the weight decay from the optimization steps taken w.r.t. the loss function, and provides empirical evidence that this modification substantially improves Adam's generalization performance.
14.4K
•Posted Content
Denoising Diffusion Probabilistic Models
TL;DR: High quality image synthesis results are presented using diffusion probabilistic models, a class of latent variable models inspired by considerations from nonequilibrium thermodynamics, which naturally admit a progressive lossy decompression scheme that can be interpreted as a generalization of autoregressive decoding.
•Proceedings Article
Model-agnostic meta-learning for fast adaptation of deep networks
Chelsea Finn,Pieter Abbeel,Sergey Levine +2 more
- 06 Aug 2017
TL;DR: An algorithm for meta-learning that is model-agnostic, in the sense that it is compatible with any model trained with gradient descent and applicable to a variety of different learning problems, including classification, regression, and reinforcement learning is proposed.
Deep Learning Face Attributes in the Wild
Ziwei Liu,Ping Luo,Xiaogang Wang,Xiaoou Tang +3 more
- 07 Dec 2015
TL;DR: A novel deep learning framework for attribute prediction in the wild that cascades two CNNs, LNet and ANet, which are fine-tuned jointly with attribute tags, but pre-trained differently.