Git Product home page Git Product logo

vs-net's Introduction

VS-Net: Variable splitting network for accelerated parallel MRI reconstruction

The code in this repository implements VS-Net (Fig.1), a model-driven neural network for accelerated parallel MRI reconstruction (see our presentation slides and poster). Specifically, we formulate the generalized parallel compressed sensing reconstruction as an energy minimization problem, for which a variable splitting optimization method is derived. Based on this formulation we propose a novel, end-to-end trainable deep neural network architecture by unrolling the resulting iterative process of such variable splitting scheme. We evaluated VS-Net on complex valued multi-coil knee images for 4-fold and 6-fold acceleration factors showed improved performance (Fig.2).

Fig.1: VS-Net overall architecture (left) and each block in VS-net (right). DB, DCB and WAB stand for Denoiser Block, Data Consistency Block and Weighted Average Block, respectively.
Fig.2: Visual comparison using Cartesian undersampling with AF 4 (top) and 6 (bottom). From left to right: zero-filling, l1-SPIRiT, Variational Network, VS-Net and ground truth. Click here for more visual comparison.

Overview

The files in this repository are organized into 5 directories and 1 root directory:

  • root : contains base functions for training, validation, inference and visualization:
    • network architecture, as shown in Fig.1 - architecture.py
    • data loader to read complex-valued raw MRI data and sensitivity maps - data_loader.py
    • inference to deploy a trained model on unseen raw data - inference.py
    • save png images for visualization after inference - save_png.py
    • train and validate the VS-Net - vs_net.py
  • common : contains dependant functions used in training or deploying VS-Net and is written by fastMRI with some of our modificatins
  • data : contains dependant functions used in training or deploying VS-Net and is written by fastMRI
  • log : produces csv files where the quantitative metrics (PSNR, SSIM and NMSE) over each iteration are saved
  • model : saves trained models. There are 4 pre-trained models that can be used directly to see VS-Net performance.
  • results : save final results. After inference is run, this folder will produce 3 mat files, i.e. vs-200.mat, zero_filling.mat and reference.mat. On top of the three mat files, running save_png.py will produce png files.

Run VS-Net

To start the training process with vs_net.py, please follow the following four steps:

1. Download the knee data

Download the data we used for our experiments at GLOBUS.

2. Install python libraries

pip install visdom torch==1.2.1 matplotlib h5py scipy scikit-image

3. Start visdom

python -m visdom.server

4. Run vs_net.py

you need to change the path in this python script to where you save the knee data downloaded above. For visualization during training, open your browser and enter http://localhost:8097

Citation

If you find this software useful for your project or research. Please give some credits to authors who developed it by citing the following paper. We really appreciate that. If you encounter any problem during installation, please feel free to contact me via [email protected]

[1] Duan J, Schlemper J, Qin C, Ouyang C, Bai W, Biffi C, Bello G, Statton B, O'Regan DP, Rueckert D. VS-Net: Variable splitting network for accelerated parallel MRI reconstruction. arXiv preprint arXiv:1907.10033. MICCAI (2019).

vs-net's People

Contributors

j-duan avatar

Watchers

James Cloos avatar paper2code - bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.