soumickmj commited on
Commit
ea35a91
1 Parent(s): a4d2d1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -3
README.md CHANGED
@@ -1,3 +1,64 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-segmentation
4
+ tags:
5
+ - medical
6
+ - probabilistic unet
7
+ - PULASki
8
+ - multiple sclerosis segmentation
9
+ - multiple sclerosis
10
+ - 3T FLAIR
11
+ - FLAIR
12
+ - MRI
13
+ - 3T
14
+ - multiple rater
15
+ - Conditional VAE
16
+ - distribution distance
17
+ library_name: pytorch
18
+ ---
19
+ # PULASki_ProbUNet2D_Hausdorff_MSSeg
20
+
21
+ In the domain of medical imaging, many supervised learning based methods for segmentation face several challenges such as high variability in annotations from multiple experts, paucity of labelled data and class imbalanced datasets. These issues may result in segmentations that lack the requisite precision for clinical analysis and can be misleadingly overconfident without associated uncertainty quantification.
22
+
23
+ We proposed the PULASki as a computationally efficient generative tool for biomedical image segmentation that accurately captures variability in expert annotations, even in small datasets. Our approach makes use of an improved loss function based on statistical distances in a conditional variational autoencoder structure (Probabilistic UNet), which improves learning of the conditional decoder compared to the standard cross-entropy particularly in class imbalanced problems.
24
+
25
+ ## Model Details
26
+
27
+ It was introduced in [PULASki: Learning inter-rater variability using statistical distances to improve
28
+ probabilistic segmentation](https://arxiv.org/abs/2312.15686) by Soumick Chatterjee, Franziska Gaidzik, Alessandro Sciarra, Hendrik Mattern, Gábor Janiga, Oliver Speck, Andreas Nürnberger, Sahani Pathiraja.
29
+
30
+ ### Model Description
31
+
32
+ - **Developed by:** Dr Soumick Chatterjee
33
+ - **Model type:** PULASki 2D Probabilistic UNet, trained with Hausdorff loss
34
+ - **Task:** Probabilistic multiple sclerosis (MS) segmentation in 3T MRI FLAIR volumes - provides 7 segmentations for each input volume
35
+ - **Training dataset:** 3T FLAIR MRIs from the MS segmentation dataset of a MICCAI 2016 challenge, details mentioned in Sec. 4.1 of https://arxiv.org/pdf/2312.15686
36
+
37
+ ### Model Sources
38
+
39
+ <!-- Provide the basic links for the model. -->
40
+
41
+ - **Repository:** https://github.com/soumickmj/PULASki
42
+ - **Paper:** https://arxiv.org/abs/2312.15686
43
+
44
+ ## Citation
45
+
46
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
47
+
48
+ If you use this approach in your research or use codes from this repository or these weights, please cite the following in your publications:
49
+
50
+ **BibTeX:**
51
+
52
+ ```bibtex
53
+ @article{chatterjee2023pulaski,
54
+ title={PULASki: Learning inter-rater variability using statistical distances to improve probabilistic segmentation},
55
+ author={Chatterjee, Soumick and Gaidzik, Franziska and Sciarra, Alessandro and Mattern, Hendrik and Janiga, G{\'a}bor and Speck, Oliver and N{\"u}rnberger, Andreas and Pathiraja, Sahani},
56
+ journal={arXiv preprint arXiv:2312.15686},
57
+ year={2023}
58
+ }
59
+
60
+ ```
61
+
62
+ **APA:**
63
+
64
+ Chatterjee, S., Gaidzik, F., Sciarra, A., Mattern, H., Janiga, G., Speck, O., Nuernberger, A., & Pathiraja, S. (2023). PULASki: Learning inter-rater variability using statistical distances to improve probabilistic segmentation. arXiv preprint arXiv:2312.15686.