Computationally Efficient 3D MRI Reconstruction with Adaptive MLP
Eric Z. Chen, Chi Zhang, Xiao Chen, Yikang Liu, Terrence Chen, Shanhui, Sun

TL;DR
This paper introduces Recon3DMLP, a hybrid neural network combining CNN and adaptive MLP modules with a circular shift operation, enabling efficient high-resolution 3D MRI reconstruction with improved accuracy and reduced memory usage.
Contribution
The paper proposes a novel hybrid CNN-MLP architecture with a circular shift operation for scalable, high-quality 3D MRI reconstruction, addressing limitations of existing CNN-based methods.
Findings
Recon3DMLP outperforms existing CNN models in high-resolution 3D MRI reconstruction.
The method reduces GPU memory consumption by over 50%.
Recon3DMLP effectively captures long-distance information for better image quality.
Abstract
Compared with 2D MRI, 3D MRI provides superior volumetric spatial resolution and signal-to-noise ratio. However, it is more challenging to reconstruct 3D MRI images. Current methods are mainly based on convolutional neural networks (CNN) with small kernels, which are difficult to scale up to have sufficient fitting power for 3D MRI reconstruction due to the large image size and GPU memory constraint. Furthermore, MRI reconstruction is a deconvolution problem, which demands long-distance information that is difficult to capture by CNNs with small convolution kernels. The multi-layer perceptron (MLP) can model such long-distance information, but it requires a fixed input size. In this paper, we proposed Recon3DMLP, a hybrid of CNN modules with small kernels for low-frequency reconstruction and adaptive MLP (dMLP) modules with large kernels to boost the high-frequency reconstruction, for…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Signal Denoising Methods · Medical Imaging Techniques and Applications · Medical Image Segmentation Techniques
MethodsConvolution
