The Deep-ER neural network was specially developed to reconstruct non-cartesian compressed sense MRSI. We demonstrated that Deep-ER provides high efficiency and quality:
- The reconstruction time of whole-brain high-resolution 1H-MRSI 3D FID-ECCENTRIC is greatly reduced by a factor of almost 600 using Deep-ER compared to conventional TGV-ER.
- Efficient usage of GPU memory enables multichannel high-resolution MRSI data processing.
- High temporal consistency across accelerations reduces spectral noise and improves precision and accuracy of metabolite quantification.
- Sharper spatial features and less image blurring are achieved with increasing accelerations. Although we demonstrated Deep-ER for undersampled ECCENTRIC trajectories, the network can be easily applied to other accelerated spectral–spatial encoding trajectories.
In this work, we built on and extended the fully convolutional joint-domain Interlacer1 architecture for effective domain transfer to MRSI reconstruction. The convolutional network takes as input to the first layer the coil-combined undersampled image data (
Each Interlacer layer separately applies convolutional blocks in k-space and image-space. Before each block, image- and k-space features are merged via weighted addition with learnable mixing parameters
where
The ground truth image
In-vivo metabolic images reconstructed from two-fold accelerated (A.F.=2) ECCENTRIC data acquired in a glioma patient and a healthy volunteer are shown in the figure below. Metabolic maps in the patient show well defined boundaries for the tumor and metabolic heterogeneity within the tumor. There is higher contrast between the tumor and the normal brain in the maps produced by Deep-ER compared to TGV. In the healthy volunteer similar gray-white matter structural features are visible in the metabolic maps obtained by both Deep-ER and TGV reconstructions.
This repository provides the code to train a neural network in 'src', including a 'run.py' and 'config.py' file. The 'run.py' file is intended for execution, the corresponding parameters can be changed in the 'config.py' file.
Due to privacy regulations and institutional policies, these data cannot be made publicly available in a global repository. However, access to the data may be granted upon reasonable request and subject to a data transfer agreement (DTA) with the respective institutions.
To start the training of Deep-ER with your own data, simply execute 'run.py'.
python run.py
Please modify the 'config.py' file to adjust the number of epochs and other training parameters according to your needs.
If you find this useful, please cite our work as follows:
@article{weiser2025deep,
title={Deep-ER: Deep Learning ECCENTRIC Reconstruction for fast high-resolution neurometabolic imaging},
author={Weiser, Paul and Langs, Georg and Bogner, Wolfgang and Motyka, Stanislav and Strasser, Bernhard and Golland, Polina and Singh, Nalini and Dietrich, Jorg and Uhlmann, Erik and Batchelor, Tracy and others},
journal={NeuroImage},
pages={121045},
year={2025},
publisher={Elsevier}
}
Footnotes
-
Singh, Nalini M., Iglesias, Juan Eugenio, Adalsteinsson, Elfar, Dalca, Adrian V., Golland, Polina, 2022. Joint frequency and image space learning for MRI reconstruction and analysis. J. Mach. Learn. Biomed. Imaging 2022 ↩
-
Uecker, Martin, Lai, Peng, Murphy, Mark J., Virtue, Patrick, Elad, Michael, Pauly, John M., Vasanawala, Shreyas S., Lustig, Michael, 2014. ESPIRiT—an eigenvalue approach to autocalibrating parallel MRI: where SENSE meets GRAPPA. Magn. Reson. Med. 71 (3), 990–1001. ↩
-
Klauser, Antoine, Strasser, Bernhard, Bogner, Wolfgang, Hingerl, Lukas, Courvoisier, Sebastien, Schirda, Claudiu, Rosen, Bruce R, Lazeyras, Francois, Andronesi, Ovidiu C, 2024. ECCENTRIC: a fast and unrestrained approach for high-resolution in vivo metabolic imaging at ultra-high field MR. Imaging Neuroscience 2, 1–20. ↩
-
Knoll, Florian, Bredies, Kristian, Pock, Thomas, Stollberger, Rudolf, 2011. Second order total generalized variation (TGV) for MRI. Magn. Reson. Med. 65 (2), 480–491. ↩