Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,6 @@ model-index:
|
|
33 |
---
|
34 |
|
35 |
# GliomaGen: Conditional Diffusion for Post-Treatment Glioma MRI Generation
|
36 |
-
|
37 |
GliomaGen is a generative diffusion model tailored for synthesizing post-treatment glioma MRI images based on anatomical masks. It leverages a modified **Med-DDPM** architecture to create high-fidelity MRI images conditioned on segmented anatomical features.
|
38 |
|
39 |
## Model Overview
|
@@ -48,4 +47,9 @@ GliomaGen aims to address data scarcity in post-treatment glioma segmentation ta
|
|
48 |
| t1n | 58.46 ± 3.86 | 0.0305 ± 0.0011 | 0.7005 ± 0.2585 |
|
49 |
| t2f | 70.42 ± 4.17 | 0.0370 ± 0.0018 | 0.7842 ± 0.1551 |
|
50 |
|
51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
# GliomaGen: Conditional Diffusion for Post-Treatment Glioma MRI Generation
|
|
|
36 |
GliomaGen is a generative diffusion model tailored for synthesizing post-treatment glioma MRI images based on anatomical masks. It leverages a modified **Med-DDPM** architecture to create high-fidelity MRI images conditioned on segmented anatomical features.
|
37 |
|
38 |
## Model Overview
|
|
|
47 |
| t1n | 58.46 ± 3.86 | 0.0305 ± 0.0011 | 0.7005 ± 0.2585 |
|
48 |
| t2f | 70.42 ± 4.17 | 0.0370 ± 0.0018 | 0.7842 ± 0.1551 |
|
49 |
|
50 |
+
|
51 |
+
## Usage
|
52 |
+
To use GliomaGen for MRI generation, see the [GitHub repository](https://github.com/elijahrenner/gliomagen).
|
53 |
+
|
54 |
+
## BraTS 2024 Adult Post-Treatment Glioma-Synthetic
|
55 |
+
Alongisde GliomaGen, a synthetic dataset of $N=2124$ MR images is released on HuggingFace.
|