Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.46 KB

File metadata and controls

30 lines (15 loc) · 1.46 KB

CD-Deep-Cascade-MR-Reconstruction

This repository investigates the usage of Cascades of Convolutional Neural Networks (CNN) for Magnetic Resonance (MR) image reconstruction.

Most of the data used in this repository is publicly available as part of the Calgary-Campinas dataset, which currently has an open MR reconstruction challenge.

Preliminary work on single-channel MR reconstruction was published at the 2019 Medical Imaging with Deep Learning conference:

Souza, Roberto, R. Marc Lebel, and Richard Frayne. "A Hybrid, Dual Domain, Cascade of Convolutional Neural Networks for Magnetic Resonance Image Reconstruction." Proceedings of Machine Learning Research–XXXX 1 (2019): 11.

Sample Multi-channel Reconstruction Sample reconstruction. From left to right: KIKIKI, IIIIII, IKIKII flat unrolled cascades. They all have the same exact number of parameters.

In this repository we will look into:

  • Advantages of Data Consistency (DC) layers;
  • Cascades of flat un-rolled structures and cascades of U-nets;
  • Cross domain cascades (k-space and image domains);
  • Different sampling pattern distributions;
  • Potential advantages of including adversarial components;
  • Single-channel versus multi-channel models

Updated: 17 July 2019