MRI-Image-Priors / README.md
Guanxiong's picture
Update README.md
834b1bb
---
language: en
tags:
- MRI image priors
- Generative models
- Diffusion models
- TensorFlow
- PixelCNN
---
## Generative pretrained models on MRI images.
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. These models are trained
with [spreco](https://github.com/mrirecon/spreco).
For more details on how these models were trained, please find them in our [paper](https://)
and the related [codes](https://github.com/mrirecon/image-priors).
## How to use
The Berkeley Advanced Reconstruction Toolbox, ([BART](https://mrirecon.github.io/bart/)),
provides many functionalities for MRI image reconstruction.
It introduced the application of the TensorFlow graph as regularization
in this [paper](https://doi.org/10.1002/mrm.29485). You can try it on colab.
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ggluo/image-priors/blob/main/misc/demo_image_priors_colab.ipynb)
| Prior | Model | Phase | Size | Contrast | Subscript |
|-------------------------------|-----------|-----------|----------------------|------------------------------------------------------------------------------------|-----------------------|
| \\(\texttt{P}_\mathrm{SC}\\) | PixelCNN | preserved | 1000 | T1, T2, T2-FLAIR, \\(\texttt{T}^*_\mathrm{2}\\) | SC - Small, complex |
| \\(\texttt{P}_\mathrm{SM}\\) | PixelCNN | unknown | 1000 | T1, T2, T2-FLAIR, \\(\texttt{T}^*_\mathrm{2}\\) | SM - Small, magnitude |
| \\(\texttt{P}_\mathrm{LM}\\) | PixelCNN | unknown | ~20000 | MPRAGE | LM - Large, magnitude |
| \\(\texttt{P}_\mathrm{LC}\\) | PixelCNN | generated | ~20000 | MPRAGE | LC - Large, complex |
| \\(\texttt{D}_\mathrm{SC}\\) | Diffusion | generated | ~80000 | MPRAGE | SC - SMLD, complex |
| \\(\texttt{D}_\mathrm{PC}\\) | Diffusion | generated | ~80000 | MPRAGE | PC - DDPM, complex |
## Citation
1. Luo, G, Blumenthal, M, Heide, M, Uecker, M. Bayesian MRI reconstruction with joint uncertainty estimation using diffusion models. Magn Reson Med. 2023; 1-17
2. Blumenthal, M, Luo, G, Schilling, M, Holme, HCM, Uecker, M. Deep, deep learning with BART. Magn Reson Med. 2023; 89: 678- 693.
3. Luo, G, Zhao, N, Jiang, W, Hui, ES, Cao, P. MRI reconstruction using deep Bayesian estimation. Magn Reson Med. 2020; 84: 2246-2261.