Abstract
Influenced by poor radio frequency field uniformity and gradient-driven eddy currents, intensity inhomogeneity (or bias field) and noise appear in brain magnetic resonance (MR) image. However, some traditional fuzzy c-means clustering algorithms with local spatial constraints often cannot obtain satisfactory segmentation performance. Therefore, an objective function based on spatial coherence for brain MR image segmentation and intensity inhomogeneity correction simultaneously is constructed in this paper. First, a novel similarity measure including local neighboring information is designed to improve the separability of MR data in Gaussian kernel mapping space without image smoothing, and the similarity measure incorporates the spatial distance and grayscale difference between cluster centroid and its neighborhood pixels. Second, the objective function with an adaptive nonlocal spatial regularization term is drawn upon to compensate the drawback of the local spatial information. Meanwhile, bias field information is also embedded into the similarity measure of clustering algorithm. From the comparison between the proposed algorithm and the state-of-the-art methods, our model is more robust to noise in the brain magnetic resonance image, and the bias field is also effectively estimated.
1. Introduction
Magnetic resonance image has been widely used in diagnostic imaging for general check-up in clinical application, especially the detection and diagnosis of brain diseases. The volume change for brain tissues often indicates various diseases [1], such as brain tumor, leukoencephalopathy, olivopontocerebellar atrophy (OPCA), etc. Therefore, brain tissue segmentation of MR image has become a very important medical treatment step. However, brain MR image has some lacks such as noise, intensity inhomogeneity, low contrast, the partial volume effect, and so on, which brings serious obstacles to segment the brain MR images. To this end, the multitudinous brain MR image segmentation methods have been put forward by using the theory of fuzzy set, random field, and level set.
Currently, there are two popular methods-based models for medical image segmentation: the random field theory [2–4] and the fuzzy c-means (FCM) algorithm. Random field is density-based unsupervised method where it finds the maximum likelihood estimate of the parameters from a given dataset. However random field algorithm has the disadvantages in high complexity and slow convergence and will drop into local optimization. FCM clustering is another efficient method used in image segmentation because it has robust characteristics for ambiguity and can retain much more information than random field algorithm [5]. Therefore, FCM has been widely applied in different types of image segmentation [6–8]. The neighboring pixels in an image are highly correlated, i.e., the pixels in the immediate neighborhood possess nearly the same feature data. Therefore, the spatial relationship of neighboring pixels is an important characteristic that can be of great aid in imaging segmentation. However, the conventional FCM algorithm does not fully utilize this spatial information. Pedrycz and Waletzky [9] took advantage of the available classified information and actively applied it as part of their optimization procedures. Szilagyi et al. [10] proposed the enhanced FCM (EnFCM) algorithm to accelerate the image segmentation process in which the pixels of an image are replaced the gray-level histogram and the statistical number and calculation are much smaller than FCM. In order to further reduce the computation time and improve the parameter inflexibility, Cai et al. [11] presented a fast generalized FCM (FGFCM) method, and FGFCM introduced a flexible locality factor Sij incorporating simultaneously both the gray-level difference and spatial distance in a local window. Ji et al. [12] proposed a robust spatially constrained fuzzy c-means (RSCFCM) algorithm for brain MR image segmentation. First, a spatial factor is constructed based on the posterior probabilities and prior probabilities and takes the spatial direction into account. Second, the negative log-posterior is utilized as dissimilarity function by taking the prior probabilities into account.
FCM with spatial constraint and its variants greatly improved the antinoise performance compared with FCM, but when the noise is very serious in the image, the performance of the algorithm may be worse. Therefore, the nonlocal spatial information was often used and incorporated into the distance metric of FCM in recent years [13–16]. Zhao [14] brought in a nonlocal adaptive regularization term in its energy function, and the control factor is adaptive determined to adjust the balance of the objective function. Feng et al. [15] proposed a FCM method with specific nonlocal information for the segmentation of synthetic aperture radar (SAR) image. Ma et al. [16] proposed a modified FGFCM approach by introducing nonlocal constraint term, and local distance metric and nonlocal distance metric are used, respectively, in its objective function. By introducing nonlocal constraint term, the features of image can be used more comprehensively and effectively, and the robustness to noise of FCM-based algorithm is significantly improved. However, there generally exists intensity inhomogeneity in brain MR images. Therefore, it is necessary to further design relevant algorithms to correct the intensity inhomogeneity. Sled et al. designed a set of software package for the estimation of bias field [17], and the characteristic of the method is nonparametric nonuniform intensity normalization or N3 for short; the distribution of the true tissue intensities can be achieved by an iterative method. Tustison et al. [18] improved the N3 algorithm based on modified B-spline approximation and hierarchical optimization algorithm (called N4ITK); N4ITK can also automatically perform without the priori knowledge. Liew and Hong Yan [19] introduced a spatial constraint to a fuzzy cluster method where the inhomogeneity field was modeled by a B-spline surface. The spatial pixel connectivity was implemented by a dissimilarity index, which enforced the connectivity constraint only in the homogeneous areas. Ji et al. proposed the modified possibilistic FCM (MPFCM) algorithm for bias field [20], generalized rough fuzzy c-means (GRFCM) algorithm, [21] and fuzzy local Gaussian mixture model (FLGMM) for brain MR image segmentation [22], respectively. Those methods can estimate bias field and segment the MR images simultaneously.
In this paper, a brain tissue classification and intensity inhomogeneity correction model of MR image based on spatially coherent FCM with nonlocal constraints is proposed. In this model, firstly, both the local constraint term and nonlocal regularization term about brain MR image are incorporated into the objective function, and an adaptive control factor is used to maintain the balance between them. Secondly, the similarity measure is designed in Gaussian kernel mapping space without image filtering, and the detail information and the edge of the image can be preserved well. Meanwhile, bias field model is also embedded into the objective function of clustering algorithm. Therefore, after the intensity inhomogeneity of the MR image is corrected, the segmentation accuracy is improved significantly. Experiments demonstrate that this algorithm can not only effectively estimate the bias field of MR image but also has stronger antinoise ability.
2. Preliminary Theory
2.1. Fuzzy Clustering Algorithms
Let X={x1, x2,…, xN} denote an image with N pixels, where xk is gray value of the kth pixel in the image. FCM clustering aims at partitioning X into c clusters by minimizing the following objective function:
(1) |
where vi denotes the ith cluster prototype, uik denotes the membership degree of xk belonging to ith cluster and follows ∑i=1cuik=1, c denotes the number of centers, ‖·‖ denotes the Euclidean norm, and the parameter m is a weight exponent on each fuzzy membership that determines the amount of fuzziness of the resulting partition.
Ahmed et al. proposed a modification to FCM objective function by introducing a term that allows the labeling of a pixel to be influenced by the labels in its immediate neighborhood [23]. This effect acts as a regularizer and biases the solution toward piecewise homogeneous labeling. It proved useful in segmenting images corrupted by noise. The modified objective function is given by
(2) |
where xr represents the neighbor voxels of xk and NR and Nk stand for the number of voxels in the neighborhood of the kth voxel. The parameter α controls the intensity of the neighboring effect. One disadvantage of BCFCM is that the neighborhood labeling is computed in each iteration step, something that is very time consuming.
2.2. Spatially Coherent Fuzzy c-Means Clustering (SCFCM)
In view of some drawbacks of standard FCM algorithm, a modified scheme is proposed by Despotović et al. [24]. The similarity measure Dik=‖xk − vi‖2 is replaced by Dik∗=(1 − Sik)‖xk − vi‖2 introducing a weight factor Sik, and the objective function is
(3) |
where Sik is a weight factor including both local spatial information and grayscale difference and is designed as follows:
(4) |
where Ωk denotes a local neighboring window around xk, uir denotes the membership degree of neighborhood pixels belonging to the ith cluster, akr=|xk − xr| is the absolute intensity difference between the study pixel and its neighbor, is the Manhattan distance between the coordinates of pixel xk and xr, and (pk, qk) and (pr, qr) denote the coordinates xk and xr in the image, respectively. By minimizing equation (3) by Lagrangian multiplier approach, uik and vi can be derived as shown in the following equation:
(5) |
Compared with the FCM, this algorithm has two advantages: firstly, it enhances the robustness to all kinds of noise. The constraint item of neighborhood information is included into the similarity measure, so as to effectively utilize the local information of the image. Secondly, it considers anisotropic neighborhood information, and more details and edges information can be preserved. However, the influence of bias field for MR images in segmentation algorithm is not mentioned.
2.3. Coherent Local Intensity Clustering Model
Bias field of the MR image usually embodies slowly and smoothly varying for the pixel grayscale of the local region across an image. Meanwhile, in a neighboring local window of the image, bias field can be approximately considered as a constant. Therefore, the most popular model can be described in equation (6) [25]; let Y denote the observed image, b denote the unknown bias field, X denote the true image to be restored, and n denote the additive noise.
(6) |
In the observed image, noise n is often assumed to obey Gaussian distribution with zero mean and variance σn2, and the gray level value of the true image approximately takes a constant in a local window. Therefore, the gray level of the observed image can be approximated to obey Gaussian distribution with mean bX and variance σn2. In coherent local intensity clustering (CLIC) model [26], a novel metric introducing spatially coherent local intensity convergence criterion for bias field estimation and image segmentation simultaneously is proposed. A Gaussian kernel weight parameter K(r − k) is introduced into the similarity measure of each pixel gray level xk and its neighbor pixels xr, and the objective function of CLIC is
(7) |
where brvi is the clustering prototype with bias field in the selective region Ωk, K(r − k) is the weight of a truncated Gaussian kernel allocated for the intensity xk, and the weight parameter can be defined as
(8) |
where σ denotes the standard deviation, a denotes a normalization factor to standardize Gaussian kernel, and ρ denotes a radius to measure the size of the local region.
In the CLIC model, intensity inhomogeneity of the MR image can be effectively corrected and can reduce the misclassification rate, but there are some drawbacks in CLIC. When computing the distance metric between the central pixel and its surrounding pixels in a local region, the model only used the local neighborhood information of the pixel without considering the global structure information of the entire image. As a result, the antinoise performance of this algorithm is unsatisfactory.
3. Proposed Method
The standard FCM algorithm has the shortcoming of being sensitive to noise. Though, the modified FCM algorithms are improved by adding the spatial information, it is difficult to get a satisfied segmentation result for noise robustness. Therefore, an improved FCM approach based on CLIC and SCFCM is proposed; its objective function is constructed according to the local constraint term and global regularization term; the similarity measure including local neighboring information is designed in Gaussian kernel mapping space, and brain tissue classification and intensity inhomogeneity correction can be realized simultaneously.
3.1. Nonlocal Weighted Constraint
In a discrete noisy image X={x1, x2,…, xN}, xk is the kth pixel and yk is its nonlocal weighted average value. The derivation method of the nonlocal weighted average can be acquired in [27], and the mathematical expression of yk is
(9) |
where wku indicates a search region of radius u around xk, wkl denotes nonlocal weight coefficient depending on similarity measure between xk and its neighboring pixels xl in window wku, and wkl satisfies the constraint conditions 0 ≤ wkl ≤ 1 and ∑lwkl=1. The weight coefficient wkl is computed as follows:
(10) |
where x(Nk) and x(Nl) denote the grayscale vectors in the square neighborhood Nk and Nl of radius s around xk and xl, respectively, and ‖x(Nk) − x(Nl)‖2,σ2 is the weighted Euclidean distance between x(Nk) and x(Nl); its expression is defined in equation (11). σ is the same as in equation (8), and h denotes a control factor to adjust the variation of the similarity measure wkl.
(11) |
where xp(Nk) is the pth pixel in the grayscale vectors x(Nk) and σp is defined as follows:
(12) |
where yp=mod(p, (2s+1)) and zp=floor(p, (2s+1))+1, (yp, zp) denote the coordinates of the pth component in a preselected region and d=max(|yp − s − 1|, |zp − s − 1|).
3.2. Objective Function
In order to correct bias field and classify the brain tissues simultaneously, the modified objective function-incorporated local constraint term and nonlocal regularization term is as follows:
(13) |
where uik is the membership degree of xk belonging to the ith cluster, Ωk denotes a local square region of the radius s around the center xk, bkvi is the ith cluster center in Ωk, yk denotes the nonlocal weighted average value of xk, Sik denotes the weight factor of local neighborhood information in equation (4), and the definitions of K(r − k) and bk are the same as equation (7). αk is a trade-off weight factor to adjust the balance of local neighborhood information and nonlocal constraints information, and the definition of parameter αk is
(14) |
where denotes the gray level mean of all pixels in the local region Ωk, and var(x) denotes the variance of pixel gray values in the same window. The larger the αk value is, the smaller the influence of the noise is. The factor αk can be obtained adaptively with the change of the local window Ωk without being given in advance.
Theorem 1 . —
Assume ∑i=1cuik=1, 0 ≤ uik ≤ 1, and m > 1. On the basis of Lagrange multiplier approach, equation (13) is minimized with respect to uik, vi and bk can be derived as shown in the following equation:
(15)
Proof —
According the method of Lagrange multiplier, equation (13) can be converted to unconstrained optimization problem:
(16) where λk is the Lagrange multiplier of the constraint condition ∑i=1cuik=1, by computing the partial derivatives of polynomial L in regard to uik and λk, respectively, and set ∂L/∂uik=0, ∂L/∂λk=0, as shown in the following equation:
(17)
(18) The following equation can be obtained by mathematical derivation of equation (17):
(19) Substituting equation (19) into equation (17), we obtain the following equation:
(20) And then substituting equation (20) into equation (19), the following equation can be obtained:
(21) Similarly, set ∂L/∂vi=0, that is
(22) The following equation can be obtained from equation (22) by mathematical derivation:
(23) We adopt the same mathematical derivation process to estimate bias field bk, for fixed uik and λk, and computing the partial derivative of L with respect to bk, set ∂L/∂bk=0, that is
(24) bk can be obtained from equation (24).
(25) The theorem proves to be completed.
Finally, the framework of the proposed algorithm can be summarized in Table 1.
Table 1.
Step 1. Set the number of cluster c, the exponent of fuzziness m, stopping condition of the iteration ε > 0, the radius s of local neighborhood window, and the radius u of search window in equation (11). |
Step 2. Set the iteration initial value t=0 and initialize bias field b0=1 and the center of cluster V1={v11, v21,…, vc1}. |
Step 3. Calculate nonlocal weight coefficient wklt in equation (8) and then obtain the nonlocal weighted value ykt by equation (7). |
Step 4. Update the membership degree uikt by equation (14). |
Step 5. Update the center of clustering vit by equation (14). |
Step 6. Calculate the estimated bias field bkt by equation (15). |
Step 7. If satisfying max‖Vt+1 − Vt‖ < ε, then terminate iteration; otherwise, go to step 3 and set t=t+1. |
4. Experimental Results and Analysis
In this section, several classical algorithms for intensity inhomogeneity correction and brain image segmentation are selected as the reference for comparison; bias field estimation and antinoise performance analysis for the brain MR images are the main experimental contents. For the experiments in the following sections, the related parameter values are fuzzy exponential m=2, the stop criterion ε=0.001, 3 × 3 neighborhood window, and the radius u=10 of the search window.
4.1. Bias Field Correction
4.1.1. MR Image Database
Intensity inhomogeneity is one of the problems in interfering brain MR image segmentation; in the experiments of bias field correction, the dataset is from a simulated brain database (SBD) : BrainWeb [28] in which the brain MR images have three types: T1-, T2-, and proton density- (PD-) weighted 3D data volumes. In Figure 1, the T1-weighted normal brain MR images with 181 × 217 × 181 cubic voxels, 1 mm slice thickness, 40% intensity nonuniformity, and 3% noise are used to test; all the skulls and blood vessels are already stripped ahead of image processing, and the image is segmented into four regions: white matter (WM), gray matter (GM), cerebrospinal fluid (CSF), and background.
4.1.2. Experimental Results
Figure 1 shows the results of bias field correction and segmentation for three brain MR images. Figure 1(a) shows the brain slice images from three different directions: transaxial mode, sagittal mode, and coronal mode. Figure 1(b) shows the estimated bias field, Figure 1(c) shows the final segmentation results, and Figure 1(d) shows the corrected images after removed bias field. Figure 2 shows the histogram comparison of original MR image and bias corrected images corresponding to three images in Figure 2. From Figures 1 and 2, three brain tissues are more homogeneous after bias field correction; each brain tissue approximately obeys Gaussian distribution with different mean and variance, and WM, GM, and CSF can be clearly distinguished. In addition, the histogram distribution of corrected MR image is more reasonable, from which we can see three approximative peaks representing three brain tissues.
To further validate the performance of bias field correction, three bias correction algorithms including BCFCM [23], CLIC [26], and N4ITK [18] are chosen as comparative methods, as shown in Figure 3. Figure 3(a) is a T1-weighted transaxial slice of normal brain MR image with 40% spatial inhomogeneity; its slice thickness is 1 mm and the noise level is about 2%. Figures 3(b) and 3(c) are the obtained bias inhomogeneity and the amendatory MR images by BCFCM, CLIC, N4ITK, and our method, respectively. Figure 4 shows the histograms of the image with spatial inhomogeneity and the corrected images in Figure 3. It is can be seen that the distribution of pixel gray level of blue line is more accurate than red dotted line; it indicates that all the algorithms of bias field estimation are more or less effective. However, our method is more reasonable than other three algorithms from Figure 4. Because the histogram normally should have three peaks corresponding to WM, GM, and CSF; the peak value of CSF is minimal according to tissue volume, and the gray level's mean and variance of each tissue are also obviously different.
4.2. Antinoise Performance
In the third experiment, first of all, the 104th transaxial slice of simulated T1-weighted brain MR image with 1 mm slice thickness and 7% Gaussian white noise is used to analyze the robustness to the noise, and we select four algorithms: standard FCM, BCFCM [23], CLIC [26], and SCFCM [24] as the compared algorithms. The segmentation results are exhibited in Figure 5; Figure 5(a) is a 2D transaxial slice image corrupted by 7% Gaussian noise, and the corresponding classification results by FCM, BCFCM, CLIC, SCFCM, and the proposed method are shown in the Figures 5(b)–5(f), respectively. The segmentation results of FCM, BCFCM, and CLIC are very poor because many pixels are misclassified; the segmentation result by SCFCM is better than FCM, BCFCM, and CLIC; however, there are still some noisy points that need to be removed. It can be observed that the presented method has more superior segmentation effect than four classical algorithms and can effectively eliminate the influence of the noise. Furthermore, the ability of detail and edge preservation is also compared and analyzed for five algorithms; we select a local region of the MR image to observe by enlarging 3 times, and the detailed images are presented in Figure 6; it is clearly seen that Figure 6(f) is most similar subimage with the ground truth in Figure 6(g), and the vast majority of image details and edge are completely preserved.
In order to further evaluate and compare the antinoise ability of aforementioned five fuzzy clustering algorithms, we choose a brain slice image with 14% additive Gaussian white noise as the test object, as shown in Figure 7. Figure 7(a) is the noisy MR image with bias field, Figures 7(b)–7(f) are the binary images of CSF, WM, and GM after the image is segmented by five algorithms, respectively, and Figure 7(g) is the ground truth. It is clearly seen that the extraction result of each brain tissue of the proposed algorithm significantly outperformed the other algorithms and effectually overcame the disadvantageous defects of intensity inhomogeneity and noise. At the same time, an objective evaluation index JS (Jaccard similarity) [29] is adopted for comparison and quantitative analysis on the different level noise, JS is given as
(26) |
where S1 represents a set of pixels of the segmented region by a clustering algorithm, S2 denotes the set of pixels of the corresponding region acquired from the ground truth, ∩ denotes the intersection operation, and ∪ denotes the union operation. As a quantitative evaluation index, the values of JS belong to the interval of [0,1], and the higher the JS value is, the better the segmentation performance is. We selected 15 noisy brain MR images with 20% intensity nonuniformity as the experimental objects and the noise level from 5% to 30%. These images are segmented three regions: WM, GM, and CSF by FCM, BCFCM, CLIC, SCFCM, and our method, respectively; JS values comparison results are shown in Figure 8(a)–8(c). It is clearly shown that the presented approach has better matching degree with the ground truth and higher accuracy rate than other four clustering methods.
Then, we evaluate the effect of the search window radius u and the square neighborhood radius s on the performance of the proposed method. Here, we test u and s on the sets {4, 6, 8, 10, 12} and {1, 3, 5, 7}, respectively. In this experiment, the tested images perform 8 independent runs of the algorithm under each pair (u, s), and the noise level is 1% and 3%, respectively. Under each s value, the average JS curve of the algorithm with the increase of u value is shown in Figure 9. It can be found from Figure 9 that the algorithm under s = 3 and u = 10 can obtain satisfying performance on the noisy images.
In the aforementioned sections, the model is applied in the synthetic brain MR images. Next, this model is also applied to the real clinical images with noise. We selected three normal MR slice images from transaxial, coronal, and sagittal views, and these MR images are obtained from the Whole Brain Atlas clinical MR image database by the Harvard medical school [30]. Figure 10(a) shows three 2D T1-weighted brain MR slice images; the left image is a transaxial slice, the right image is a coronal slice, and the middle image is a sagittal slice. The segmentation results of brain slice images are given in Figure 10(b)–10(e) by BCFCM, HMRF-EM, SCFCM, and our method, respectively. From the experimental results, it is obvious that the proposed method can effectively segment each brain tissues as well as preserve more detail information of the original MR image. Furthermore, the experimental results of brain tissues in real MR images also further prove the robustness to noise of the proposed method.
5. Conclusion
Brain MR imaging has wide clinical application as an effective medical imaging diagnostic technique; however, the real brain MR images often suffer from some interference such as noise, intensity inhomogeneity, and low contrast. Therefore, a brain tissue classification and nonuniformity field correction scheme in MR images based on spatially coherent FCM with nonlocal constraints is proposed in our study. The available information including local adjacent constraint and nonlocal global information of brain MR image is fully used in our model, and the similarity measure is designed in Gaussian kernel mapping space. Furthermore, the algorithm corrects the bias field of the MR image and improves its antinoise performance. Several experiments on the simulated brain MR images and real brain MR images have demonstrated that the proposed model can effectually overcome the effects of the noise while estimating the bias field existing in brain MR images.
Acknowledgments
This work was partially supported by the Education and Teaching Reform Project of Undergraduate Colleges and Universities in Fujian Province (Grant no. FBJG20180015) and Principal Fund Project of Minnan Normal University (Grant no. KJ18010).
Data Availability
The data used to support the findings of this study are available from the corresponding author upon request.
Conflicts of Interest
The authors declare that there are no conflicts of interest regarding the publication of this paper.
References
- 1.Srinivasan S. V., Narasimhan K., Balasubramaniyam R., Rishi Bharadwaj S. Advances in Intelligent Systems and Computing. Berlin, Germany: Springer; 2015. Diagnosis and segmentation of brain tumor from MR image; pp. 687–693. [Google Scholar]
- 2.Balafar M. A., Ramli A. R., Mashohor S. Brain magnetic resonance image segmentation using novel improvement for expectation maximizing. Neurosciences. 2011;16(3):242–247. [PubMed] [Google Scholar]
- 3.Monaco J. P., Madabhushi A. Class-specific weighting for markov random field estimation: application to medical image segmentation. Medical Image Analysis. 2012;16(8):1477–1489. doi: 10.1016/j.media.2012.06.007. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Xie M., Gao J., Zhu C., Zhou Y. A modified method for MRF segmentation and bias correction of MR image with intensity inhomogeneity. Medical & Biological Engineering & Computing. 2015;53(1):23–35. doi: 10.1007/s11517-014-1198-y. [DOI] [PubMed] [Google Scholar]
- 5.Balafar M. A. Fuzzy C-mean based brain MRI segmentation algorithms. Artificial Intelligence Review. 2014;41(3):441–449. doi: 10.1007/s10462-012-9318-2. [DOI] [Google Scholar]
- 6.Ji Z., Xia Y., Chen Q., Sun Q., Xia D., Feng D. D. Fuzzy c-means clustering with weighted image patch for image segmentation. Applied Soft Computing. 2012;12(6):1659–1667. doi: 10.1016/j.asoc.2012.02.010. [DOI] [Google Scholar]
- 7.Aparajeeta J., Nanda P. K., Das N. Modified possibilistic fuzzy C-means algorithms for segmentation of magnetic resonance image. Applied Soft Computing. 2016;41:104–119. doi: 10.1016/j.asoc.2015.12.003. [DOI] [Google Scholar]
- 8.Zheng J., Zhang D., Huang K., Sun Y. Adaptive image segmentation method based on the fuzzy c-means with spatial information. IET Image Processing. 2018;12(5):785–792. doi: 10.1049/iet-ipr.2017.0760. [DOI] [Google Scholar]
- 9.Pedrycz W., Waletzky J. Fuzzy clustering with partial supervision. IEEE Transactions on Systems, Man and Cybernetics, Part B (Cybernetics) 1997;27(5):787–795. doi: 10.1109/3477.623232. [DOI] [PubMed] [Google Scholar]
- 10.Szilagyi L., Benyo Z., Szilagyi S. M., et al. MR brain image segmentation using an enhanced fuzzy C-means algorithm. Proceedings of International conference of the IEEE engineering in medicine and biology society; September 2003; Cancun, MX, USA. pp. 724–726. [Google Scholar]
- 11.Cai W., Chen S., Zhang D. Fast and robust fuzzy c-means clustering algorithms incorporating local information for image segmentation. Pattern Recognition. 2007;40(3):825–838. doi: 10.1016/j.patcog.2006.07.011. [DOI] [Google Scholar]
- 12.Ji Z., Liu J., Cao G., Sun Q., Chen Q. Robust spatially constrained fuzzy c-means algorithm for brain MR image segmentation. Pattern Recognition. 2014;47(7):2454–2466. doi: 10.1016/j.patcog.2014.01.017. [DOI] [Google Scholar]
- 13.Chen Y., Li J., Zhang H., et al. Non-local-based spatially constrained hierarchical fuzzy C-means method for brain magnetic resonance imaging segmentation. IET Image Processing. 2017;10(11):865–876. doi: 10.1049/iet-ipr.2016.0271. [DOI] [Google Scholar]
- 14.Zhao F. Fuzzy clustering algorithms with self-tuning non-local spatial information for image segmentation. Neurocomputing. 2013;106(6):115–125. doi: 10.1016/j.neucom.2012.10.022. [DOI] [Google Scholar]
- 15.Feng J., Jiao L. C., Zhang X., Gong M., Sun T. Robust non-local fuzzy c-means algorithm with edge preservation for SAR image segmentation. Signal Processing. 2013;93(2):487–499. doi: 10.1016/j.sigpro.2012.08.024. [DOI] [Google Scholar]
- 16.Ma J., Tian D., Gong M., Jiao L. Fuzzy clustering with non-local information for image segmentation. International Journal of Machine Learning and Cybernetics. 2014;5(6):845–859. doi: 10.1007/s13042-014-0227-3. [DOI] [Google Scholar]
- 17.Sled J. G., Zijdenbos A. P., Evans A. C. A nonparametric method for automatic correction of intensity nonuniformity in MRI data. IEEE Transactions on Medical Imaging. 1998;17(1):87–97. doi: 10.1109/42.668698. [DOI] [PubMed] [Google Scholar]
- 18.Tustison N. J., Avants B. B., Cook P. A., et al. N4ITK: improved N3 bias correction. IEEE Transactions on Medical Imaging. 2010;29(6):1310–1320. doi: 10.1109/tmi.2010.2046908. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Liew A. W.-C., Hong Yan H. An adaptive spatial fuzzy clustering algorithm for 3-D MR image segmentation. IEEE Transactions on Medical Imaging. 2003;22(9):1063–1075. doi: 10.1109/tmi.2003.816956. [DOI] [PubMed] [Google Scholar]
- 20.Ji Z.-X., Sun Q.-S., Xia D.-S. A modified possibilistic fuzzy c-means clustering algorithm for bias field estimation and segmentation of brain MR image. Computerized Medical Imaging and Graphics. 2011;35(5):383–397. doi: 10.1016/j.compmedimag.2010.12.001. [DOI] [PubMed] [Google Scholar]
- 21.Ji Z., Sun Q., Xia Y., Chen Q., Xia D., Feng D. Generalized rough fuzzy c-means algorithm for brain MR image segmentation. Computer Methods and Programs in Biomedicine. 2012;108(2):644–655. doi: 10.1016/j.cmpb.2011.10.010. [DOI] [PubMed] [Google Scholar]
- 22.Ji Z., Xia Y., Sun Q., et al. Fuzzy local Gaussian mixture model for brain MR image segmentation. IEEE Transactions on Information Technology in Biomedicine. 2012;16(3):339–347. doi: 10.1109/TITB.2012.2185852. [DOI] [PubMed] [Google Scholar]
- 23.Ahmed M. N., Yamany S. M., Mohamed N., Farag A. A., Moriarty T. A modified fuzzy C-means algorithm for bias field estimation and segmentation of MRI data. IEEE Transactions on Medical Imaging. 2002;21(3):193–199. doi: 10.1109/42.996338. [DOI] [PubMed] [Google Scholar]
- 24.Despotovic I., Vansteenkiste E., Philips W. Spatially coherent fuzzy clustering for accurate and noise-robust image segmentation. IEEE Signal Processing Letters. 2013;20(4):295–298. doi: 10.1109/lsp.2013.2244080. [DOI] [Google Scholar]
- 25.Vovk U., Pernus F., Likar B. A review of methods for correction of intensity inhomogeneity in MRI. IEEE Transactions on Medical Imaging. 2007;26(3):405–421. doi: 10.1109/tmi.2006.891486. [DOI] [PubMed] [Google Scholar]
- 26.Li C., Xu C., Anderson A. W., et al. MRI tissue classification and bias field estimation based on coherent local intensity clustering: a unified energy minimization framework. Proceedings of International Conference on Information Processing in Medical Imaging; July 2009; Williamsburg, VA, USA. Springer-Verlag; pp. 288–299. [DOI] [PubMed] [Google Scholar]
- 27.Buades A., Coll B., Morel J. M. A non-local algorithm for image denoising. Proceedings of IEEE Computer Society Conference on Computer Vision & Pattern Recognition; July 2005; San Diego, CA, USA. pp. 25–26. [Google Scholar]
- 28. BrainWeb: Simulated Brain Database, 2004, http://brainweb.bic.mni.mcgill.ca/brainweb/
- 29.Li C., Gore J. C., Davatzikos C. Multiplicative intrinsic component optimization (MICO) for MRI bias field estimation and tissue segmentation. Magnetic Resonance Imaging. 2014;32(7):913–923. doi: 10.1016/j.mri.2014.03.010. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30. A. Keith and M. D. Johnson, The Whole Brain Atlas, http://www.med.harvard.edu/aanlib/
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
The data used to support the findings of this study are available from the corresponding author upon request.