updated readme.md
Browse files
README.md
CHANGED
@@ -11,19 +11,22 @@ tags:
|
|
11 |
- PixelCNN
|
12 |
---
|
13 |
|
14 |
-
|
15 |
|
16 |
-
It was introduced in [this paper](https://) and first released at [this page](https://github.com/mrirecon/image-priors). The prior distribution of MRI images learned with generative models has proven to be effective in MRI image reconstruction. Here, we
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
-
## Model Description
|
20 |
|
21 |
## How to use
|
22 |
-
|
23 |
-
## Training data
|
24 |
-
|
25 |
-
## Limitations
|
26 |
-
|
27 |
|
28 |
## BibTex entry and citation info
|
29 |
|
|
|
11 |
- PixelCNN
|
12 |
---
|
13 |
|
14 |
+
## Generative pretrained models on MRI images.
|
15 |
|
16 |
+
It was introduced in [this paper](https://) and first released at [this page](https://github.com/mrirecon/image-priors). The prior distribution of MRI images learned with generative models has proven to be effective in MRI image reconstruction. Here, we include four PixelCNN models and two diffusion models, one is SMLD and the another one is DDPM. For more details on how these models were trained, please find them in the paper.
|
17 |
|
18 |
+
| Prior | Model | Phase | Size | Contrast | Subscript |
|
19 |
+
|-------------------------------|-----------|-----------|----------------------|------------------------------------------------------------------------------------|-----------------------|
|
20 |
+
| $\texttt{P}_\mathrm{SC}$ | PixelCNN | preserved | 1000 | T1, T2, T2-FLAIR, T$^*_\mathrm{2}$ | SC - Small, complex |
|
21 |
+
| $\texttt{P}_\mathrm{SM}$ | PixelCNN | unknown | 1000 | T1, T2, T2-FLAIR, T$^*_\mathrm{2}$ | SM - Small, magnitude |
|
22 |
+
| $\texttt{P}_\mathrm{LM}$ | PixelCNN | unknown | ~20000 | MPRAGE | LM - Large, magnitude |
|
23 |
+
| $\texttt{P}_\mathrm{LC}$ | PixelCNN | generated | ~20000 | MPRAGE | LC - Large, complex |
|
24 |
+
| $\texttt{D}_\mathrm{SC}$ | Diffusion | generated | ~80000 | MPRAGE | SC - SMLD, complex |
|
25 |
+
| $\texttt{D}_\mathrm{PC}$ | Diffusion | generated | ~80000 | MPRAGE | PC - DDPM, complex |
|
26 |
|
|
|
27 |
|
28 |
## How to use
|
29 |
+
The Berkeley Advanced Reconstruction Toolbox ([BART](https://mrirecon.github.io/bart/)) toolbox provides many functionalities for MRI image reconstruction. It introduced the application of Tensorflow graph as regularization in [Deep learning with BART](https://doi.org/10.1002/mrm.29485) and there is a [colab notebook](https://colab.research.google.com/github/mrirecon/bart-workshop/blob/master/ismrm2021/bart_tensorflow/bart_tf.ipynb) where you can give quickstart with it. For the codes to evaluate above priors, please find them in this [repository](https://github.com/mrirecon/image-priors).
|
|
|
|
|
|
|
|
|
30 |
|
31 |
## BibTex entry and citation info
|
32 |
|