Skip to main content
Zeitschrift für Medizinische Physik logoLink to Zeitschrift für Medizinische Physik
. 2021 Jul 24;32(2):188–198. doi: 10.1016/j.zemedi.2021.06.004

Deep grey matter quantitative susceptibility mapping from small spatial coverages using deep learning

Xuanyu Zhu 1, Yang Gao 1, Feng Liu 1, Stuart Crozier 1, Hongfu Sun 1,
PMCID: PMC9948866  PMID: 34312047

Abstract

Introduction

Quantitative Susceptibility Mapping (QSM) is generally acquired with full brain coverage, even though many QSM brain-iron studies focus on the deep grey matter (DGM) region only. Reducing the spatial coverage to the DGM vicinity can substantially shorten the scan time or enhance the spatial resolution without increasing scan time; however, this may lead to significant DGM susceptibility underestimation.

Method

A recently proposed deep learning-based QSM method, namely xQSM, is investigated to assess the accuracy of dipole inversion on reduced brain coverages. The xQSM method is compared with two conventional dipole inversion methods using simulated and in vivo experiments from 4 healthy subjects at 3T. Pre-processed magnetic field maps are extended symmetrically from the centre of globus pallidus in the coronal plane to simulate QSM acquisitions of difference spatial coverages, ranging from 100% (∼32 mm) to 400% (∼128 mm) of the actual DGM physical size.

Results

The proposed xQSM network led to the lowest DGM contrast loss in both simulated and in vivo subjects, with the smallest susceptibility variation range across all spatial coverages. For the digital brain phantom simulation, xQSM improved the DGM susceptibility underestimation more than 20% in small spatial coverages, as compared to conventional methods. For the in vivo acquisition, less than 5% DGM susceptibility error was achieved in 48 mm axial slabs using the xQSM network, while a minimum of 112 mm coverage was required for conventional methods. It is also shown that the background field removal process performed worse in reduced brain coverages, which further deteriorated the subsequent dipole inversion.

Conclusion

The recently proposed deep learning-based xQSM method significantly improves the accuracy of DGM QSM from small spatial coverages as compared with conventional QSM algorithms, which can shorten DGM QSM acquisition time substantially.

Keywords: Quantitative susceptibility mapping, Deep grey matter, xQSM, Deep learning, Reduced spatial coverage

1. Introduction

As an intrinsic tissue property, magnetic susceptibility can be used to detect and quantify disease biomarkers [1], such as iron, myelin, calcium, and hemorrhage [2]. In recent years an MRI post-processing technique, namely quantitative susceptibility mapping (QSM) [3], has been developed for measuring tissue magnetic susceptibility distribution in vivo [4]. QSM of the iron-rich deep grey matter (DGM) [5] has generated significant interest and has been investigated in multiple clinical studies, including Parkinson's disease [6], [7], [8], Huntington's disease [8], Alzheimer's disease [9], [10], and healthy aging [11]. However, QSM reconstruction from the raw MR phase data is non-trivial, which generally involves multi-channel receiver-coil combination [12], brain tissue extraction [13], phase unwrapping [14], background field removal [15], [16], [17], [18], [19], [20] and dipole inversion [21], [22], [23], [24].

Even though most brain iron studies focus on DGM only, one generally needs to acquire a substantially larger brain coverage for accurate QSM reconstruction in the DGM region. The reason is that the measured MR gradient-echo phase originates from the magnetic susceptibility source convoluting with a unit dipole kernel, which expands beyond its physical source location [25]. Thus, the relationship between the susceptibility source and the measured MR phase is non-local. A large field-of-view (FOV) coverage of the brain is required to perform the 3-dimensional dipole deconvolution robustly. A typical QSM gradient-echo sequence of 1 mm isotropic voxel size, with a parallel imaging factor of 2 applied for scan acceleration, takes 5–6 min to cover the whole brain [26]. One way to shorten the scan time is to use ultra-fast acquisition methods, such as 2D or 3D gradient-echo echo-planar imaging [27], [28], for full-brain QSM. There are also other acceleration techniques such as compressed sensing [29] and Wave-CAIPI [30], which could have better image quality with high acceleration factors. However, the image resolution and image quality are generally compromised from these ultra-fast sequences. Alternatively, in theory, limiting the scan FOV to cover the DGM region only can reduce the scan time by 50–60% or enhance the spatial resolution without increasing scan time [31], [32], [33].

However, since the induced magnetic field extends beyond its physical susceptibility source substantially, reducing the FOV to the physical DGM region will inevitably truncate the non-local dipole field from the susceptibility source. Previous studies have reported significantly underestimated susceptibility measurements of DGM using conventional dipole inversion methods, such as MEDI [34] and TKD [35], on phase maps with small FOV coverages. Using numerical simulation and in vivo experiments, Elkady et al. [32] demonstrated that a minimum FOV covering 5.6 times the physical size of globus pallidus is required to maintain a <5% susceptibility error in globus pallidus, which is equivalent to a 76 mm axial slab. Another study from Karsa et al. [36] also found substantial susceptibility underestimation and contrast loss of DGM with FOV smaller than 50% of the full brain coverage due to insufficient dipole information for conventional QSM dipole inversion methods.

Deep learning, particularly convolutional neural networks (CNNs) [37], has received increasing attention as an alternative image reconstruction method in various medical imaging research areas. Deep learning-based methods capture the structure of the training dataset by adjusting learnable parameters, which improves the accuracy of the reconstruction and reduces the computation time. Recently, deep learning-based QSM methods have emerged. Bollman et al. [38] trained a full convolutional deep neural-network (DeepQSM) using synthetic datasets. Simple geometric structures were arranged randomly inside a cube to simulate the susceptibility sources as the training labels. The corresponding induced field maps were then calculated through the forward model as the training inputs. Another method, namely QSMnet, [39] proposed by Yoon et al., trained the neural network with in vivo dataset generated from multiple head orientations (i.e., COSMOS) [40]. Recently, Yang et al. [41] developed a new deep learning method, named xQSM, by introducing Octave convolution [42] into the U-net [43] architecture to improve the traditional convolutional layers. This Octave convolution network replaced the original convolution into four crossing operations, resulting in high and low-frequency groups of different matrix sizes, which saves storage and reduces the computation redundancy of traditional neural networks. It is shown that xQSM significantly improves DGM susceptibility estimation compared with other deep learning-based QSM methods [44]. This study thoroughly investigates the robustness of the deep learning-based xQSM dipole inversion on small FOV coverages for DGM susceptibility measurements, comparing its accuracy with conventional QSM dipole inversion methods.

2. Methods

2.1. Non-local magnetic dipole field

The magnetic field perturbation induced by a susceptibility source equals the convolution of the susceptibility distribution with the unit dipole kernel. Such a relationship can be simplified as multiplication in k-space:

F1DFχ=δBD=13kz2kx2+ky2+kz2 (1)

where D represents the unit dipole kennel and kx, ky, kz represent the coordinates of the spatial frequency domain; F and F−1 denote the forward and inverse Fourier transforms; χ refers to the susceptibility map, and δB=ΔB/B0 is the field-strength normalized field map [45].

2.2. xQSM network structure and training datasets

Similar to the conventional U-net [43], the xQSM network [41] comprises two operations, i.e. encoding and decoding, referred to as down-sampling and up-sampling paths. The xQSM framework contains 10 Octave convolution layers (kernel size: 3 × 3 × 3), 2 max-pooling layers (kernel size: 2 × 2 × 2), 2 Octave transposed convolution layers (kernel size: 2 × 2 × 2), and 12 batch normalization layers, as shown in Fig. 1(a). Rectified Linear Unit (ReLU) is adopted as the activation function of the network. The Octave convolution is explicitly designed to ensure that information in both resolution (i.e., high and low) feature groups communicate internally, which can be expressed as:

YH=ConvHHXH+ConvT(ConvLH(XL))YL=ConvLLXL+ConvHL(AvgPool(XH)) (2)

where Conv(·) represents traditional convolutions; ConvT(·) represents traditional transposed convolution operation of kernel size 2, doubling the dimensions of the low-resolution feature maps; AvgPool(·) is the average pooling operation, reducing the dimensions of the high-resolution feature maps to half. The Octave convolution operation is illustrated in Fig. 1(b).

Figure 1.

Figure 1

(a) The xQSM neural network structure, incorporating the new Octave convolution on the U-net architecture. (b) The cross-convoluted scheme of the new OctConvolution operation, with each selected feature divided into high (H) and low (L) groups.

As detailed in the DeepQSM [38] and xQSM papers [41], training inputs (i.e., local field maps) were generated by convolving labels (i.e., susceptibility maps) with the unit dipole kernel according to the forward model in Eq. (1). Instead of using synthetic and simple geometries as training labels in DeepQSM, the xQSM adopts the more realistic human brain susceptibility maps LN-QSM [25] as the training labels for simulating the local field maps, which showed improved dipole inversion accuracy. This study extends the data generation in xQSM and compares two different training datasets, namely Individual and Cropped.

For the Individual mode, 96 in vivo LN-QSM volumes of size 144 × 192 × 128 were split into 15,000 individual QSM patches of size 643 as the training labels. Local field maps, as the network inputs, were generated for the corresponding individual QSM patches by the dipole field forward calculation [45]. To avoid aliasing effect due to circular convolution, the forward calculation was slightly modified as: δB=CF1DFPχ, where D represents the full-size dipole kernel; δB and χ both in size of 643) are the simulated local field map and the corresponding QSM label used for training; P refers to a padding operation to increase the image size of the QSM label patch to full size by padding with zeros, while C is a joint cropping operation to extract the small-patch local field map from the simulated full-size field map.

For the Cropped mode, 96 full-size local field maps (i.e., 144 × 192 × 128) were calculated from the corresponding full-size susceptibility maps. A total of 15,000 field map patches (patch size 643) were cropped from these 96 full-size local field maps, matching the susceptibility label patches in space as the network training inputs. Consequently, we named the above two trained networks as xQSM-Individual and xQSM-Cropped. For each training mode, the mean squared error (MSE) was adopted as the loss function. The training rate was set to 10−3. Each xQSM network training took about 18 h (50 epochs) using 2 T V100 GPUs with a minibatch size of 24.

2.3. Simulated and in vivo experiments

One healthy subject (27-year-old male) was scanned at 3T (Siemens Prisma) using a 3D unipolar 5-echo SWI (Susceptibility-Weighted Imaging [46]) sequence in 5 different head orientations, with parameters: 4.9 ms first TE, 4.9 ms echo spacing, 30 ms TR, 15° flip angle, 1 mm isotropic voxel, 144 mm × 192 mm × 128 mm FOV, parallel imaging acceleration factor of 3, and total scan time of 4.3 min for each head orientation. The standard QSM pipeline was then utilized, including brain mask generation using BET method [13], phase unwrapping using the best path method [14] and background field removal using the RESHARP method [16]. The COSMOS (“Calculation Of Susceptibility through Multiple Orientation Sampling”) map from this subject was reconstructed as the ground truth label and used in the forward calculation model to simulate its local field map. To test the dipole inversion on high susceptibility sources, one hemorrhage (0.8 ppm of mean value and 0.1 ppm of standard deviation) and one calcification lesion (−0.4 ppm of mean value and 0.1 ppm of standard deviation) were simulated and added into this COSMOS data. This COSMOS subject with its simulated local field map is thus referred to as the simulation subject for method validation in the paper.

Another three healthy subjects (age: 28.3 ± 2.5 years) went through a 3D multi-echo gradient recalled-echo (GRE) scan using a 3T MR system (GE Discovery). Full brain GRE data were acquired in an axial slab with 8 unipolar readout echoes, 3.4 ms first TE, 3.5 ms echo spacing, 29.8 ms TR, 20° flip angle, 1 mm isotropic voxel, 256 mm × 256 mm × 128 mm FOV, parallel acceleration factor of 2, and the total scan time of 5.9 min. One of these three subjects (26-year-old male) had full brain 3D GRE data acquired at five different head orientations to perform the COSMOS reconstruction as the QSM ground truth. This COSMOS subject was referred to as in vivo Subject #1, and the other two as in vivo Subject #2 (28-year-old female) and #3 (31-year-old male). For the three in vivo subjects, local field maps at neutral head positions were reconstructed through the established pre-processing pipeline, which is the same procedure used in the simulated subject.

2.4. DGM coverages and susceptibility measurements

To evaluate the effect of FOV coverages for DGM QSM, all local field maps were extended symmetrically from covering DGM only to the full brain in the coronal plane, as shown in Fig. 2(a) and (b). Seven extended DGM coverages were tested, ranging from 100% (i.e., the minimum FOV) to 400% (i.e., maximum FOV, or full brain) of the actual DGM physical size. The minimum FOV, which is a 32 mm thick axial slab, covers the entire Globus Pallidus (GP), Putamen (PU), and Caudate Nucleus (CN). For the added hemorrhage and calcification susceptibility sources, seven coverages were extended symmetrically from 16 mm to 64 mm axial slabs. Dipole inversion was performed on the local field maps of different FOVs using xQSM, which was compared to another deep learning method DeepQSM [38] and two conventional methods iLSQR [47] and MEDI [34]. DGM regions-of-interest (ROIs) were drawn on each subject's central 5 axial QSM slices, containing the largest areas of DGM structures, as outlined in Fig. 2(c) and (d). All DGM ROIs were drawn and measured using the ImageJ software, and the measurements were averaged from both brain hemispheres. All reported susceptibilities in this study were normalized relative to the chosen reference region Optic Radiation (OR) by subtraction.

Figure 2.

Figure 2

Different extended DGM coverages (outlined in different color lines) illustrated on QSM (a) and local field map (b) in coronal view. DGM ROIs (outlined in yellow), including globus pallidus (GP), caudate nucleus (CN) and putamen (PU) were drawn on the Simulation Subject (c) and in vivo Subject #1 (d).

Background field removal (BFR) is a critical QSM pre-processing step to generate local field maps without the overwhelming effect of the background field from air cavities. In this study, the RESHARP method [16] was used for BFR in the three in vivo experiments. Here we investigate the effects of BFR on dipole inversion of small FOV coverages by pre-processing the total field maps in different orders: (i) BFR then Truncation (B + T, i.e., ideal case), (ii) Truncation then BFR (T + B, i.e., real-world acquisition), as outlined in Fig. 3. The full-brain total field map processed firstly by BFR followed by FOV truncation (Fig. 3(i)) could be regarded as the ideal case without the confounds of varied BFR performances on different FOVs. On the contrary, FOV truncation first on the total field map (Fig. 3(ii)) represents the real-world acquisition scenario, which may affect the performance of the subsequent BFR process. The latter pipeline could lead to different local field maps and significantly affect the final QSM results. In this study, the purpose of investigating the ideal case is to mitigate the confounding effect from BFR so that one can isolate and examine the robustness of the dipole inversion process on its own.

Figure 3.

Figure 3

Two QSM pre-processing pipelines of BFR and FOV truncations. (i) Ideal case with the same BFR performed on different FOV truncations. (ii) Actual real-world case with BFR performed on the total field maps of different FOV coverages.

3. Results

3.1. xQSM training modes comparison

QSM results of the minimum coverages (32 mm axial slab for DGM, 16 mm for hemorrhage and calcification) from the Simulation Subject are shown in Fig. 4. DeepQSM, iLSQR and MEDI methods displayed significant susceptibility underestimation in DGM (yellow arrows in error maps), hemorrhage and calcification regions compared with the two xQSM methods. Moreover, the xQSM-Individual deep neural network resulted in less error than xQSM-Cropped, which is evident in the axial and coronal susceptibility error maps.

Figure 4.

Figure 4

QSM results of DGM (globus pallidus, putamen and caudate nucleus), hemorrhage and calcification from four dipole inversion methods, including two xQSM (i.e., Individual and Cropped training modes), DeepQSM and two conventional (iLSQR and MEDI) methods, on the minimum FOV coverages. Error maps relative to the ground truth are shown in the bottom rows, and substantial susceptibility underestimations in ROIs are pointed by yellow arrows. The grey shaded area on coronal susceptibility map indicates the minimum FOV coverage.

Mean susceptibility measurements of three DGM (i.e., GP, PU, and CN), one hemorrhage and one calcification regions from the Simulation Subject with different FOV coverages are plotted in Fig. 5. Results from xQSM-Individual (red lines), xQSM-Cropped (blue lines) and DeepQSM (grey lines) are relatively stable along with different FOV coverages, while MEDI (green lines) and iLSQR measurements (yellow lines) spread a substantially larger susceptibility range. Among all methods, xQSM-Individual shows the best reconstruction results in the small FOV coverages of 100% and 150% DGM physical size, leading to the smallest errors (e.g., 3% and 6% underestimation for GP and PU in the minimum DGM coverage, respectively). The largest error is found in iLSQR, with over 40% susceptibility underestimation in the minimum DGM FOV. It can also be observed that xQSM of Individual training mode (i.e., xQSM-Individual, red lines) outperforms xQSM of Cropped training mode (i.e., xQSM-Cropped, blue lines) in all FOV coverages for the Simulation Subject. Thus the xQSM-Individual method is selected and referred to as the xQSM method for the in vivo experiments.

Figure 5.

Figure 5

DGM (globus pallidus, putamen and caudate nucleus), hemorrhage and calcification measurements of the Simulation Subject from different FOV coverages compared among the five different QSM dipole inversion methods.

3.2. Effect of background field removal for in vivo acquisitions

QSM from both (i) BFR + Trucation (B + T) and (ii) Truncation + BFR (T + B) were quantified using in vivo Subject #1, with COSMOS serving as the ground truth. As compared in Fig. 6, dipole inversion performs worse in T + B (Fig. 6(b)) than in B + T (Fig. 6(a)) for all methods. For example, the average DGM susceptibility underestimation of xQSM is only 4% in B + T but 32% in T + B, for the minimum DGM FOV coverage. It is also observed that the deep-learning-based xQSM performs more robustly than the other two conventional dipole inversion methods in both cases. For the ideal case experiments (i.e., B + T, in 100% DGM coverage), the DeepQSM method shows the worst performance among all methods, with 31%, 42% and 36% susceptibility underestimation in GP, PU and CN, respectively. For real-world acquisition case (i.e., T + B), the MEDI method shows the worst performance among all methods on the same coverage, with 40%, 63% and 59% susceptibility underestimation in GP, PU and CN, respectively. Even though xQSM deviates substantially from the ground truth in the minimum DGM FOV in T + B (Fig. 6(b)), the errors decrease to under 5% from 150% DGM coverages onwards. Similar trends of improved susceptibility accuracy with larger FOVs are observed in conventional methods iLSQR and MEDI as well. However, unlike xQSM, substantial errors still present in 150% to 300% DGM coverages for MEDI and iLSQR methods, and the susceptibility values of DeepQSM were the lowest among all methods.

Figure 6.

Figure 6

DGM (globus pallidus, caudate nucleus and putamen) measurements from in vivo Subject #1 with different FOVs compared between xQSM, DeepQSM, MEDI, iLSQR, and COSMOS. Different orders of background field removal and FOV truncation are compared in (a) BFR then Truncation (B + T, i.e., ideal case) and (b) Truncation then BFR (T + B, i.e., real-world acquisition).

3.3. Truncated QSM dipole inversion results from in vivo experiments

Fig. 7 displays the mean DGM QSM measurements and standard deviations for different FOV coverages from the three in vivo subjects. All experiments were performed with FOV truncation first, followed by RESHARP background field removal (i.e., T + B: real-world scenario). It is shown that xQSM led to the highest susceptibilities while DeepQSM the lowest across all FOV coverages. In general, the xQSM method maintains the smallest relative differences, and the MEDI method shows the largest relative differences in most FOV coverages, especially in smaller FOV coverages (i.e., 100% and 200% DGM physical size).

Figure 7.

Figure 7

DGM (globus pallidus, caudate nucleus and putamen) measurements (mean and standard deviation) from three in vivo subjects. The effects of FOV coverage for dipole inversion are compared among different QSM methods.

The relative QSM difference maps between smaller FOV coverages and the maximum full-brain coverage from In vivo Subject #1 are demonstrated in Fig. 8. The full-brain results, normalized by their interquartile ranges, are shown in column (a), and relative difference maps from 100% DGM to the 350% DGM coverages are displayed from column (b) to (g). The four dipole inversion methods show no apparent difference in susceptibility contrast at the normalized full-brain coverage (column (a)), while the most pronounced underestimation occurs at 100% DGM coverage (column (b)), then gradually decreasing with larger spatial coverages. No apparent underestimation of DGM susceptibility appears in xQSM and DeepQSM results from coverages larger than 150% DGM physical size from visual inspection. Moreover, xQSM resulted in the least errors in 100% and 150% DGM sizes. In comparison, over 15% underestimation of DGM susceptibility remains in both MEDI and iLSQR results, particularly in 150% DGM FOVs (i.e., 48 mm axial slab). The reported NRMSEs of xQSM relative to the full-brain coverage exhibit the lowest deviation for all coverages among the four dipole inversion methods.

Figure 8.

Figure 8

(a) Interquartile-normalized QSM from the full-brain FOV coverages (i.e., 400% of DGM coverage), and (b-g) difference maps of the smaller FOVs relative to the full-brain coverage of in vivo Subject #1. NRMSEs to the full-brain coverage are reported with the smallest values highlighted in bold yellow.

4. Discussion

In this study, we investigated the performance of susceptibility inversion on small FOV coverages, to substantially shorten the scan time, using a recently proposed learning-based xQSM method [41]. Four healthy subjects participated in the experiments, including one simulated local field map using the forward calculation and three post-processed local field maps from in vivo GRE phase measurements. We compared the mean susceptibilities of DGM regions from xQSM with another deep-learning method DeepQSM and two conventional dipole inversion methods (i.e., iLSQR and MEDI). It is observed that the deep learning-based xQSM method significantly improves the DGM QSM accuracy and stability in smaller FOV coverages for shortening scan time.

The previous DeepQSM [38], QSMnet [39], Auto-QSM [48], and QSMGAN [49] methods cropped the patches from full-size local field maps, which is the same as our xQSM-Cropped training mode. In this study, we also proposed the xQSM-individual training mode to crop the full-size susceptibility maps into small patches first, then forwardly simulate the local field maps of the individual small susceptibility patches. These two different training modes for xQSM were compared using our Simulation Subject experiment. The susceptibility results from xQSM-Individual mode demonstrated the smallest error compared to xQSM-Cropped mode and the conventional MEDI and iLSQR methods. The DGM susceptibility measurements from xQSM with Individual mode also showed the highest stability with the smallest measurement fluctuation with varying FOV coverages. The Individual mode performing better than Cropped mode may be because the individual susceptibility patches and their field maps from the forward calculation satisfy the full physics model of the dipole inversion. In contrast, in Cropped mode, this exact source-to-field relation is violated since the cropped field patch may contain dipole field from susceptibility sources outside of the patch region. The enhanced robustness of deep learning-based QSM methods against small FOVs originates from the convolution scheme of neural networks, also known as the local receptive field design. For each convolutional layer, a small localised local receptive field input was convoluted with the kernel, and thus the cropping operation only alters the edge but not the centre regions of the image, where DGM locate. By contrast, in conventional iterative methods, the truncation of the dipole field will lead to errors spreading the whole image space. Thus, a complete dipole field is essential for iterative dipole inversion methods. It is also observed that although DeepQSM demonstrated very consistent reconstructions across the different spatial coverages, it gives the worst performance in susceptibility quantifications in the selected ROIs with 150% or more DGM coverage, which should originate from the fact that it was trained on synthetic datasets [50]. Other CNN-based QSM dipole inversion networks trained with in vivo datasets, e.g., QSMnet [39], should perform more similarly as xQSM.

We also investigated the effect of background field removal on the dipole field inversion by performing the background field removal process on the total field maps of different FOV coverages. Two MR phase pre-processing pipelines (i.e., different orders of performing background field removal and FOV truncation) were tested, one with background field removal on the total field maps first, followed by local field FOV truncations; the other one in reverse order. The former pre-processing order represents the ideal case that the same background field was removed for all FOV coverages and that the local field maps of different FOVs share the same overlapping region. In contrast, the latter represents the real-world scenario that background field removal was performed on total field maps of different FOV acquisitions, and the resulting local field maps may not be the same in their overlapping region. It is observed that the performance of the tested background field removal method (i.e., RESHARP) depends on the FOV coverages of the total field maps. The RESHARP background field removal combined with dipole inversion led to susceptibility underestimation of over 40% in GP and 50% in PU and CN using conventional MEDI and iLSQR methods in an acquisition coverage equal to DGM's physical size. The proposed xQSM reduces the susceptibility underestimation to 20% for FOV coverage of 100% DGM physical size and results in negligibly small deviations above 250% DGM coverages.

To summarize, we found that reducing spatial coverage will degrade all dipole inversion reconstruction methods since the dipole field from the DGM source extends beyond its physical space and has a critical impact on QSM reconstruction accuracy. From the analysis of simulation and in vivo experiments, it is concluded that an acquisition slab covering only the DGM region (∼32 mm) is inadequate for accurate xQSM reconstruction, resulting in at least a 20% underestimation of mean susceptibility. The minimum coverage required for the learning-based xQSM method needs to be at least 150% (i.e. 48 mm) of the physical dimension of the DGM region to keep the error under 5%. While maintaining an error within 5%, traditional iterative methods MEDI and iLSQR need 350% (i.e., 112 mm) of the extended physical dimension of DGM. It means that by using xQSM for dipole inversion of the DGM, we can reduce the scan time by ∼57%. The better performance of xQSM under reduced FOV coverages compared to conventional dipole fitting methods (i.e., MEDI and iLSQR) maybe because the trained xQSM neural network has learned the pattern between susceptibility source and truncated dipole field from the small patches. In this study, three different training patch sizes (i.e., 483, 643, and 803) were compared to investigate the effects of the training patch size on the network's performance under small-FOV coverages. As shown in Supp. Fig. 1 and Supp. Table 1, all three networks achieved comparable reconstructions under small FOV coverages, with the network trained with the patch size of 643 leading to the best results.

There are a few limitations in this study. First, our experiments were performed only on the image resolution of 1 mm isotropic, which is the same as for xQSM data training. The reconstruction accuracy of xQSM for different resolutions needs to be further investigated. Second, only three regions of interest were measured, including globus pallidus, putamen and caudate nucleus. Other iron-rich regional substructures, such as the thalamus, substantia nigra, and red nucleus, will require larger coverages than the current 48 mm axial slab. Third, both deep learning methods in this paper, i.e., DeepQSM [38] and xQSM [41], are limited to phase data that are acquired in the axial orientation, similarly as QSMnet [39]. Pre and post image rotations can be used for other head orientation configurations. However, this will introduce image blurring due to interpolation, which requires further development of deep learning QSM in the future. Some recently proposed deep neural networks incorporating the physical dipole model directly such as the variational network used in VaNDI [21] or the learned proximal CNN (LPCNN) [51] have the potential to solve this issue. Finally, this study shows deteriorated background field removal (i.e., RESHARP) performance at smaller spatial coverages, which further confounded the truncated dipole inversion. Future studies will investigate different background field removal methods to mitigate this effect. Alternatively, end-to-end deep learning-based methods could be developed for total field inversion, such as autoQSM [48], to eliminate the errors propagation through the background field removal process.

5. Conclusion

A recently proposed deep learning-based QSM method (xQSM) is investigated for DGM QSM on localized FOV coverages, which suggests great potential to shorten the scan time for the QSM acquisitions substantially. The xQSM method was tested in low spatial coverages on both simulated and in vivo datasets and compared with conventional algorithms (i.e., iLSQR and MEDI). Only less than 5% error was achieved in 48 mm axial slab coverage using the xQSM method, while a minimum of 112 mm coverage was required for conventional iLSQR and MEDI methods.

Conflict of interests

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

Footnotes

Appendix A

Supplementary data associated with this article can be found, in the online version, at https://doi.org/10.1016/j.zemedi.2021.06.004.

Appendix A. Supplementary data

The following are the supplementary data to this article:

mmc1.docx (443.7KB, docx)

References

  • 1.Duyn J.H., Schenck J. Contributions to magnetic susceptibility of brain tissue. NMR Biomed. 2017;30(4):e3546. doi: 10.1002/nbm.3546. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2.Wang Y., Liu T. Quantitative susceptibility mapping (QSM): decoding MRI data for a tissue magnetic biomarker. Magn Reson Med. 2015;73(1):82–101. doi: 10.1002/mrm.25358. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Haacke E.M., Liu S., Buch S., Zheng W., Wu D., Ye Y. Quantitative susceptibility mapping: current status and future directions. Magn Reson Imaging. 2015;33(1):1–25. doi: 10.1016/j.mri.2014.09.004. [DOI] [PubMed] [Google Scholar]
  • 4.Sun H., Walsh A.J., Lebel R.M., Blevins G., Catz I., Lu J.-Q., et al. Validation of quantitative susceptibility mapping with Perls’ iron staining for subcortical gray matter. Neuroimage. 2015;105:486–492. doi: 10.1016/j.neuroimage.2014.11.010. [DOI] [PubMed] [Google Scholar]
  • 5.Lim I.A.L., Faria A.V., Li X., Hsu J.T., Airan R.D., Mori S., et al. Human brain atlas for automated region of interest selection in quantitative susceptibility mapping: application to determine iron content in deep gray matter structures. Neuroimage. 2013;82:449–469. doi: 10.1016/j.neuroimage.2013.05.127. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Dexter D., Carayon A., Javoy-Agid F., Agid Y., Wells F., Daniel S., et al. Alterations in the levels of iron, ferritin and other trace metals in Parkinson's disease and other neurodegenerative diseases affecting the basal ganglia. Brain. 1991;114(4):1953–1975. doi: 10.1093/brain/114.4.1953. [DOI] [PubMed] [Google Scholar]
  • 7.Acosta-Cabronero J., Cardenas-Blanco A., Betts M.J., Butryn M., Valdes-Herrera J.P., Galazky I., et al. The whole-brain pattern of magnetic susceptibility perturbations in Parkinson's disease. Brain. 2017;140(1):118–131. doi: 10.1093/brain/aww278. [DOI] [PubMed] [Google Scholar]
  • 8.Chen J.C., Hardy P., Kucharczyk W., Clauberg M., Joshi J., Vourlas A., et al. MR of human postmortem brain tissue: correlative study between T2 and assays of iron and ferritin in Parkinson and Huntington disease. Am J Neuroradiol. 1993;14(2):275–281. [PMC free article] [PubMed] [Google Scholar]
  • 9.LeVine S.M. Iron deposits in multiple sclerosis and Alzheimer's disease brains. Brain Res. 1997;760(1-2):298–303. doi: 10.1016/s0006-8993(97)00470-8. [DOI] [PubMed] [Google Scholar]
  • 10.Bouras C., Giannakopoulos P., Good P.F., Hsu A., Hof P.R., Perl D.P. A laser microprobe mass analysis of brain aluminum and iron in dementia pugilistica: comparison with Alzheimer's disease. Eur Neurol. 1997;38(1):53–58. doi: 10.1159/000112903. [DOI] [PubMed] [Google Scholar]
  • 11.Betts M.J., Acosta-Cabronero J., Cardenas-Blanco A., Nestor P.J., Düzel E. High-resolution characterisation of the aging brain using simultaneous quantitative susceptibility mapping (QSM) and R2* measurements at 7 T. Neuroimage. 2016;138:43–63. doi: 10.1016/j.neuroimage.2016.05.024. [DOI] [PubMed] [Google Scholar]
  • 12.Schweser F., Deistung A., Lehr B.W., Reichenbach J.R. Quantitative imaging of intrinsic magnetic tissue properties using MRI signal phase: an approach to in vivo brain iron metabolism? Neuroimage. 2011;54(4):2789–2807. doi: 10.1016/j.neuroimage.2010.10.070. [DOI] [PubMed] [Google Scholar]
  • 13.Cronin M.J., Wang N., Decker K.S., Wei H., Zhu W.-Z., Liu C. Exploring the origins of echo-time-dependent quantitative susceptibility mapping (QSM) measurements in healthy tissue and cerebral microbleeds. Neuroimage. 2017;149:98–113. doi: 10.1016/j.neuroimage.2017.01.053. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Abdul-Rahman H.S., Gdeisat M.A., Burton D.R., Lalor M.J., Lilley F., Moore C.J. Fast and robust three-dimensional best path phase unwrapping algorithm. Appl Opt. 2007;46(26):6623–6635. doi: 10.1364/ao.46.006623. [DOI] [PubMed] [Google Scholar]
  • 15.Schweser F., Robinson S.D., de Rochefort L., Li W., Bredies K. An illustrated comparison of processing methods for phase MRI and QSM: removal of background field contributions from sources outside the region of interest. NMR Biomed. 2017;30(4):e3604. doi: 10.1002/nbm.3604. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16.Sun H., Wilman A.H. Background field removal using spherical mean value filtering and Tikhonov regularization. Magn Reson Med. 2014;71(3):1151–1157. doi: 10.1002/mrm.24765. [DOI] [PubMed] [Google Scholar]
  • 17.Wang S., Liu T., Chen W., Spincemaille P., Wisnieff C., Tsiouris A.J., et al. Noise effects in various quantitative susceptibility mapping methods. IEEE Trans Biomed Eng. 2013;60(12):3441–3448. doi: 10.1109/TBME.2013.2266795. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Liu T., Khalidov I., de Rochefort L., Spincemaille P., Liu J., Tsiouris A.J., et al. A novel background field removal method for MRI using projection onto dipole fields. NMR Biomed. 2011;24(9):1129–1136. doi: 10.1002/nbm.1670. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Zhou D., Liu T., Spincemaille P., Wang Y. Background field removal by solving the Laplacian boundary value problem. NMR Biomed. 2014;27(3):312–319. doi: 10.1002/nbm.3064. [DOI] [PubMed] [Google Scholar]
  • 20.Groetsch C. Boston Pitman Publication; 1984. The theory of tikhonov regularization for fredholm equations. 104 p. [Google Scholar]
  • 21.Polak D., Chatnuntawech I., Yoon J., Iyer S.S., Milovic C., Lee J., et al. Nonlinear dipole inversion (NDI) enables robust quantitative susceptibility mapping (QSM) NMR Biomed. 2020;33(12):e4271. doi: 10.1002/nbm.4271. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Robinson S.D., Bredies K., Khabipova D., Dymerska B., Marques J.P., Schweser F. An illustrated comparison of processing methods for MR phase imaging and QSM: combining array coil signals and phase unwrapping. NMR Biomed. 2017;30(4):e3601. doi: 10.1002/nbm.3601. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Milovic C., Bilgic B., Zhao B., Acosta-Cabronero J., Tejos C. Fast nonlinear susceptibility inversion with variational regularization. Magn Reson Med. 2018;80(2):814–821. doi: 10.1002/mrm.27073. [DOI] [PubMed] [Google Scholar]
  • 24.Sun H., Kate M., Gioia L.C., Emery D.J., Butcher K., Wilman A.H. Quantitative susceptibility mapping using a superposed dipole inversion method: application to intracranial hemorrhage. Magn Reson Med. 2016;76(3):781–791. doi: 10.1002/mrm.25919. [DOI] [PubMed] [Google Scholar]
  • 25.Sun H., Ma Y., MacDonald M.E., Pike G.B. Whole head quantitative susceptibility mapping using a least-norm direct dipole inversion method. NeuroImage. 2018;179:166–175. doi: 10.1016/j.neuroimage.2018.06.036. [DOI] [PubMed] [Google Scholar]
  • 26.Kruse S., Grimm R., Lake D., Manduca A., Ehman R., editors. Fast EPI based 3D MR elastography of the brain. Proceedings of the International Society for Magnetic Resonance in Medicine. 2006. [Google Scholar]
  • 27.Langkammer C., Bredies K., Poser B.A., Barth M., Reishofer G., Fan A.P., et al. Fast quantitative susceptibility mapping using 3D EPI and total generalized variation. Neuroimage. 2015;111:622–630. doi: 10.1016/j.neuroimage.2015.02.041. [DOI] [PubMed] [Google Scholar]
  • 28.Le Ster C., Moreno A., Mauconduit F., Gras V., Stirnberg R., Poser B.A., et al. Comparison of SMS-EPI and 3D-EPI at 7T in an fMRI localizer study with matched spatiotemporal resolution and homogenized excitation profiles. PLOS ONE. 2019;14(11):e0225286. doi: 10.1371/journal.pone.0225286. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Lustig M., Donoho D., Pauly J.M. Sparse MRI: the application of compressed sensing for rapid MR imaging. Magn Reson Med. 2007;58(6):1182–1195. doi: 10.1002/mrm.21391. [DOI] [PubMed] [Google Scholar]
  • 30.Bilgic B., Gagoski B.A., Cauley S.F., Fan A.P., Polimeni J.R., Grant P.E., et al. Wave-CAIPI for highly accelerated 3D imaging. Magn Reson Med. 2015;73(6):2152–2162. doi: 10.1002/mrm.25347. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Bilgic B., Langkammer C., Wald L.L., Setsompop K., editors. Single-step QSM with fast reconstruction. Third International Workshop on MRI Phase Contrast & Quantitative Susceptibility Mapping. 2014. [Google Scholar]
  • 32.Elkady A.M., Sun H., Wilman A.H. Importance of extended spatial coverage for quantitative susceptibility mapping of iron-rich deep gray matter. Magn Reson Imaging. 2016;34(4):574–578. doi: 10.1016/j.mri.2015.12.032. [DOI] [PubMed] [Google Scholar]
  • 33.Liu Z., Kee Y., Zhou D., Spincemaille P., Wang Y. Preconditioned QSM to determine a large range of susceptibility over the entire field of view from total field. Proc Int SocMagn Reson Med. 2016;24:0032. [Google Scholar]
  • 34.Liu J., Liu T., de Rochefort L., Ledoux J., Khalidov I., Chen W., et al. Morphology enabled dipole inversion for quantitative susceptibility mapping using structural consistency between the magnitude image and the susceptibility map. Neuroimage. 2012;59(3):2560–2568. doi: 10.1016/j.neuroimage.2011.08.082. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35.Shmueli K., de Zwart J.A., van Gelderen P., Li T.Q., Dodd S.J., Duyn J.H. Magnetic susceptibility mapping of brain tissue in vivo using MRI phase data. Magn Reson Med. 2009;62(6):1510–1522. doi: 10.1002/mrm.22135. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Karsa A., Punwani S., Shmueli K. The effect of low resolution and coverage on the accuracy of susceptibility mapping. Magn Reson Med. 2019;81(3):1833–1848. doi: 10.1002/mrm.27542. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Xu L., Ren J.S., Liu C., Jia J. Deep convolutional neural network for image deconvolution. Adv Neural Inform Process Syst. 2014;27:1790–1798. [Google Scholar]
  • 38.Bollmann S., Rasmussen K.G.B., Kristensen M., Blendal R.G., Ostergaard L.R., Plocharski M., et al. DeepQSM – using deep learning to solve the dipole inversion for quantitative susceptibility mapping. Neuroimage. 2019;195:373–383. doi: 10.1016/j.neuroimage.2019.03.060. [DOI] [PubMed] [Google Scholar]
  • 39.Yoon J., Gong E., Chatnuntawech I., Bilgic B., Lee J., Jung W., et al. Quantitative susceptibility mapping using deep neural network: QSMnet. Neuroimage. 2018;179:199–206. doi: 10.1016/j.neuroimage.2018.06.030. [DOI] [PubMed] [Google Scholar]
  • 40.Liu T., Spincemaille P., De Rochefort L., Kressler B., Wang Y. Calculation of susceptibility through multiple orientation sampling (COSMOS): a method for conditioning the inverse problem from measured magnetic field map to susceptibility source image in MRI. Magn Reson Med. 2009;61(1):196–204. doi: 10.1002/mrm.21828. [DOI] [PubMed] [Google Scholar]
  • 41.Gao Y., Zhu X., Moffat B.A., Glarin R., Wilman A.H., Pike G.B., et al. xQSM: quantitative susceptibility mapping with octave convolutional and noise-regularized neural networks. NMR Biomed. 2021;34(3):e4461. doi: 10.1002/nbm.4461. [DOI] [PubMed] [Google Scholar]
  • 42.Chen Y., Fan H., Xu B., Yan Z., Kalantidis Y., Rohrbach M., et al., editors. Drop an octave: reducing spatial redundancy in convolutional neural networks with octave convolution. Proceedings of the IEEE/CVF International Conference on Computer Vision. 2019. [Google Scholar]
  • 43.Ronneberger O., Fischer P., Brox T., editors. U-net: convolutional networks for biomedical image segmentation. International conference on medical image computing and computer-assisted intervention. Springer; 2015. [Google Scholar]
  • 44.Schweser F., Sommer K., Deistung A., Reichenbach J.R. Quantitative susceptibility mapping for investigating subtle susceptibility variations in the human brain. Neuroimage. 2012;62(3):2083–2100. doi: 10.1016/j.neuroimage.2012.05.067. [DOI] [PubMed] [Google Scholar]
  • 45.Liu C., Wei H., Gong N.-J., Cronin M., Dibb R., Decker K. Quantitative susceptibility mapping: contrast mechanisms and clinical applications. Tomography. 2015;1(1):3. doi: 10.18383/j.tom.2015.00136. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 46.Haacke E.M., Xu Y., Cheng Y.C.N., Reichenbach J.R. Susceptibility weighted imaging (SWI) Magn Reson Med. 2004;52(3):612–618. doi: 10.1002/mrm.20198. [DOI] [PubMed] [Google Scholar]
  • 47.Li W., Wang N., Yu F., Han H., Cao W., Romero R., et al. A method for estimating and removing streaking artifacts in quantitative susceptibility mapping. Neuroimage. 2015;108:111–122. doi: 10.1016/j.neuroimage.2014.12.043. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 48.Wei H., Cao S., Zhang Y., Guan X., Yan F., Yeom K.W., et al. Learning-based single-step quantitative susceptibility mapping reconstruction without brain extraction. NeuroImage. 2019;202:116064. doi: 10.1016/j.neuroimage.2019.116064. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 49.Chen Y., Jakary A., Avadiappan S., Hess C.P., Lupo J.M. QSMGAN: improved quantitative susceptibility mapping using 3D generative adversarial networks with increased receptive field. NeuroImage. 2020;207:116389. doi: 10.1016/j.neuroimage.2019.116389. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 50.Jung W., Bollmann S., Lee J. Overview of quantitative susceptibility mapping using deep learning: current status, challenges and opportunities. NMR Biomed. 2020:e4292. doi: 10.1002/nbm.4292. [DOI] [PubMed] [Google Scholar]
  • 51.Lai K.W., Aggarwal M., van Zijl P., Li X., Sulam J. Learned proximal networks for quantitative susceptibility mapping. Med Image Comput Comput Assist Interv. 2020;12262:125–135. doi: 10.1007/978-3-030-59713-9_13. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

mmc1.docx (443.7KB, docx)

Articles from Zeitschrift für medizinische Physik are provided here courtesy of Elsevier

RESOURCES