GitXplorerGitXplorer
m

csmri-refinement

public
30 stars
5 forks
1 issues

Commits

List of commits on branch master.
Verified
2cc8a691c03602c2a7c78c6144469ee00a7d64d6

Update README.md

mmseitzer committed 6 years ago
Unverified
aa5650671fb239bb1739b78354e63b4a5e08bf61

Update readme

committed 6 years ago
Unverified
428a03f41c6863b957296fd0a76bc11752f53e8d

Initial code release

committed 6 years ago
Verified
0471d960a5bbd91604f529020272bfd483a9be17

Update README.md

mmseitzer committed 6 years ago
Verified
4b41c1685348f91e7056ae0cb1354cb54e0269cc

Initial commit

mmseitzer committed 6 years ago

README

The README file for this repository.

Code for "Adversarial and Perceptual Refinement Compressed Sensing MRI Reconstruction"

This is the code release for the MICCAI 2018 paper Adversarial and Perceptual Refinement Compressed Sensing MRI Reconstruction by Maximilian Seitzer, Guang Yang, Jo Schlemper, Ozan Oktay, Tobias Würfl, Vincent Christlein, Tom Wong, Raad Mohiaddin, David Firmin, Jennifer Keegan, Daniel Rueckert and Andreas Maier. You can find the paper on arXiv: https://arxiv.org/abs/1806.11216. In this work, we propose a way of training CNNs for MRI reconstruction that enhances perceptual quality of reconstructions while retaining higher PSNR than competing methods.

As the dataset used in the paper is proprietary (we can unfortunately not release it), the code can ultimately serve only illustrative purposes. However, if you implement a loader for your own MRI dataset, you should be able to run the code with it. To this end, data/reconstruction/scar_segmentation/scar_segmentation.py may serve as a template for the loader's implementation.

In configs/, three configuration files specifying the exact training parameters we used in the paper are given:

  • 1-recnet.json, for training the baseline reconstruction network using just MSE loss
  • 2-refinement.json, for training the refinement network using adversarial and perceptual losses
  • 3-train-segmentation-unet.json, for training the segmentation U-Net used to evaluate the semantic interpretability score