Skip to content

Hybrid k-space/image domain, W-net, model for compressed sensing magnetic resonance reconstruction.

License

Notifications You must be signed in to change notification settings

jyhmiinlin/Hybrid-CS-Model-MRI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hybrid-CS-Model-MRI

Reconstructing magnetic resonance (MR) images from undersampled k-space measurements can potentially decrease MR examination times. This repository contains thesource code for a hybrid k-space/image domain model proposed by our group. Our model is called W-net. If you use this code in your experiments, we ask you to kindly cite our paper:

Souza, Roberto and Frayne, Richard. "A Hybrid Frequency-domain/Image-domain Deep Network for Magnetic Resonance Image Reconstruction", arXiv preprint, 20 October 2018 (https://arxiv.org/abs/1810.12473).

Dataset

We expect to soon be able to make the MR raw-data publicly available as part of the Calgary-Campinas dataset (https://sites.google.com/view/calgary-campinas-dataset/home) for benhcmarking purposes.

Code

The code was developed using Python 2.7, NumPy, TensorFlow and Keras. It should be easy to use it, but we appreciate any feedback on how to improve our repository.

W-net

w-net architecture W-net architecture. It is composed of a residual U-net on k-space domain connected to an image domain U-net through the magnitude of the inverse discrete fourier transform operator.

Sample Reconstruction Sample reconstruction of our W-net and four other methods published in the literature with special highlight on the cerebellum region. Speed-up factor of 5x.

w-net reconstruction

W-net reconstruction gif. From left to right: fully sampled reconstruction, W-net reconstruction from a k-space undersample by 80%, and absolute error differences.

Contact

Any questions? [email protected]

MIT License Copyright (c) 2017 Roberto M Souza

About

Hybrid k-space/image domain, W-net, model for compressed sensing magnetic resonance reconstruction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Python 0.3%