Project-MONAI / GenerativeModels

MONAI Generative Models makes it easy to train, evaluate, and deploy generative models and related applications
Apache License 2.0
576 stars 79 forks source link

Add components to perform super-resolution based on diffusion models #114

Open Warvito opened 1 year ago

Warvito commented 1 year ago

Create the components necessary to perform the training and inference of super-resolution task based on diffusion models. As reference, we could use approaches used in Imagen (https://imagen.research.google/), Cascated Diffusion (https://cascaded-diffusion.github.io/), or ediff-i (https://deepimagination.cc/eDiff-I/).

Warvito commented 1 year ago

SR3+ (https://arxiv.org/abs/2302.07864v1)