Skip to main content

Global denoising for 3D MRI

Abstract

Background

Denoising is the primary preprocessing step for subsequent application of MRI. However, most commonly-used patch-based denoising methods are heavily dependent on the degree of patch matching. Due to the large number of voxels in the 3D MRI dataset, the procedure of searching sufficient similarity patches was limited by the empirical compromising between computational efficiency and estimation accuracy, and cannot fulfill the application in multimodal MRI dataset with different SNR and resolutions.

Methods

In this study, we propose a modified global filtering framework for 3D MRI. For each denoising voxel, the similarity weighting matrix is computed using the reference patch and other patches from the whole dataset. This large weighting matrix is then approximated using the k-means clustering Nyström method to achieve computational viability.

Results

Experiments on both synthetic and in vivo MRI datasets demonstrated that the proposed adaptive Nyström low-rank approximation could achieve competitive estimation compared with exact global filter while reducing the sampling rate by four orders of magnitude. In addition, the corresponding global filter improved patches-based method in both spatial and transform domain.

Conclusion

We propose a global denoising framework for 3D MRI which extracts information from the entire dataset to restore each voxel. This large weighting matrix of the global filter is approximated using Nyström low-rank approximation with an adaptive k-means clustering sampling scheme, which significantly reduce the sampling rate as well as the running time. The proposed method is capable of denoising in multimodal MRI dataset and can be used to improve currently used patch-based methods.

Background

Magnetic resonance imaging is of ever increasing importance in clinical and research settings, owing to its accurate non-invasive 3D representation of the internal human structure. Nevertheless, MRI suffers significantly from noise arising during the acquisition procedure. Hence, denoising is used as the primary preprocessing step for subsequent clinical diagnosis and other applications, such as registration and segmentation.

A wide range of denoising methods have been proposed to estimate the latent image from noisy observations and many of them can be categorized as patch-based filters. In general, patch-based filters estimate each voxel in an MRI dataset using patches selected according to some predefined similarity criteria. For example, a non-local means filter [1] denoises images by minimizing the penalty term for the weighted distance between filtered image patches and other patches in the search window. This weighted distance was first defined as a decreasing function of the Euclidean distance between gray level intensities in the patches, and then adapted to various high-order operators to enhance the performance [25]. This strategy has also been implemented effectively in statistical methods, such as expectation–maximization-based Bayesian estimation [6] and maximum likelihood estimation [7] to promote more effective denoising of 3D MRI. On the other hand, based on the assumption that latent images have a sparse representation in some transform domain, numerous transforms have been proposed to filter noisy images. These include the discrete cosine transform (DCT) [8], principal component analysis [9], over-complete dictionaries [10], and high-order singular value decomposition [11]. The filtering process was implemented by applying a shrinkage function to the transform coefficients and recovering estimated patches with an inverse transform. For instance, the block matching in three dimensions (BM3D) method [8] collects a group of similar patches from the reference patches to construct a 3D array. After projecting the 3D array onto a 3D transform basis, the coefficients are truncated by a hard threshold and filtered patches are reconstructed by inversion of the transform.

Although promising results have been achieved, the performance of patch-based filters is still limited by the necessity of finding sufficiently similar patches. Specifically, if the similar patches cannot be effectively represented, the denoising process will be affected by mistaken truncating of the signal component or some other implementation due to a lack of redundancy provided by similar patches. Since the number of voxels of 3D MRI dataset is large, most of the currently used patch-based methods implemented a subset of the whole dataset as the searching window and compromise between computational efficiency and estimation accuracy empirically [24]. However, these predefined parameters cannot be used to fulfill various MRI dataset, especially when multimodal MRI has different signal to noise ratio (SNR) or resolutions.

Recently, another group of methods stems from the emerging theory of low-rank matrix completion, which is derived from compressed sensing theory [12], were proposed to accomplish the accurate restoration from the whole 3D dataset effectively. Low-rank matrix completion technology relies on self-similarities across different slices or frames in an MRI dataset to construct a low-rank matrix and demonstrates significant benefits for various MRI applications, including reconstruction from highly under-sampled k-t space data [13], super-resolution [14], and denoising [1517]. Lin exploited the self-similarity between multi-channel coil images and formulated denoising as a non-smooth convex optimization problem [15]. Lam incorporated low-rank modeling and an edge-preserving smoothing algorithm prior to denoising MRI data in a unified mathematical framework [16]. Recently, Talebi and Milafar [18] proposed a promising global approach based on low-rank approximation to denoise natural scene images. Rather than empirically predefining a part of the image as a search window, this global filter introduced the whole dataset as a search window and implemented a low-rank Nyström extension to approximate the large weighting matrix for practical applications [19].

In this study, we propose a modified global filtering framework for 3D MRI. The proposed framework estimates denoised voxels based on a similarity weighting matrix which is computed between the reference patches and other patches located throughout the entire dataset. Meanwhile, the large similarity weighting matrix is low-rank approximated using the Nyström method [19] to achieve computational viability. The contributions of this work are as follows: firstly, the global filtering framework is extended and applied to 3D MRI datasets. More importantly, since the computational burden is prohibitively high due to the sophisticated structure of 3D MRI data and other MRI modalities such as diffusion weighted imaging (DWI) [20], a simple and efficient sampling scheme, k-means clustering, is introduced to improve the Nyström method for applicable implementations. This adaptive sampling scheme enhances the matrix estimation accuracy and effectively improves the computational efficiency. This is significantly beneficial for global filtering.

In the remainder of this paper, we describe our global filtering framework in detail, together with the adaptive Nyström low-rank approximation. After quantitative and qualitative comparisons of the proposed global framework for multimodal MRI datasets, we consider the advantages and limitations of our proposed technique.

Methods

General model of iterative global denoising

Image denoising, as the most common image restoration problem, can be modeled as:

$${\mathbf{y}} = {\mathbf{x}} + {\mathbf{n}},$$
(1)

where y and x are column vectors in the noisy image [y 1, y 2, …, y n ]T and the ‘original’ image [x 1, x 2, …, x n ]T and n represents additive Gaussian noise. The commonly-used spatial domain denoising method can be represented using the following restoration framework:

$${\hat{\mathbf{x}}}_{i} = \arg \mathop {\hbox{min} }\limits_{{{\mathbf{x}}_{i} }} \sum\limits_{j = 1}^{n} {[{\mathbf{x}}_{i} - {\mathbf{y}}_{j} ]^{2} K_{ij} } ,$$
(2)

where the kernel K ij weights the similarity between x i and y j and \({\hat{\mathbf{x}}}_{i}\) is the estimated voxel.

This equation can be minimized by substituting the normalized weighting sum of each voxel:

$${\hat{\mathbf{x}}}_{i} = {\mathbf{w}}_{i}^{T} {\mathbf{y}} ,$$
(3)

where the weighting vector can be defined as

$${\mathbf{w}}_{i} = \frac{1}{{\sum\nolimits_{j = 1}^{n} {M_{ij} } }}[M_{i1} ,M_{i2} , \ldots ,M_{in} ]^{T} ,$$
(4)

in which \([M_{i1} ,M_{i2} , \ldots ,M_{in} ]\) denotes the ith row of the kernel M. The global denoising process for the whole image can be represented by stacking the weighting vectors:

$${\hat{\mathbf{x}}} = \left[ \begin{array}{c} {\mathbf{w}}_{1}^{T} \hfill \\ {\mathbf{w}}_{2}^{T} \hfill \\ \vdots \hfill \\ {\mathbf{w}}_{i}^{T} \hfill \\ \end{array} \right]{\mathbf{y}} = {\mathbf{Wy}},$$
(5)

where W is the denoising weighting matrix used to estimate the denoised voxel \({\hat{\mathbf{x}}}\).

While W is not generally a symmetric matrix, it can be closely approximated as a symmetric, positive definite matrix [21] and then eigen-decomposed as follows:

$${\mathbf{W}} = {\mathbf{VEV}}^{T} ,$$
(6)

where \({\mathbf{V}} = [{\mathbf{v}}_{1} , \ldots ,{\mathbf{v}}_{n} ]\) is a complete orthonormal basis for \({\mathbb{R}}^{n}\). \({\mathbf{E}} = diag[\lambda_{1} , \ldots ,\lambda_{n} ]\) contains the eigenvalues in decreasing order \(0 \le \lambda_{n} \le \cdots \le \lambda_{1} = 1\). The global denoising proposed in (5) can then be rewritten as:

$${\hat{\mathbf{x}}} = {\mathbf{Wy}} = {\mathbf{VEV}}^{T} {\mathbf{y}} ,$$
(7)

In the proposed global denoising framework, y is first projected onto the eigenvector of W; then the projected signal is manipulated with its corresponding eigenvalue, which maps back to the original domain to obtain the final estimation \({\hat{\mathbf{x}}}\). Since the filter W was performed on the leading eigenvector, the mean square error (MSE) of the global filter truncated with m leading eigenvalues can be computed as [22]:

$$MSE(m) = \sum\limits_{i = 1}^{n} {x_{i}^{2} + \sum\limits_{j = 1}^{m} {((\lambda_{j}^{2} - 2\lambda_{j} )b_{j}^{2} + \sigma^{2} \lambda_{j}^{2} )} } ,$$
(8)

where \({\mathbf{b}} = {\mathbf{V}}^{T} {\mathbf{x}} = [b_{1} , \ldots ,b_{n} ]^{T}\) contains the projected signal in all modes. However, as indicated in [16], hard threshold truncating preserves an accurate estimation of the optimal threshold, which can be used to avoid under- or over-smoothing. In this study, we introduce an iterative diffusion model [22] which can tune the filter to vary its filtering strength iteratively. The proposed global filter can then be rewritten as:

$${\hat{\mathbf{x}}} = \widehat{{\mathbf{W}}}{\mathbf{y}} = {\mathbf{V}}_{m} {\mathbf{E}}_{m}^{k} {\mathbf{V}}_{m}^{T} {\mathbf{y}} ,$$
(9)

where \({\mathbf{V}}_{m} = [{\mathbf{v}}_{1} ,{\mathbf{v}}_{2} , \ldots {\mathbf{v}}_{m} ]\), \({\mathbf{S}}_{m}^{k} = diag[\lambda_{1}^{k} ,\lambda_{2}^{k} , \ldots ,\lambda_{m}^{k} ]\), and k denotes the iteration number. When this model is used, the mean square error (MSE) can be rewritten for this iterative truncated filter as:

$$MSE(k,m) = \sum\limits_{i = 1}^{n} {x_{i}^{2} + \sum\limits_{j = 1}^{m} {((\lambda_{j}^{2k} - 2\lambda_{j}^{k} )b_{j}^{2} + \sigma^{2} \lambda_{j}^{2k} )} } ,$$
(10)

The minimization problem can then be extended to estimate the shrinkage (\(\widehat{k}\)) and truncation (\(\widehat{m}\)) factors from an estimation of the mean square error.

It is worth noting that the initial global filter proposed in (9) was designated for images corrupted by additive Gaussian noise and cannot be directly applied to MRI datasets which are corrupted by Rician noise [23]. Owing to advantages of the recently-proposed method of variance-stabilizing transforms for the Rician distribution [22], the global filter in (9) can be successfully applied to Rician noise data without any modification of the algorithm [22, 24]. The VST transform can effectively remove the dependence of noise variance for the underlying signal before denoising and can compensate for the effects of bias in the filtered results. Formally, the global filter can be expressed as follows for Rician noise:

$${\hat{\mathbf{x}}} = {{\mathbf{W}}}{\mathbf{y}} = VST^{ - 1} (({\mathbf{V}}_{m} {\mathbf{E}}_{m}^{k} {\mathbf{V}}_{m}^{T} VST({\mathbf{y}},\sigma_{R} )),\sigma_{R} ) ,$$
(11)

where VST −1 denotes the inverse of VST and \(\sigma_{R}\) is the standard deviation of the Rician noise. Thus, the noisy Rician data y is first stabilized by the VST and then filtered using the proposed global filter. The denoised results are finally obtained by applying an inverse VST to the denoising output.

It should be noted: firstly, since the global framework implemented the whole dataset to obtain the optimal similarity weight matrix, this scheme will be improvable for currently used patch-based denoising methods. Secondly, the computational burden of the proposed global framework is prohibitively high due to 3D structure of MRI dataset. As a result, we have implemented the Nyström method [19] in the following section in order to ameliorate this problem. We then introduce a k-means clustering which further improves the global framework to achieve applicable implementation for 3D MRI.

K-means Nyström approximation for global filtering

As mentioned above, the proposed global filter demands extremely high computational and storage costs. Fortunately, as mentioned previously, the proposed global framework only requires a portion of the ‘best’ eigenvectors and eigenvalues for efficient matrix approximation, rather than computing every element of W. This strategy can be effectively achieved by the Nyström method.

The Nyström method offers an efficient way to generate a low-rank approximation of the original matrix from a subset of its columns [19, 25, 26]. Given a matrix M, the eigenvectors can be estimated numerically:

$${\mathbf{M}} = {\varvec{\upgamma \upvarepsilon \upgamma }}^{T} ,$$
(12)

where \({\varvec{\upgamma}} = [\gamma_{1} , \ldots ,\gamma_{n} ]\) and \({\varvec{\upvarepsilon}} = [\varepsilon_{1} , \ldots ,\varepsilon_{n} ]\) represent the eigenvector and eigenvalue of M, respectively. Nyström suggests [19] that instead of computing all of the entries in M, the ‘best’ eigenvectors can be estimated through a sampled subset of the whole dataset, in order to obtain an approximation for \({\tilde{\mathbf{M}}}\).

Let the l × l matrix M 1 denote the similarity weights of voxels in the subimage W 1, which samples l voxels from the entire image. The (n  l) × (n  l) matrix M 2 denotes the similarity weights of voxels in subimage W 2, which contains (n  l) unsampled voxels. The l × (n  l) matrix M 12 denotes kernel weights between voxels in M 1 and M 2. The similarity matrix M can then be defined as.

$${\mathbf{M}} = \left[ \begin{aligned} {\mathbf{M}}_{1} \quad {\kern 1pt} {\kern 1pt} {\kern 1pt} {\mathbf{M}}_{12} \hfill \\ {\mathbf{M}}_{12}^{T} {\kern 1pt} {\kern 1pt} {\kern 1pt} \quad {\mathbf{M}}_{2} \hfill \\ \end{aligned} \right],$$
(13)

According to Nyström, the approximation of the ‘best’ eigenvectors of M can be defined as:

$${\tilde{\boldsymbol{\gamma}}} = \left[ \begin{array}{c}{\varvec{\upgamma}}_{1}\\ {\mathbf{M}}_{12}^{T} {\varvec{\upgamma}}_{1} {\varvec{\upvarepsilon}}_{1}^{ - 1} \end{array} \right],$$
(14)

where \({\mathbf{M}}_{1} = {\varvec{\upgamma}}_{1} {\varvec{\upvarepsilon}}_{1} {\varvec{\upgamma}}_{1}^{T}\) and the approximation of \({\tilde{\mathbf{M}}}\) can then be obtained as:

$${\tilde{\mathbf{M}}} = {\boldsymbol{\tilde{\gamma }\varepsilon }}_{1} {\tilde{\boldsymbol{\gamma }}}^{T} = \left[ \begin{array}{ll} {\mathbf{M}}_{1} & \qquad {\mathbf{M}}_{12} \\ {\mathbf{M}}_{12}^{T} &{\mathbf{M}}_{12}^{T} {\mathbf{M}}_{1}^{ - 1} {\mathbf{M}}_{12} \\ \end{array} \right]$$
(15)

It is evident that the large matrix M 2 in (12) has been simplified to \({\mathbf{M}}_{12}^{T} {\mathbf{M}}_{1}^{ - 1} {\mathbf{M}}_{12}\). In this circumstance, the subset M is crucial to the accuracy of the matrix approximation and computational efficiency. Several methods have been proposed to define a sampling strategy for subset M. The most intuitive sampling method for Nyström approximation is uniform sampling in which columns are selected using a fixed probability distribution [25]. It was implemented successfully in natural scene imagery. However, since MRI datasets contain a large background area and the informative voxels are distributed in a concentrated manor, uniform sampling cannot select informative voxels effectively. Besides uniform sampling, the dataset can be sampled non-uniformly, in which sampling is biased towards selection of the most informative columns of the matrix. For example, column-norm sampling has been implemented to analyze a singular value decomposition approximation algorithm [27], while diagonal sampling has been used to limit reconstruction error in the Nyström method [28, 29]. Unfortunately, these distributions cannot be efficiently computed in practice, except for special cases in which the dataset coincides with the sampling distribution.

In addition to fixed sampling methods, various adaptive sampling schemes have also been proposed to produce efficient low-rank approximations. The sparse greedy matrix approximation [30, 31] involves matching a pursuit algorithm to a new sample, randomly selected from a subset in successive rounds. The incomplete Cholesky decomposition [28] generates low-rank factorization through adaptive selection of columns based on potential pivots. The K-means clustering method stores centroids, which are used to generate informative columns [32].

For an MRI dataset, the informative voxels are concentrated in only a portion of the columns and the number of background voxels is large. Motivated by this observation and the fact that k-means clustering can find a local minimum in the quantization error [33], we propose using centroid voxels obtained by k-means clustering as adaptive sampled voxels in the Nyström approximation. The reasons for choosing k-means clustering for adaptive voxel sampling are threefold and can be summarized as follows: firstly, the k-means clustering ensures most of the selected voxels are located in the informative parts of the dataset and excludes redundant sampling of voxels from the background area. Secondly, the centroids obtained by k-means clustering are distributed throughout the whole dynamic range, which is more representative of the whole dataset and thus improves the estimation accuracy. Thirdly, the k-means clustering itself has been proven to be more suitable for handling large datasets with minimal quantization errors [32]. Let k be the desired number of clusters: the larger k, the more accurate the approximation, together with higher computational burden. To explore the effectiveness of the proposed k-means clustering method, a quantitative comparison including uniform sampling and adaptive sampling, namely the sparse greedy matrix approximation and incomplete Cholesky decomposition, is proposed. The comparison was implemented using in-house MRI datasets, which included 35 different datasets from various parts of the human body. The performance of different sampling schemes using the Nyström approximation was evaluated using the relative accuracy defined in Ref. [19]:

$$\textit{Relative Accuracy} = \frac{{\left\| {{\mathbf{K}} - {\mathbf{K}}_{(r)} } \right\|_{F} }}{{\left\| {{\mathbf{K}} - {\tilde{\mathbf{K}}}_{(r)} } \right\|_{F} }} \times 100,$$
(16)

where K and K (r) are the actual kernel and its exact rank-r approximation, F denotes the Frobenius norm. Using the Nyström approximation, the approximated kernel \({\tilde{\mathbf{K}}}_{(r)}\) can be reconstructed using r leading eigenvectors. Note that the relative accuracy is lower-bounded by 0 and will approach 1 as a good approximation. In our experiment, r is fixed at 100, which captures more than 90 % of the spectral energy in the MRI dataset.

As demonstrated in Table 1, the k-means method achieved the best performance among all algorithms, generating the most accurate approximation in nearly every setting. When the sampling rate increased up to 20 %, the random sampling method even outperforms some adaptive methods; this fact was also observed by Zhang et al. [32]. This suggests there is a trade-off between time and space requirements.

Table 1 Nyström reconstruction accuracy for various sampling methods for MRI datasets for three l/n percentages

After approximation of the similarity matrix M, the denoising filter W can be obtained as a row-normalized kernel M as demonstrated in Eq. 4:

$${\mathbf{W}} = {\mathbf{D}}^{ - 1} {\mathbf{M}},$$
(17)

where \({\mathbf{D}} = diag\left[ {\sum\nolimits_{j = 1}^{n} {K_{1j} } ,\sum\nolimits_{j = 1}^{n} {K_{2j} } , \ldots ,\sum\nolimits_{j = 1}^{n} {K_{nj} } } \right]\). Since we have already estimated the ‘best’ eigenvectors of M, the symmetric positive definite matrix W can be estimated using the Sinkhorn algorithm [21]:

$${\mathbf{W}} = \left[ \begin{aligned} {\mathbf{W}}_{1} {\kern 1pt} {\kern 1pt} {\kern 1pt} \quad {\mathbf{W}}_{12} \hfill \\ {\mathbf{W}}_{12}^{T} {\kern 1pt} {\kern 1pt} {\kern 1pt} \quad {\mathbf{W}}_{2} \hfill \\ \end{aligned} \right],$$
(18)

Finally, W is orthogonalized to achieve the final denoising filter \({\tilde{\mathbf{W}}}\). Define:

$${\mathbf{O}} = {\mathbf{W}}_{1} + {\mathbf{W}}_{1}^{ - 1/2} {\mathbf{W}}_{12} {\mathbf{W}}_{12}^{T} {\mathbf{W}}_{1}^{ - 1/2} ,$$
(19)

where \({\mathbf{W}}_{1}^{ - 1/2}\) is the symmetric positive definite square root of \({\mathbf{W}}_{1}^{{}}\) and O can be eigen-decomposed as \({\mathbf{O}} = {\mathbf{V}}_{O} {\mathbf{E}}_{O} {\mathbf{V}}_{O}^{T}\). The orthogonalized \({\tilde{\mathbf{W}}}\) can then be expressed as:

$${\tilde{\mathbf{W}}} = {\tilde{\mathbf{V}}}{\tilde{\mathbf{E}}}{\tilde{\mathbf{V}}}^{T} .$$
(20)

where \({\tilde{\mathbf{E}}} = {\mathbf{E}}_{O}\) and \({\tilde{\mathbf{V}}} = \left[ \begin{array}{c} {\mathbf{W}}_{1} \hfill \\ {\mathbf{W}}_{12}^{T} \hfill \\ \end{array} \right]{\mathbf{W}}_{1}^{ - 1/2} {\mathbf{V}}_{O} {\mathbf{E}}_{O}^{ - 1/2}\).

This global filter \({\tilde{\mathbf{W}}}\) is approximated using the leading eigenvectors and eigenvalues and can be implemented for denoising using a small sampling rate which nearly matches the performance of the exact filter.

Experiments

The proposed framework was evaluated using state-of-the-art algorithms in both synthetic and in vivo MRI datasets. In our proposed global framework, both the non-local means [2] and BM3D [8] were implemented as baseline kernels in spatial and transform domain respectively. It should be noted that any patch-based denoising method could be used in our proposed global denoising framework. The k-means clustering scheme was implemented for the Nyström approximation and the sampling rate was set to 0.0005 %, which was defined and discussed in the following section. The non-local means filter and BM3D were implemented for comparison and the parameters were set as indicated in [2] and [8], respectively.

Two open-access datasets, namely BrainWeb (simulated images) [34] and the Internet Brain Segmentation Repository (IBSR—real images) [35] were selected for comparison. In addition, a real MRI dataset containing the spinal cord and a real diffusion-weighted MRI dataset were utilized to evaluate the adaptability and robustness of the proposed framework.

For the BrainWeb dataset, T1, T2, and PD weighted 3D MRI phantoms were used. Each of these phantoms had a voxel size of 1 × 1 × 1 mm and was 181 × 217 × 181 voxels in size. To evaluate the performance of the proposed framework, the same three phantom images corrupted by different levels of Rician noise (1–15 % of maximum intensity) were used and each image was denoised using the four denoising algorithms outlined previously. The visual quality, together with the residuals (rescale to 64 gray level for better discernment) of the T1, T2, and PD weighted datasets, are shown in Figs. 1, 2 and 3, respectively. The peak signal-to-noise ratio and structural similarity index [36] were selected for quantitative comparison (see Table 2).

Fig. 1
figure 1

Denoising results for an axial slice of the T1w BrainWeb phantom (Rician noise level of 15 %). The third row demonstrates the absolute value of the residual for different methods

Fig. 2
figure 2

Denoising results for an axial slice of the T2w BrainWeb phantom (Rician noise level of 15 %). The third row demonstrates the absolute value of the residual for different methods

Fig. 3
figure 3

Denoising results for an axial slice of the PDw BrainWeb phantom (Rician noise level of 15 %). The third row demonstrates the absolute value of the residual for different methods

Table 2 PSNR and SSIM of the compared methods for different MRI modalities and Rician noise levels

For the IBSR dataset, 2 % Rician noise was added to achieve better discernment of the algorithm performance; the results are shown in Fig. 4. In addition to a visual comparison, the two horizontal profiles are also denoted.

Fig. 4
figure 4

Denoising results for the IBSR dataset. From top to bottom: original volume and enlarged target tissue, denoising results of the enlarged target tissue using NLM, G-NLM and the profile of the upper line, denoising results for the enlarged target tissue using BM3D, G-BM3D and the profile of the lower line

The real 3D MRI dataset for the spinal cord was acquired using a Siemens 3T scanner [TE = 4.7 ms, TR = 2040 ms, TI = 900 ms, voxel size = 1.0 × 1.0 × 1.0 mm, image size = 180 × 192 × 192, flip angle = 8°]. The Rician noise level was estimated to be around 3 % of the maximum gray level intensity using the method proposed by Aja-Fernández et al. [37]. Since the original dataset was already noisy, only the restored images are shown in Fig. 5. In addition to a visual comparison, the results of segmentation with a region-growing algorithm [38] are also provided. The seed point was manually selected in the center of the spinal cord area and is indicated with an asterisk.

Fig. 5
figure 5

Denoising results for the real MRI dataset of the spinal cord. From top to bottom: original volume, denoised results and corresponding segmented results using NLM and the proposed global framework, denoised results and corresponding segmented results using BM3D and the proposed global framework

The real 3D diffusion-weighted imaging dataset was obtained using a 3T Philips Intera Achieva MRI scanner (Best, The Netherlands), using an eight-element SENSE coil and a single shot echo-planar pulsed gradient spin-echo imaging sequence. Diffusion weighting was performed along 32 non-collinear directions with a value of 1000 s/mm2 (matrix size = 128 × 128, field of view = 256 × 256 mm2, TE = 60 ms, TR = 10 s, thickness = 2 mm, gap = 0, SENSE factor = 2). Diffusion tensor imaging was estimated from diffusion-weighted imaging data using a linear least-squares fitting procedure [20]. From this, the fractional anisotropy and principle direction (PD) weighted with fractional anisotropy were computed; the results are shown in Figs. 6 and 7, respectively.

Fig. 6
figure 6

Denoising results for the FA map of the DWI dataset

Fig. 7
figure 7

Denoising results for the principle direction weighted with FA of the DWI dataset

Results

Figures 1, 2 and 3 demonstrate visual evaluation of the denoising results using different MRI modalities with a 15 % noise level. It can been observed that the proposed global denoising framework improves patch-based methods (whether non-local means or BM3D) in different MRI modalities. Specifically, denoising results for the global filter feature less intensity oscillation in homogenous areas compared with the original patch-based method. This finding can be more clearly observed in residual images. Moreover, the global filter can improve denoising of patch-based methods when there are high levels of noise. This finding is also in agreement with the quantitative comparison shown in Table 1, which shows that the peak signal-to-noise ratio and the structural similarity index achieved by the global framework always achieve the best results. Finally, both edge and feature preservation can also benefit from this global filter. It can clearly be observed that the residual images in the global filter contain less structural information compared with residuals from the original NLM or BM3D. This coincided with all modalities including T1w, T2w, and PDw.

Figure 4 shows denoising results using the proposed global filter with a real MRI dataset from IBSR. Since the original images already contain noise, neither ideal residual images nor quantitative results can be obtained. As demonstrated with the synthetic dataset, the proposed global filter attains good results in terms of both noise removal and edge preservation. Similar to the results with the synthetic dataset, the denoising results from the global filter demonstrate a stable intensity in the central region of the target tissue and sharper edges. This can be better observed from line profiles which have smaller amplitude differences near the edges and attenuate the visible artifacts manifested in the image.

Figure 5 demonstrates the consistency of the proposed global framework for a real spinal cord MRI dataset. Upon close inspection of the central area, it can be seen that the denoised results using the proposed method include a more explicit boundary, which matches the results obtained with the synthetic datasets. The segmentation results in the denoised image, which produce smoother contours in the spinal cord image, may be beneficial to further applications.

Figures 6 and 7 demonstrate the effect of shape and orientation information on the diffusion tensor computed using the denoised results in diffusion-weighted imaging. The original image of the PD orientation map and the fractional anisotropy contain obvious artifacts. Compared with the results obtained using the non-local means and BM3D methods, the proposed global framework exhibits visually significant improvements in both PD and fractional anisotropy. For the two methods using the proposed global framework, the results appear smoother and preserve more fine structural detail.

Discussion

We proposed a global filtering framework for 3D MRI. Compared with commonly used patch-based methods, the proposed global filter uses all of the voxels in an input image to denoise every single voxel. Since the involvement of all voxels in the 3D MRI dataset results in a prohibitively high computational burden, we implemented a k-means clustering Nyström method to produce a low-rank approximation in order to achieve a viable algorithm.

The primary concern for efficiently generating a low-rank matrix approximation using the Nyström method is the sampling scheme. In this study, a k-means clustering algorithm was proposed as an adaptive sampling scheme, which effectively improved both estimation accuracy and computational efficiency. Compared with commonly-used fixed sampling schemes, which acquire voxels from the whole dataset, the k-means clustering method excludes redundant sampling of background voxels which form a large portion of the MRI dataset and concentrates the sampling in the informative area. Moreover, since the k-means clustering obtained centroids covering the whole dynamic range of gray levels, it ensures a fully representative selection of voxels for the Nyström approximation. From this point, a more elegant clustering algorithm, together with more effective clustering criteria, retains the potential for further improvements.

Sampling rate is another crucial factor which compromises both the approximation accuracy and computational complexity. As demonstrated in Table 1, a higher sampling rate ensures a more accurate approximation. In addition, the proposed k-means clustering sampling scheme achieved a more accurate approximation result, as a result of more effective sampling of the informative voxels. The denoising performance between the exact and approximated filter is compared in Fig. 8. The T1, T2, and PD weighted MRI phantom from the BrainWeb dataset, together with in vivo MRI and diffusion-weighted imaging datasets, were involved in this comparison. The peak signal-to-noise ratio for each dataset was normalized by the results of the exact filter. It can be seen that the discrimination of denoising performance at different sampling rates is more moderate than in the matrix approximation. Although there are slight improvements as the sampling rate is increased, a corresponding computational burden led to the selection of 0.0005 as a reasonable sampling rate. The results also suggest that the proposed Nyström method with k-means clustering can achieve nearly the same performance as the exact filter, using an applicable sampling rate for 3D MRI. This is likely because information oriented k-means clustering can provide plenty of landmark voxels for sampling, thereby improving the sampling efficiency.

Fig. 8
figure 8

Comparison of the denoising performance of the exact and approximated filter for BrainWeb T1w, T2w, PDw phantom, and real MRI and DWI datasets. Note that the dataset is corrupted with 20 % Rician noise, the sampling rate is computed as p = n/100, and PSNR is normalized by the results of the exact filter

Finally, the runtime for the proposed global filter, as demonstrated in Table 3, is reasonable for a typical 181 × 217 × 181 3D MRI dataset using an Intel Core i7 CPU platform and matlab R2013b. With the above setting, the proposed G-NLM and G-BM3D required 18 and 8 min, whereas NLM and BM3D required 40 and 14 min, respectively. However, parallelizing the computation could be implemented to further reduce processing time.

Table 3 Running time (in seconds) of the compared methods

Conclusions

We have proposed a global filtering framework for a 3D MRI dataset, which used the whole dataset to denoise each voxel. Due to its size, the large global denoising weight matrix was low-rank approximated using the Nyström method. In addition, k-means clustering was implemented as an adaptive sampling scheme to further improve the approximation accuracy and computational efficiency. The proposed global filtering framework is not restricted to any specific patch-based algorithm and our results show that it can be used to improve most patch-based methods.

References

  1. Buades A, Coll B, Morel J-M. A review of image denoising algorithms, with a new one. Multiscale Model Simul. 2005;4(2):490–530.

    Article  MathSciNet  MATH  Google Scholar 

  2. Manjón JV, Carbonell-Caballero J, Lull JJ, et al. MRI denoising using non-local means. Med Image Anal. 2008;12:514–23.

    Article  Google Scholar 

  3. Manjón JV, Coupé P, Buades A, et al. New methods for MRI denoising based on sparseness and self-similarity. Med Image Anal. 2012;16(1):18–27.

    Article  Google Scholar 

  4. Coupé P, Yger P, Prima S, et al. An optimized blockwise nonlocal means denoising filter for 3-D magnetic resonance images. IEEE Trans Med Imaging. 2008;27(4):425–41.

    Article  Google Scholar 

  5. Xi W, Shujuan L, Wu M, et al. Non-local denoising using anisotropic structure tensor for 3D MRI. Med Phys. 2013;40:101904.

    Article  Google Scholar 

  6. Awate S, Whitaker R. Feature-preserving MRI denoising: a nonparametric empirical Bayes approach. IEEE Trans Med Imag. 2007;26(9):1242–55.

    Article  Google Scholar 

  7. He L, Greenshields IR. A nonlocal maximum likelihood estimation method for Rician noise reduction in MR images. IEEE Trans Med Imag. 2009;28:165–72.

    Article  Google Scholar 

  8. Dabov K, Foi A, Katkovnik V, et al. Image denoising by sparse 3-D transform-domain collaborative filtering. IEEE Trans Image Process. 2007;16(8):2080–95.

    Article  MathSciNet  Google Scholar 

  9. Manjon J, Coupe P, Concha L, et al. Diffusion weighted image denoising using overcomplete local PCA. PLoS ONE. 2013;8(9):e73021.

    Article  Google Scholar 

  10. Elad M, Aharon M. Image denoising via sparse and redundant representations over learned dictionaries. IEEE Trans Image Process. 2006;15(12):3736–45.

    Article  MathSciNet  Google Scholar 

  11. Zhang X, Xu Z, Jia N, Yang W, Feng Q, Chen W, Feng Y. Denoising of 3D magnetic resonance images by using higher-order singular value decomposition. Med Imag Anal. 2015;19:75–86.

    Article  Google Scholar 

  12. Donoho DL. Compressed sensing. IEEE Trans Inf Theory. 2006;52(4):1289–306.

    Article  MathSciNet  MATH  Google Scholar 

  13. Lingala SG, Hu Y, DiBella E, Jacob M. Accelerated dynamic MRI exploiting sparsity and low-rank structure: k-t SLR. IEEE Trans Med Imag. 2011;30(5):1042–54.

    Article  Google Scholar 

  14. Shi F, Cheng J, Wang L, et al. LRTV: MR image super-resolution with low-rank and total variation regularizations. IEEE Tran Med Imag, 2015: 1.

  15. Fan L, Babacan SD, Haldar JP, et al. Denoising diffusion-weighted magnitude mr images using rank and edge constraints. Magn Reson Med. 2014;71:1272–84.

    Article  Google Scholar 

  16. Xu L, Wang C, Chen W, et al. Denoising multi-channel images in parallel MRI by low rank matrix decomposition. IEEE Trans Appl Supercond. 2014;24(5):1–5.

    MathSciNet  Google Scholar 

  17. Nguyen HM, Xi P, Do MN, et al. Denoising MR spectroscopic imaging data with low-rank approximations. IEEE Trans Bio-Med Eng. 2013;60(1):78–89.

    Article  Google Scholar 

  18. Talebi H, Milanfar P. Global image denoising. IEEE Trans Image Process. 2014;23(2):755–68.

    Article  MathSciNet  Google Scholar 

  19. Kumar S, Mohri M, Talwalkar A. Sampling methods for the Nyström method. J Mach Learn Res. 2012;13:981–1006.

    MathSciNet  MATH  Google Scholar 

  20. Johansen-Berg H, Behrens T. Diffusion MRI, 2ed. Cambridge: Academic Press; 2013.

  21. Milanfar P. A tour of modern image filtering: new insights and methods, both practical and theoretical. IEEE Signal Process Mag. 2013;30(1):106–28.

    Article  MathSciNet  Google Scholar 

  22. Foi A. “Noise estimation and removal in MR imaging: the variance stabilization approach,” In: 2011 IEEE International symposium on biomedical imaging: from nano to macro, p. 1809–14, 2011.

  23. Aja-Fernández S, Alberola-López C, Westin C-F. Noise and signal estimation in magnitude MRI and Rician distributed images: a LMMSE approach. IEEE Trans. Image Process. 2008;17(8):1383–98.

    Article  MathSciNet  Google Scholar 

  24. 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–33.

    Article  MathSciNet  Google Scholar 

  25. Williams C, Seeger M, “The effect of the input density distribution on kernel-based classifiers,” Proceedings of the 17th international conference on machine learning, pp. 1159–66, 2000.

  26. Kumar S, Mohri M, Talwalkar A. “Sampling techniques for the Nyström method”. In Conference on artificial intelligence and statistics, 2009.

  27. Drineas P, Ravi K, Mahoney MW. Fast Monte Carlo algorithms for matrices ii: computing a low-rank approximation to a matrix. SIAM J Comput. 2006;36(1):158–83.

    Article  MathSciNet  MATH  Google Scholar 

  28. Drineas P, Mahoney MW. On the Nyström method for approximating a Gram matrix for improved kernel-based learning. J Mach Learn Res. 2005;6:2153–75.

    MathSciNet  MATH  Google Scholar 

  29. Belabbas MA, Wolfe PJ. On landmark selection and sampling in highdimensional data analysis. Philos Trans: Math, Phys Eng Sci. 2009;367(1906):4295–312.

    Article  MathSciNet  MATH  Google Scholar 

  30. Smola AJ, Bernhard S. “Sparse greedy matrix approximation for machine learning,” In International conference on machine learning, 2000.

  31. Shai F, Katya S. Efficient svm training using low-rank kernel representations. J Mach Learn Res. 2002;2:243–64.

    MATH  Google Scholar 

  32. Zhang K, Tsang I, Kwok J, “Improved Nystrom low-rank approximation and error analysis,” ICML; 2008. p. 1232–39.

  33. Gersho A, Gray R. Vector quantization and signal compression. Boston: Kluwer Academic Press; 1992.

    Book  MATH  Google Scholar 

  34. Kwan RK, Evans AC, Pike GB. MRI simulation-based evaluation of image-processing and classification methods. IEEE Trans Med Imaging. 1999;18:1085–97.

    Article  Google Scholar 

  35. Worth AJ. MGH CMA internet brain segmentation repository (IBSR). 2010. http://www.cma.mgh.harvard.edu/ibsr/

  36. Zhou W, Bovik AC, Sheikh HR, et al. Image quality assessment: from error visibility to structural similarity. IEEE Trans Image Process. 2004;13:600–12.

    Article  Google Scholar 

  37. Aja-Fernández S, Alberola-López C, Westin C-F. Noise and signal estimation in magnitude MRI and RICIAN distributed images: a LMMSE approach. IEEE Trans Image Process. 2008;17:1383–98.

    Article  MathSciNet  Google Scholar 

  38. Gonzalez RC, Woods RE. Digital Image Processing. 2nd ed. NJ: Prentice Hall; 2002.

    Google Scholar 

Download references

Authors’ contributions

XW conceived and designed this study and is responsible for the manuscript, ZY and JP participated in the analysis of the DWI dataset and real dataset respectively, JZ participated in the conception and design of this work and helped to draft the manuscript. All authors read and approved the final manuscript.

Acknowledgements

This work was supported by the National Basic Research Program of China (973 Program) 2014CB360506, National Science Foundation of China (Grant No. 61303126).

Competing interests

The authors declare that they have no competing interests.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Jiliu Zhou.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Wu, X., Yang, Z., Peng, J. et al. Global denoising for 3D MRI . BioMed Eng OnLine 15, 54 (2016). https://doi.org/10.1186/s12938-016-0168-z

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12938-016-0168-z

Keywords