Skip to content

weiserjpaul/Deep-ER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep-ER: Deep Learning ECCENTRIC Reconstruction for fast high-resolution neurometabolic imaging

Description

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:

  1. 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.
  2. Efficient usage of GPU memory enables multichannel high-resolution MRSI data processing.
  3. High temporal consistency across accelerations reduces spectral noise and improves precision and accuracy of metabolite quantification.
  4. 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.

Architecture

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 ($x_1$) and gridded multi-channel undersampled k-space ($k_1$) to predict fully sampled k-space on a Cartesian grid, which is subsequently transformed to image space.

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 ${\alpha_i, \beta_i}$,

$$k_i^{mix} = \alpha_i \mathcal{F}(\mathcal{C}^{-1}(x_i)) + (1-\alpha_i) k_i$$ $$x_i^{mix} = \beta_i x_i + (1-\beta_i) \mathcal{F}^{-1}(\mathcal{C}(k_i))$$

where $\mathcal{F}$ represents the FFT operation and $\mathcal{C}$ the channel-wise coil combination of individual coil images by voxel-wise multiplication with ESPIRiT profiles2.

Deep learning MRSI reconstruction

The ground truth image $x_{GT}$ was generated for training purposes from fully sampled k-space data $k_{FS}$ , utilizing the conventional reconstruction method presented in Klauser et al.3, which is based on an iterative optimization that employs Total-Generalized-Variation (TGV) 4 as a regularizer.

Results

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.

Getting Started

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.

Training Data

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.

Train your own Deep-ER

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.

Citation

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}
}

References

Footnotes

  1. 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

  2. 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.

  3. 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.

  4. Knoll, Florian, Bredies, Kristian, Pock, Thomas, Stollberger, Rudolf, 2011. Second order total generalized variation (TGV) for MRI. Magn. Reson. Med. 65 (2), 480–491.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages