GLEAM: Greedy Learning for Large-Scale Accelerated MRI Reconstruction
Batu Ozturkler, Arda Sahiner, Tolga Ergen, Arjun D Desai, Christopher, M Sandino, Shreyas Vasanawala, John M Pauly, Morteza Mardani, Mert Pilanci

TL;DR
GLEAM introduces a greedy, modular training approach for large-scale MRI reconstruction that reduces memory use and accelerates training while maintaining or improving reconstruction quality.
Contribution
The paper proposes GLEAM, a novel greedy learning strategy that splits neural networks into modules for efficient training of high-dimensional MRI reconstruction models.
Findings
GLEAM matches memory-efficient baselines in performance.
GLEAM trains 1.3x faster than gradient checkpointing.
GLEAM improves PSNR by 1.1dB in 2D and 1.8dB in 3D MRI reconstructions.
Abstract
Unrolled neural networks have recently achieved state-of-the-art accelerated MRI reconstruction. These networks unroll iterative optimization algorithms by alternating between physics-based consistency and neural-network based regularization. However, they require several iterations of a large neural network to handle high-dimensional imaging tasks such as 3D MRI. This limits traditional training algorithms based on backpropagation due to prohibitively large memory and compute requirements for calculating gradients and storing intermediate activations. To address this challenge, we propose Greedy LEarning for Accelerated MRI (GLEAM) reconstruction, an efficient training strategy for high-dimensional imaging settings. GLEAM splits the end-to-end network into decoupled network modules. Each module is optimized in a greedy manner with decoupled gradient updates, reducing the memory…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Imaging Techniques and Applications · Advanced MRI Techniques and Applications · Radiomics and Machine Learning in Medical Imaging
MethodsGradient Checkpointing
