This repository contains the code for reproducing figures and results in the paper ``Implicit Neural Networks with Fourier-Feature Inputs for Free-breathing Cardiac MRI Reconstruction''.
@article{kunz_implicit_2023,
author = {Johannes F. Kunz and Stefan Ruschke and Reinhard Heckel},
title = {Implicit Neural Networks with Fourier-Feature Inputs for Free-breathing Cardiac MRI Reconstruction},
journal = { arXiv:2305.06822},
year = {2023}
}
- Setup a docker container with support for Nvidia GPUs and pytorch.
- Install additional packages
chmod +x ./setup/setup.sh
./setup/setup.sh
- Download the datasets and copy them into the
data
folder in your project. - Configure and run the experiment scripts in the
experiments/
folder.
The low-resolution high-SNR, the low-resolution low-SNR, and the high-resolution dataset are available on IEEEDataPort, see https://dx.doi.org/10.21227/f057-dw29. The datasets need to be copied into the data folder of the project.
The video below shows the reconstructions of the low-resolution high-SNR dataset by the FMLP, the KFMLP, and the t-DIP for an acquisition time of
For the video below, the FMLP was trained on three different acquisition lengths
The low-resoltion low-SNR dataset was reconstructed by the FMLP, the KFMLP, and the t-DIP for an acquisition time of
The reconstructions of high-resolution dataset for an acquisition time of
All files are provided under the terms of the Apache License, Version 2.0.