Skip to content

Commit

Permalink
Adding autoencoder info to README.
Browse files Browse the repository at this point in the history
Signed-off-by: Virginia Fernandez <virginia.fernandez@kcl.ac.uk>
  • Loading branch information
Virginia Fernandez committed Sep 16, 2024
1 parent c01dacb commit 433fd62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,12 @@ Example shows the use cases of applying SPADE normalization to a latent diffusio
##### [Diffusion Models for Implicit Image Segmentation Ensembles](./image_to_image_translation)
Example shows the use cases of how to use MONAI for 2D segmentation of images using DDPMs. The same structure can also be used for conditional image generation, or image-to-image translation.

##### [Spatial variational autoencoder for 2D modelling and synthesis](./2d_autoencoderkl)
Example shows the use cases of applying a spatial VAE to a 2D synthesis example. To obtain realistic results, the model is trained on the original VAE losses, as well as perceptual and adversarial ones.

##### [Spatial variational autoencoder for 3D modelling and synthesis](./3d_autoencoderkl)
Example shows the use cases of applying a spatial VAE to a 3D synthesis example. To obtain realistic results, the model is trained on the original VAE losses, as well as perceptual and adversarial ones.

##### [Evaluate Realism and Diversity of the generated images](./realism_diversity_metrics)
Example shows the use cases of using MONAI to evaluate the performance of a generative model by computing metrics such as Frechet Inception Distance (FID) and Maximum Mean Discrepancy (MMD) for assessing realism, as well as MS-SSIM and SSIM for evaluating image diversity.

Expand Down

0 comments on commit 433fd62

Please sign in to comment.