ishaanb92 / GeneralizedProbabilisticUNet

PyTorch model for the Generalized Probabilistic U-Net. For more details see: https://www.melba-journal.org/papers/2023:005.html
MIT License
13 stars 7 forks source link

Generalized Probabilistic U-Net

We propose three extensions to the Probabilistic U-Net by using more expressive forms of the Gaussian distribution as choices for the latent space distributions. In addition to the default choice for the latent space distribution (axis-aligned Gaussian), the Generalized Probabilistic U-Net supports the following:

During training, the model learns prior and posterior distribution parameters for the latent space distributions. In the most general case, the prior and posterior distributions are modelled as a mixture of N Gaussians. By setting N and restricting the covariance matrix to be diagonal, we recover the original Probabilistic U-Net. During inference, the posterior encoder is discarded and different plausible outputs can be computed by sampling from the prior distribution and combining this sample with the last U-Net layer.

Generalized Probabilistic U-Net

We compare the different choices for the latent space distributions with respect to the GED metric on the LIDC-IDRI dataset:

GED Trends for the LIDC-IDRI dataset

Here's a link to our paper.

Usage:

Follow these steps to use this model in your project:

The model is tested with Pytorch 1.7.0 and Python 3.7.3.

If you have any questions, please open a pull-request or issue and I will get back to you

Citation

If you use this code, you may use this BibTeX to cite our work:

@InProceedings{10.1007/978-3-031-16749-2_11,
author="Bhat, Ishaan
and Pluim, Josien P. W.
and Kuijf, Hugo J.",
editor="Sudre, Carole H.
and Baumgartner, Christian F.
and Dalca, Adrian
and Qin, Chen
and Tanno, Ryutaro
and Van Leemput, Koen
and Wells III, William M.",
title="Generalized Probabilistic U-Net for Medical Image Segementation",
booktitle="Uncertainty for Safe Utilization of Machine Learning in Medical Imaging",
year="2022",
publisher="Springer Nature Switzerland",
address="Cham",
pages="113--124",
isbn="978-3-031-16749-2"
}

Acknowledgements

Our implementation is based on: