IVCVLGMLDec 2, 2019

Pyramid Convolutional RNN for MRI Image Reconstruction

arXiv:1912.00543v758 citations
AI Analysis

This work addresses the need for fast and accurate MRI reconstruction in clinical practice, representing an incremental improvement over existing deep learning methods.

The paper tackles the problem of reconstructing high-quality MRI images from undersampled data by introducing Pyramid Convolutional RNN (PC-RNN), a deep learning method that processes images at multiple scales, and it outperforms other methods in evaluations on fastMRI datasets, winning the 2019 fastMRI competition.

Fast and accurate MRI image reconstruction from undersampled data is crucial in clinical practice. Deep learning based reconstruction methods have shown promising advances in recent years. However, recovering fine details from undersampled data is still challenging. In this paper, we introduce a novel deep learning based method, Pyramid Convolutional RNN (PC-RNN), to reconstruct images from multiple scales. Based on the formulation of MRI reconstruction as an inverse problem, we design the PC-RNN model with three convolutional RNN (ConvRNN) modules to iteratively learn the features in multiple scales. Each ConvRNN module reconstructs images at different scales and the reconstructed images are combined by a final CNN module in a pyramid fashion. The multi-scale ConvRNN modules learn a coarse-to-fine image reconstruction. Unlike other common reconstruction methods for parallel imaging, PC-RNN does not employ coil sensitive maps for multi-coil data and directly model the multiple coils as multi-channel inputs. The coil compression technique is applied to standardize data with various coil numbers, leading to more efficient training. We evaluate our model on the fastMRI knee and brain datasets and the results show that the proposed model outperforms other methods and can recover more details. The proposed method is one of the winner solutions in the 2019 fastMRI competition.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes