1299

From 2D thick slices to 3D isotropic volumetric brain MRI - a deep learning approach
Berkin Bilgic1,2, Long Wang1, Enhao Gong1, Greg Zaharchuk1,3, and Tao Zhang1
1Subtle Medical Inc, Menlo Park, CA, United States, 2Martinos Center for Biomedical Imaging, MGH/Harvard, Charlestown, MA, United States, 3Stanford University, Stanford, CA, United States

Synopsis

The long scan time of 3D isotropic MRI (often 5 minutes or longer) has limited the wide clinical adoption despite the apparent advantages. For many clinical sites, shorter 2D sequences are used routinely in brain MRI exams instead. The latest development of deep learning (DL) has demonstrated the feasibility of significant resolution improvement from low resolution acquisitions. In this work, we propose a deep learning method to synthesize 3D isotropic FLAIR images from 2D FLAIR acquisition with 5mm slice thickness. To demonstrate the generalizability, the proposed method is validated on both simulated and real 2D FLAIR datasets.

Purpose

The long scan time of 3D isotropic MRI (often 5 minutes or longer) has limited the wide clinical adoption despite the apparent advantages. For many clinical sites, shorter 2D sequences are used routinely in brain MRI exams instead. The latest development of deep learning (DL) has demonstrated the feasibility of significant resolution improvement from low resolution acquisitions [1-6]. In this work, we propose a deep learning method to synthesize 3D 1mm isotropic FLAIR images from 2D FLAIR acquisition with 5mm slice thickness. To demonstrate the generalizability, the proposed method is validated on both simulated and real 2D FLAIR datasets.

Methods

The proposed method is illustrated in Fig. 1 with two sequential steps. All operations in the proposed approach are performed on the magnitude coil-combined images.

(1) BM4D: The 2D thick-slice FLAIR images are first interpolated into an isotropic 3D volume using BM4D [7,8], a model-based method. Define $$$y$$$ as a thick slice in the 2D acquisition and $$$x$$$ the corresponding $$$n$$$ slices from the target 3D isotropic volume. In this work, all 2D FLAIR images were acquired with 5mm slice thickness and 1mm2 in-plane resolution, and the target 3D volume was acquired with 1mm3 isotropic resolution (i.e., $$$n=5$$$). The BM4D problem can be formulated as a decoupled optimization problem: $$\hat{x}_i = \mathop{\mathrm{arg\,min}}_x ||Ax-y||_2^2+\alpha ||x-x_{i-1}||_2^2$$
$$x_i = \mathop{\mathrm{arg\,min}}_x ||x-\hat{x}_i ||_2^2 + \lambda\rho (x)$$
Here, $$$A$$$ is approximated as a row of $$$n$$$ “1”s, the summation of $$$n$$$ slices; $$$\alpha$$$ was gradually reduced from 200 to 1 across 25 iterations to optimize RMSE. Optimization results were not sensitive to the choice of $$$\alpha$$$, which was set to 1e-16.

(2) DL: A VDSR network [9] with 20 layers is applied to further enhance the images after BM4D. Residual learning is performed to synthesize the difference between BM4D and the ground truth 3D volume. 3D isotropic FLAIR datasets were used to simulate thick-slice 2D datasets with 5mm slice thickness and create paired 2D/3D datasets. Patched based training with 64$$$\times$$$64$$$\times$$$64 patches extracted from the 3D volume is implemented.

With IRB approval and patient consent, 20 patients were recruited for this study. 3D FLAIR images were collected as part of the routine clinical protocol. 17 datasets were used to create training data for the VDSR network. The remaining 3 datasets were used for testing. The training pairs were flipped in three directions for data augmentation. The proposed model was trained with ADAM optimization, 0.001 learning rate and 20 epochs. Because the proposed network is fully convolutional, the inference was performed on the entire 3D volume instead of patches. To test the generalizability of the proposed method, 10 additional subjects were recruited at another institution. 2D axial FLAIR images with 5mm slice thickness were obtained from the routine protocol at the second institution. Results from different methods were visually and quantitatively compared using the RMSE metric when isotropic 3D volume is available.

Results

Two representative test datasets from the first institution are shown in Figs. 2 and 3, respectively. The proposed method can achieve significantly better image quality than BM4D alone. Representative results from the second institution are shown in Figs. 4 and 5, respectively. Compared with simple cubic interpolation, BM4D provides better image quality and initialization for VDSR. Combined with VDSR, the proposed approach achieved the best image quality of all the methods compared.

Discussion and Conclusion

In this work, we propose a deep learning approach to synthesize high resolution 3D volumetric images from 2D thick slices. BM4D provides better initialization for the deep learning model than direct cubic interpolation. Though not directly comparable, the k-space images of different reconstructions suggest that the proposed method has recovered more information than BM4D. Furthermore, the proposed method has been validated on real 2D acquisitions from a different institution and protocol, demonstrating good generalizability of the proposed method. While there are still visual differences between the proposed method and real isotropic images, we believe this is a good first step and feasibility test. Future work will focus on reducing the remaining differences and thorough clinical validation.

Acknowledgements

No acknowledgement found.

References

[1] Pham CH, et al. Multiscale brain MRI super-resolution using deep 3D convolutional networks. Comput Med Imaging Graph. (2019) 77:101647.

[2] Bustin A, et al. Isotropic Reconstruction of MR Images Using 3D Patch-Based Self-Similarity Learning. IEEE Trans Med Imaging (2018) 37:1932-1942.

[3] Gholipour A, et al. Super-resolution reconstruction in frequency, image, and wavelet domains to reduce through-plane partial voluming in MRI. Med Phys (2015) 42:6919-32.

[4] Chaudhari A, et al. Super-resolution musculoskeletal MRI using deep learning. Magn Reson Med (2018) 80:2139-2154.

[5] Zhao C, et al. Applications of a deep learning method for anti-aliasing and super-resolution in MRI. Magn Reson Imaging. (2019) pii:S0730-725X(18)30650-7.

[6] Chen Y, et al. Brain MRI super resolution using 3D deep densely connected neural networks. ISBI (2018) doi:10.1109/isbi.2018.8363679.

[7] Eksioglu E. Decoupled Algorithm for MRI Reconstruction Using Nonlocal Block Matching Model: BM3D-MRI. J Math Imaging Vis (2016) 56:430-440.

[8] Maggioni M, Katkovnik V, Egiazarian K, Foi A. Nonlocal transform-domain filter for volumetric data denoising and reconstruction. IEEE Trans Image Process (2013) 22:119-133.

[9] Kim J, et al. Accurate image super-resolution using very deep convolutional networks. CVPR (2016) pp. 1646-1654.

Figures

Fig. 1 Illustration of the proposed method: the thick-slice 2D volume is first processed by BM4D, followed by a VDSR DL network.

Fig. 2 Example of test subject 1 from the first institution. The proposed method provides superior image quality than BM4D. RMSE is also reduced by the proposed method. The corresponding k-space images demonstrate the proposed method recovers more information in k-space than BM4D. Combination of BM4D and VDSR was also able to improve the conspicuity of MS lesions (white matter hyperintensities), with good fidelity to the reference 3D acquisition.

Fig. 3 Example of test subject 2 from the first institution. The proposed method provides superior image quality than BM4D. RMSE is also reduced by the proposed method. The corresponding k-space plots demonstrate the proposed method recovers more information in k-space than BM4D, with improved depiction of white matter hyperintensities.

Fig. 4 Example of test subject 1 from the second institution. The proposed method provides superior image quality than both cubic interpolation and BM4D. MS lesions are best delineated in the proposed method.

Fig. 5 Example of test subject 2 from the second institution. The proposed method provides superior image quality than both cubic interpolation and BM4D. Better gray-white matter contrast and delineation can be observed in the proposed method.

Proc. Intl. Soc. Mag. Reson. Med. 28 (2020)
1299