utcsilab / motion_score_mri

Accelerated motion correction with score-based generative models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

motion_score_mri

Accelerated motion correction with score-based generative models

Getting Started

Checkout code with submodules:

git clone --recursive https://github.com/utcsilab/motion_score_mri

To familiarize yourself with the operators found in this repo please go through function_introduction.ipynb

Citations

If you find this repository useful, please consider citing the following papers:

@article{levac2022motion,
  title={Accelerated Motion Correction for MRI using Score-Based Generative Models},
  author={Levac, Brett and Jalal, Ajil and Tamir, Jonathan I},
  journal={arXiv preprint arXiv:2211.00199},
  year={2022}
}

@article{jalal2021robust,
  title={Robust Compressed Sensing MRI with Deep Generative Priors},
  author={Jalal, Ajil and Arvinte, Marius and Daras, Giannis and Price, Eric and Dimakis, Alexandros G and Tamir, Jonathan I},
  booktitle={Advances in Neural Information Processing Systems},
  year={2021}
}

Our code uses prior work from the following papers, which must be cited:

@inproceedings{song2019generative,
  title={Generative modeling by estimating gradients of the data distribution},
  author={Song, Yang and Ermon, Stefano},
  booktitle={Advances in Neural Information Processing Systems},
  pages={11918--11930},
  year={2019}
}

@article{song2020improved,
  title={Improved Techniques for Training Score-Based Generative Models},
  author={Song, Yang and Ermon, Stefano},
  booktitle={Advances in Neural Information Processing Systems},
  year={2020}
}

We use data from the NYU fastMRI dataset, which must also be cited:

@inproceedings{zbontar2018fastMRI,
    title={{fastMRI}: An Open Dataset and Benchmarks for Accelerated {MRI}},
    author={Jure Zbontar and Florian Knoll and Anuroop Sriram and Tullie Murrell and Zhengnan Huang and Matthew J. Muckley and Aaron Defazio and Ruben Stern and Patricia Johnson and Mary Bruno and Marc Parente and Krzysztof J. Geras and Joe Katsnelson and Hersh Chandarana and Zizhao Zhang and Michal Drozdzal and Adriana Romero and Michael Rabbat and Pascal Vincent and Nafissa Yakubova and James Pinkerton and Duo Wang and Erich Owens and C. Lawrence Zitnick and Michael P. Recht and Daniel K. Sodickson and Yvonne W. Lui},
    journal = {ArXiv e-prints},
    archivePrefix = "arXiv",
    eprint = {1811.08839},
    year={2018}
}

@article{knoll2020fastmri,
  title={fastMRI: A publicly available raw k-space and DICOM dataset of knee images for accelerated MR image reconstruction using machine learning},
  author={Knoll, Florian and Zbontar, Jure and Sriram, Anuroop and Muckley, Matthew J and Bruno, Mary and Defazio, Aaron and Parente, Marc and Geras, Krzysztof J and Katsnelson, Joe and Chandarana, Hersh and others},
  journal={Radiology: Artificial Intelligence},
  volume={2},
  number={1},
  pages={e190007},
  year={2020},
  publisher={Radiological Society of North America}
}

About

Accelerated motion correction with score-based generative models

License:Other


Languages

Language:Jupyter Notebook 90.6%Language:Python 9.4%