The aim of this study was to develop and demonstrate a supervised learning algorithm to reconstruct MR images acquired in highly in-homogeneous magnetic fields. Brain images were used to train a deep neural network. This was performed for image sizes of 32 x 32 and 64 x 64. Results obtained demonstrate REMODEL’s ability to reconstruct the images obtained in in-homogeneous magnetic fields of up to ±50 kHz with high fidelity. The root-mean-square-error for these reconstructions compared to the uncorrupted ground truth was lesser than 0.15 and significantly lesser than the corrupted images.
Motivation and Clinical relevance:
The availability of homogeneous magnetic field (<5ppm) is a critical component in modern day MR scanners to achieve clinically acceptable images. This stringent requirement escalates the expense of the superconducting magnet and hence the price of the MR machine. Reduction and/or relaxation of this constraint would have a significant impact on cost and access, resulting in increased MR value. The REMODEL method allows for reconstruction of MR images with comparable image quality to Ground Truth (GT), in the presence of high off resonance artifacts ranging up to ±50kHz.Approach:
Data collection and pre-processing for retrospective inhomogeneous field reconstruction: Sagittal T1 weighted and MPRAGE images from 70 subjects were collected from the Human Connectome Project (HCP)2 for training the neural network. These were then converted to axial and coronal images using MeVis Lab (Fraunhofer MeVis, Germany) to train for different orientations. All these images were rotated in 90o increments to augment the data set to generate 32000 images. Off resonance artifacts were introduced by generating 12 random field maps by creating a random 2x2 matrix which was then extrapolated to cover the complete image area creating a smooth sinusoids3 as shown in figure 1a. These field maps were normalized between -1 to 1 and then multiplied by different off-resonance ranges. Here, we assumed a read out time of 4.96ms. The training data was prepared by multiplying the kspace of the image with one of twelve randomly selected off resonance phase maps (figure 1b).Gains and Losses:
REMODEL has been demonstrated on synthetically corrupted data from a publicly available database. It is able to faithfully reconstruct the images simulated in inhomogeneous fields up to ±50kHz, which can be extended to higher off-resonance ranges without any change in implementation details. Implementation details along with source code can be found online5. The model has been trained for brain MRI datasets and for a fixed readout time. However, this can be easily extended to other body regions and for multiple readout times. The results have been demonstrated on smaller dimensions due to available computation facilities. This could be overcome with higher compute power.1. Bernstein, Matt A., Kevin F. King, and Xiaohong Joe Zhou. Handbook of MRI pulse sequences. Elsevier, 2004.
2. http://www.humanconnectomeproject.org/
3. Nylund, Andreas. "Off-resonance correction for magnetic resonance imaging with spiral trajectories." (2014).
4. Zhu, Bo, Jeremiah Z. Liu, Bruce R. Rosen, and Matthew S. Rosen. "Image reconstruction by domain transform manifold learning." arXiv preprint arXiv:1704.08841 (2017).
5. https://github.com/mirc-dsi/IMRI-MIRC/tree/master/MR%20RECON/CODE/REMODEL_v0.0