-
Notifications
You must be signed in to change notification settings - Fork 78
Description
As we have multiple people working on this, I want to use this issue to coordinate a bit.
@arrjon @niels-leif-bracher What is the state of your projects/implementations, and what are your plans regarding the integration of diffusion models as inference networks into BayesFlow?
I have an implementation of the EDM/k-diffusion from [1], similar in style to the FlowMatching class.
I assume that our implementations are probably quite similar, and I think it would be nice to get one into the experimental module, so we can test it out and compare it to flow matching.
@stefanradev93 I think you are the one with the best overview, so if you have thoughts, please also share them here :)
[1] Elucidating the Design Space of Diffusion-Based Generative Models: https://arxiv.org/abs/2206.00364