Skip to main content
Erschienen in: BMC Medical Imaging 1/2018

Open Access 01.12.2018 | Research article

Automatic brain tissue segmentation based on graph filter

verfasst von: Youyong Kong, Xiaopeng Chen, Jiasong Wu, Pinzheng Zhang, Yang Chen, Huazhong Shu

Erschienen in: BMC Medical Imaging | Ausgabe 1/2018

Abstract

Background

Accurate segmentation of brain tissues from magnetic resonance imaging (MRI) is of significant importance in clinical applications and neuroscience research. Accurate segmentation is challenging due to the tissue heterogeneity, which is caused by noise, bias filed and partial volume effects.

Methods

To overcome this limitation, this paper presents a novel algorithm for brain tissue segmentation based on supervoxel and graph filter. Firstly, an effective supervoxel method is employed to generate effective supervoxels for the 3D MRI image. Secondly, the supervoxels are classified into different types of tissues based on filtering of graph signals.

Results

The performance is evaluated on the BrainWeb 18 dataset and the Internet Brain Segmentation Repository (IBSR) 18 dataset. The proposed method achieves mean dice similarity coefficient (DSC) of 0.94, 0.92 and 0.90 for the segmentation of white matter (WM), grey matter (GM) and cerebrospinal fluid (CSF) for BrainWeb 18 dataset, and mean DSC of 0.85, 0.87 and 0.57 for the segmentation of WM, GM and CSF for IBSR18 dataset.

Conclusions

The proposed approach can well discriminate different types of brain tissues from the brain MRI image, which has high potential to be applied for clinical applications.
Abkürzungen
CSF
Cerebrospinal fluid
DSC
Dice similarity coefficient
FSL
FMRIB Software Library
GM
Grey matter
IBSR
Internet Brain Segmentation Repository
INU
Intensity non-uniformity
MRI
Magnetic resonance imaging
RSV
Regularity preserved supervoxel
SLIC
Simple linear iterative clustering
SPM
Statistical Parametric Mapping
WM
White matter

Background

Magnetic resonance imaging (MRI) has been widely employed to examine the anatomical structures of the human brain in both clinical application and neuroscience research [1, 2]. Compared to other medical imaging modalities, MRI has the advantage of the high spatial resolution and well soft-tissue contrasts [3, 4]. This powerful technique can yield exquisite differentiation between different types of tissues, including white matter (WM), grey matter (GM) and cerebrospinal fluid (CSF). Accurate segmentation of these tissues is of significant importance in the several applications [57]. Manual segmentation is extremely time-consuming due to millions of voxels in the brain MRI image. Besides, the segmentation result is prone to substantial intra-observer and inter-observer variation. Therefore, it is essential to propose an effective approach for automatic and accurate segmentation of brain tissues from the MRI image.
Accurate segmentation can be challenging due to the tissue heterogeneity, which is caused by noise, bias filed and partial volume effects in brain MRI [8, 9]. To overcome these issues, great deals of efforts have been made to propose a number of approaches for brain tissue segmentation in the past two decades. These methods can be mainly categorized into three main-streams, i.e. level set methods [10], classification approaches [1113] and atlas based methods [14]. The level set methods in natural images are extent to the brain tissue segmentation, which are sensitive to user initialization and parameter settings [10]. Several clustering methods have been employed for brain tissue segmentation, such as the Gaussian mixture model [11] and fuzzy C-means [12]. Besides, the tissue atlases have been employed to propose effective segmentation methods to enable accurate segmentation of tissues [14].
The existing voxel-vise segmentation approach for MRI have drawbacks in neglecting the spatial information among data. Fortunately, the promising supervoxel technique provides a possible solution to make use of the statistical information of the local regions. In the past decade, this technique has been increasingly employed for natural image processing and analysis in the fields of computer vision and machine learning [1517]. This powerful technique can group similar voxels into a meaningful supervoxel. The brain MRI image consists of approximately piecewise constant regions, which is suitable for generating appropriate supervoxels. Therefore, the supervoxel technique has been recently utilized for several brain MRI analysis applications, such as segmentation, registration and functional parcellation [1821]. However, with approach supervoxels, it is still challenging to enable robust segmentation due to the tissue heterogeneity [22, 23].
To cope with these issues, this paper proposes an effective algorithm for the brain tissue segmentation based on supervoxel and graph filter. A novel distance metric is proposed to develop an efficient and effective supervoxel generation method to suppress the noise in the MRI image. After computing features from each supervoxel, a graph filter algorithm is employed to classify these supervoxels into different types of brain tissues. Experiments on two widely utilized MRI dataset demonstrate the superior performance of the proposed approach compared to the state-of-art voxel-vise and supervoxel based brain MRI segmentation algorithms. The proposed method achieves mean dice similarity coefficient (DSC) of 0.94, 0.92 and 0.90 for the segmentation of white matter (WM), grey matter (GM) and cerebrospinal fluid (CSF) for BrainWeb 18 dataset, and mean DSC of 0.85, 0.87 and 0.57 for the segmentation of WM, GM and CSF for IBSR18 dataset.

Methods

Materials

The MRI datasets in this study includes the BrainWeb 18 MRI dataset [24] and the Internet Brain Segmentation Repository (IBSR) dataset [25]. The BrainWeb 18 dataset has 18 MRI images from the McConnell Brain Imaging Centre. The images are simulated with different level of noise ranging from 0 to 9% and with an intensity non-uniformity (INU) level of 0, 20% or 40%. Each image includes 181 × 217 × 60 voxels with 1 mm × 1 mm × 1 mm. The IBSR dataset is consisting of 18 real MRI images derived from healthy subjects. Each MRI volume has a size of 256 × 256 × 128 voxels with 1 mm × 1 mm × 2 mm. All the images in the two datasets are provided with the ground truth tissue segmentation of WM, GM and CSF.

Methods

The proposed method mainly includes two steps, i.e. supervoxel generation and supervoxel classification. An effective supervoxel algorithm is first employed to over segment the brain MRI volume into a number of small compact supervoxels with homogenous appearance. These supervoxels are then classified into different types of tissues based on graph filter.

Supervoxel generation for brain MRI

In the past decade, a number of algorithms have been proposed to generate meaningful supervoxels with homogeneous regions. The commonly used algorithms are normalized cuts, mean shift, turbo pixels and the simple linear iterative clustering (SLIC) method. Normalized cuts [26] recursively partitions a graph to globally minimize the cost function. Its high computational complexity limits its application for images with a large size. Mean shift [27] is a gradient based method, which generates supervoxels by recursively moving to the kernel smoothed centroid. This approach cannot control the size and the compactness of supervoxels, which may produce irregular supervoxels. The turbo pixel method [28] perform supervoxel generation by evolving the geometric flow from seeds sampled uniformly on the image plane. The SLIC method [29] employs the k-means clustering to classify neighborhood voxels into each seed for generating compact supervoxels. This efficient method can control the number and compactness of the supervoxels.
Among these methods, the SLIC method has been widely applied for the high dimensional MRI images due to its efficiency [3032]. SLIC initially generates a number of cluster centers sampled at regular intervals of length at each dimension of the image plane or volume. The length L is calculated by the number of voxel N and the number of supervoxels q as \( L=\sqrt[3]{N/q} \). The cluster centers are then perturbed to the lowest position in a neighborhood to avoid placing them at an edge. The voxel within a 2L × 2L × 2L area round the center on the xyz plane are clustered into each supervoxel based on their intensity and location similarity, which guarantees the homogeneity and compactness of supervoxels. After clustering all the voxels into the nearest cluster center, a new center is calculated as the average intensity and spatial positions of all the voxels belonging to this cluster. The process of clustering is iteratively repeated until that the distance between the new centers and the previous ones is smaller than a threshold.
In the SLIC algorithm, images are considered as approximately uniform for homogeneous regions. However, MRI images are always contaminated by the Rician noise in the imaging process. The voxel similarity measurements in the SLIC method may be unreliable on MRI images. To overcome this problem, a novel voxel similarity measurement is proposed to suppress the noise as
$$ {\displaystyle \begin{array}{c}{d}_{int}=\left\Vert {G}^{\ast }{I}_{N_i}-{I}_c\right\Vert \\ {}d={d}_{int}+\gamma {d}_{\mathrm{spa}}\end{array}} $$
(1)
where \( {I}_{N_i} \) represent the intensity matrices of the cubic image patches with central voxel N i and I c denotes the intensity of seed c. Function G represents the standard Gaussian kernel and ∗ denotes the convolution operator. The intensity distance between the voxel N i and the seed c is denoted as d int , and the spatial similarity between the voxels and seed is represented as d spa . A regularization parameter γ is introduced to weigh the relative importance between voxel intensity and the spatial proximity. The regularization parameter is set 0.2 empirically in this study. The parameter of Gaussian kernel is adopted to the noise level estimated using the median absolute deviation method [33].
Figure 1 illustrates the supervoxels generated from a noisy brain MRI image using the SLIC, monoSLIC [34], regularity preserved supervoxel (RSV) method [35] and our proposed method. It can be easily seen that the original SLIC method is sensitive to the noise, and generate irregular supervoxels. MonoSLIC and RSV methods can generate regular supervoxels with a bad adherence of the tissue boundaries, especially at the cortex regions. Our approach can guarantee the boundaries of supervoxels to adhere well the brain tissue boundaries in image. Furthermore, our suepervoxel algorithm makes the size of supervoxel as regular as possible. The proposed supervoxel technique has high potential to be applied for the MRI images of other organs or other medical images, such as computed tomography and ultrasound imaging [36, 37].

Supervoxel classification based on graph filter

After generating supervoxels for the 3D brain MRI image, it is essential to develop an effective approach to classify these supervoxels into different types of tissues to enable an accurate segmentation. Here we propose to classify these supervoxels based on an effective graph filter approach [38]. An undirected weighted graph G = {V,A} is constructed for the MRI image. As there are huge number of voxels in the brain MRI volume, we construct a graph among the above generated supervoxels, which can highly reduce the computational complexity. The nodes V = {v1, v2, …, v N } of the graph are supervoxels, and A is a N × N weighted adjacency matrix. Each node is represented by the intensity features derived from the corresponding supervoxel. The weight between each node is obtained by computing the similarity between the nodes using the radial basis function between the features
$$ \mathrm{A}\left(i,j\right)=\exp \left\{-\frac{{\left({v}_i-{v}_j\right)}^2}{2\alpha}\right\} $$
(2)
where vi represents the value of feature in node i and α represents hyper parameter. As the supervoxels in the same class have similar features, each node is only connected to K nearest neighbors in the graph.
Similar to traditional digital signal processing, filters can be performed on the graph signal. It has been demonstrated that a graph filter H can be linear and shift invariant with the assumption of the equation between the characteristic and minimal polynomials of the adjacency matrix. The graph filter is defined as
$$ \mathrm{H}=\mathrm{h}\left(\mathrm{A}\right)={\sum}_{l=0}^L{h}_l{A}^l $$
(3)
where A is the adjacency matrix, and L represents the taps of filter.
This study proposes a semi-supervised segmentation approach with a few number of known labels. The segmentation is performed by classification of supervoxels using an adaptive graph filter. The graph filter propagates the nodes of known labels to predict the nodes of unknown labels, defined as
$$ {s}^{predict}=\mathrm{h}\left(\mathrm{A}\right){s}^{known} $$
(4)
The optimal taps can be adaptively determined by adaptively constructing filter based on the initial labels. For the nodes V known of the the initial known labels, the the label s known is set to − 1 or 1 and the unknown labels are set to 0. A smaller subset of training nodes V train is selected from the nodes with known labels V known . A graph filter can be found from the training nodes that correctly classify the nodes in V known . An adaptive filter can thus be estimated from the selected training nodes with a least square minimization problem
$$ argmin\ \left\Vert Dh(A)\ {s}^{train}-{1}_N\right\Vert $$
(5)
where D =  diag (s known ) is the diagonal matrix with initial known labels on its main diagonal. The binary classifier can be extent to the multi-class classification in brain tissue segmentation by the one-against-all strategy.

Results

The performance of the proposed method was evaluated on two widely used datasets, including the BrainWeb 18 MRI dataset [24] and the Internet Brain Segmentation Repository (IBSR) dataset [25]. The number of supervoxel was set to 4000 empirically for these two datasets in the experiments and the taps of filter L was set to 4 in the experiments.
The performance of the proposed approach is compared with other state-of-the-arts, including two voxel-wise methods and one promising supervoxel based methods. The two voxel-wise methods are the FMRIB Software Library v5.0 (FSL) [39] and Statistical Parametric Mapping (SPM8) [40], which are widely used in the neuroscience community. The FSL software employs expectation maximization algorithm with hidden Markov random field model for segmentation. The SPM8 tool utilizes atlas based approach with the probabilistic atlases of brain tissues. The supervoxel based method is a recently developed approach especially for brain tissue segmentation [20].
Figure 2 illustrates the brain tissue segmentation results of the image volume with a noise level of 9% and an INU level of 40% from the BrainWeb dataset. In the figure, the 2D axial, sagittal and coronal views of 3D segmentation results are shown for visual inspections using the itk-snap tool [41]. The first and second columns are the image and the ground truth of the segmentation with red, green, blue voxels corresponding to CSF, GM and WM tissues, respectively. The third, fourth, fifth, sixth, seventh and eighth column illustrate the segmentation results of the FSL, FSL on denoised data, SPM8, SPM8 on denoised data, ITDS methods and our proposed algorithm. As the ground truth for reference, we can observe the advantage of our proposed segmentation over other three approaches. In particular, the proposed method shows apparently better delineations of the WM and GM tissues. With the results on the denoised data with FSL (the fifth column) and SPM8(the seventh column), the FSL and SPM method cannot obtain better results on denoised MRI volumes [33]. This may be because that these two segmentation models consider the noise in the MRI volume, and the denoised data corrupt the intrinsic features.
To further assess the performance objectively, quantitative evaluation is performed by calculating the dice similarity coefficient (DSC) and volume difference ratio (VDR) [4244]. These metrics are commonly utilized benchmark evaluation strategies in the segmentation community. The DSC metric measures the similarity between automatic segmentation results and ground truth for each tissue, defined as
$$ DSC=\frac{2\times \mathrm{TP}}{2\times \mathrm{TP}+\mathrm{FP}+\mathrm{FN}} $$
(6)
The VDR metric measures the volume difference between and the ground truth and the achieved segmentation results, defined a s
$$ VDR=\frac{\left|\mathrm{FP}-\mathrm{FN}\right|}{\mathrm{TP}+\mathrm{FN}} $$
(7)
where TP, FP and FN are the numbers of true positive, false positive and false negative voxels, respectively. A higher value of DSC and a lower value of VDR represent a better correspondence to the ground truth, which denotes a higher accuracy of the segmentation results.
Tables 1 and 2 shows the performance of the segmentation results for each method on the BrainWeb18 and IBSR18 datasets, respectively. As for the BrainWeb18 dataset, the proposed method provides the highest DSC values on CSF, GM and WM, followed by SPM8, FSL and ITDS. The ITDS method using traditional SLIC supervoxel method is sensitive to the noise in the images from the BrainWeb18 dataset. As for the IBSR18 dataset, the proposed method achieves best performance in segmentation of CSF and GM, and obtains comparable accuracy of WM segmentation compared with the other three methods. The ITDS can achieve better performance than the SPM8 and FSL for the low level of noise in the images of the IBSR18 dataset. The VDR value is quite lower than other three methods for the two datasets and especially for the IBSR18 dataset. This is because that the proposed method under-estimate the CSF tissue due to the small training number of supervoxels.
Table 1
Performance of segmentation results on the BrainWeb18 dataset
 
DSC
VDR
WM
GM
CSF
WM
GM
CSF
FSL
0.91 ± 0.04
0.88 ± 0.03
0.89 ± 0.01
0.10 ± 0.08
0.08 ± 0.05
0.24 ± 0.01
SPM8
0.91 ± 0.03
0.90 ± 0.02
0.89 ± 0.03
0.06 ± 0.05
0.05 ± 0.01
0.14 ± 0.06
ITDS
0.90 ± 0.05
0.88 ± 0.05
0.88 ± 0.04
0.07 ± 0.03
0.06 ± 0.02
0.12 ± 0.05
Proposed
0.94 ± 0.01
0.92 ± 0.01
0.90 ± 0.01
0.02 ± 0.01
0.02 ± 0.01
0.04 ± 0.01
Table 2
Performance of segmentation results on the IBSR18 dataset
 
DSC
VDR
WM
GM
CSF
WM
GM
CSF
FSL
0.87 ± 0.03
0.76 ± 0.03
0.53 ± 0.06
0.11 ± 0.13
0.23 ± 0.04
1.32 ± 0.37
SPM8
0.87 ± 0.01
0.80 ± 0.04
0.55 ± 0.06
0.06 ± 0.04
0.18 ± 0.04
1.11 ± 0.39
ITDS
0.86 ± 0.02
0.81 ± 0.03
0.60 ± 0.05
0.07 ± 0.06
0.16 ± 0.05
0.75 ± 0.38
Proposed
0.85 ± 0.01
0.87 ± 0.03
0.57 ± 0.08
0.08 ± 0.05
0.04 ± 0.03
0.17 ± 0.10
TIn the above experiments, the ratio of labels is set to 0.3 for each brain MRI image. We further investigate the effect of the ratios for the segmentation accuracy in the proposed framework. The segmentation accuracies for each type of tissue are computed at the ratio of 0.02, 0.05, 0.1, 0.15, 0.2 and 0.3 for both the BrainWeb18 and IBSR18 dataset. Figures 3 and 4 illustrates the average DSC and VDR values of different volumes for the tissues of WM, GM and CSF at different ratio of known labels.
To further evaluate the effectiveness of the proposed supervoxel method, we compare the performance with the monSLIC and RSV method. All the methods generate about 4000 supervoxels, and same parameters are set with 30% labels with each types of tissues in the classification stage. For the BrainWeb datasets, the DSC values of results with the monSLIC method are 0.74, 0.71, 0.60 for WM, GM and CSF, and DSC values of results with the RSV method are 0.70, 0.72, and 0.69. For the IBSR datasets, the DSC values of results with the monSLIC method are 0.78, 0.84 and 0.53 for WM, GM and CSF, and DSC values of results with the RSV method are 0.67, 0.78 and 0.40. Our method obtains better performance than other two popular supervoxels for the two datasets.

Discussion

The results on the two commonly utilized datasets demonstrated the effectiveness of the proposed brain tissue segmentation algorithm based on both qualitative and quantitative evaluations. The performance was achieved due to the appropriate supervoxels and the effective clustering approach. At first, a novel supervoxel method was developed to suppress the influence of noise in MRI to guarantee the boundaries of supervoxels to adhere well the brain tissue boundaries in image. Secondly, an effective semi-supervised clustering algorithm was proposed based on graph filtering to classify the supervoxels into three types of tissues.
For the performance on the two datasets, there were dramatically decrease accuracy of CSF in the IBSR 18 compared with those from the BrainWeb18 dataset. There are two main reasons for such results. Firstly, the BrainWeb18 dataset is a simulated dataset, and the IBSR18 dataset is a real dataset. The BrainWeb 18 dataset can be easy segmented while it is more difficult for the IBSR18 dataset. Secondly, among the three tissues, CSF has a small number of voxels compared to GM and WM. The employed DSC and VDR values measure the overlapping ratio and volume difference between automatic segmentation results and ground truth. Therefore, a same number of wrong segmented voxels can lead to a larger decrease of the DSC values or a large increase of VDR values for CSF compared with the other two tissues.
For the supervoxel clustering, it is apparent that with a small ratio of labels, there was a relatively low segmentation performance for all three tissues. Increasing the ratio of labels can obtain consistent increasing segmentation accuracy of all the three tissues. There was a slight improvement of performance when the ratio of labels is more than 0.15, which was sufficient enough to learn the intrinsic features of different types of tissues.

Conclusions

In this paper, we have proposed an effective algorithm for brain tissue segmentation from the MRI image based on supervoxel and graph filter. An effective supervoxel algorithm was proposed to suppress the noise influence in the MRI images. The supervoxels were then classified into three types of tissues integrating features using graph filter. Qualitative and quantitative evaluations on two widely utilized MRI datasets demonstrate the superior performance of the proposed approach compared to the state-of-art brain MRI segmentation algorithms.

Acknowledgements

We acknowledge Key Laboratory of Computer Network and Information Integration, Southeast University, Ministry of Education, Nanjing, People’s Republic of China for providing us the computing platform.

Funding

The research is supported by grant BK20150650 Natural Science Foundation of Jiangsu Province, China and grant 31640028 National Natural Science Foundation of China. This work was supported in part by the State’s Key Project of Research and Development Plan under Grants 2017YFC0107900, 2017YFC0109202, in part by the Fundamental Research Funds for the Central Universities and Short-term Recruitment Program of Foreign Experts (WQ20163200398).

Availability of data and materials

The BrainWeb 18 dataset can be free downloaded from the website of http://​brainweb.​bic.​mni.​mcgill.​ca/​brainweb/​selection_​normal.​html. The IBSR18 dataset can be downloaded from http://​www.​nitrc.​org/​projects/​ibsr. The FMRIB Software Library v5.0 tool is free downloaded from http://​fsl.​fmrib.​ox.​ac.​uk/​fsl/​fslwiki. The Statistical Parametric Mapping software can be free downloaded from the website of http://​www.​fil.​ion.​ucl.​ac.​uk/​spm.
Not applicable.

Competing interests

The authors declare that they have no competing interests.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
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.
Literatur
1.
Zurück zum Zitat Yang G, Nawaz T, Barrick TR, Howe FA, Slabaugh G. Discrete wavelet transform-based whole-spectral and subspectral analysis for improved brain tumor clustering using single voxel MR spectroscopy. IEEE Trans Biomed Eng. 2015;62(12):2860–6.CrossRefPubMed Yang G, Nawaz T, Barrick TR, Howe FA, Slabaugh G. Discrete wavelet transform-based whole-spectral and subspectral analysis for improved brain tumor clustering using single voxel MR spectroscopy. IEEE Trans Biomed Eng. 2015;62(12):2860–6.CrossRefPubMed
2.
Zurück zum Zitat Zheng H, Qu XB, Bai ZJ, Liu YS, Guo D, Dong JY, et al. Multi-contrast brain magnetic resonance image super-resolution using the local weight similarity. BMC Med Imaging. 2017;17(6):1–13. Zheng H, Qu XB, Bai ZJ, Liu YS, Guo D, Dong JY, et al. Multi-contrast brain magnetic resonance image super-resolution using the local weight similarity. BMC Med Imaging. 2017;17(6):1–13.
3.
Zurück zum Zitat Wang SH, Zhang Y, Zhan TM, Phillips P, Zhang YD, Liu G, et al. Pathological brain detection by artificial intelligence in magnetic resonance imaging scanning. Prog Electromagn Res. 2016;156:105–33.CrossRef Wang SH, Zhang Y, Zhan TM, Phillips P, Zhang YD, Liu G, et al. Pathological brain detection by artificial intelligence in magnetic resonance imaging scanning. Prog Electromagn Res. 2016;156:105–33.CrossRef
4.
Zurück zum Zitat Sauwen N, Acou M, Sima DM, Veraart J, Maes F, Himmelreich U, et al. Semi-automated brain tumor segmentation on multi-parametric MRI using regularized non-negative matrix factorization. BMC Med Imaging. 2017;17(29):1–14. Sauwen N, Acou M, Sima DM, Veraart J, Maes F, Himmelreich U, et al. Semi-automated brain tumor segmentation on multi-parametric MRI using regularized non-negative matrix factorization. BMC Med Imaging. 2017;17(29):1–14.
5.
Zurück zum Zitat Kong Y, Shi L, Hui SC, Wang D, Deng M, Chu WC, et al. Variation in anisotropy and diffusivity along the medulla oblongata and the whole spinal cord in adolescent idiopathic scoliosis: a pilot study using diffusion tensor imaging. AJNR Am J Neuroradiol. 2014;35(8):1621–7.CrossRefPubMed Kong Y, Shi L, Hui SC, Wang D, Deng M, Chu WC, et al. Variation in anisotropy and diffusivity along the medulla oblongata and the whole spinal cord in adolescent idiopathic scoliosis: a pilot study using diffusion tensor imaging. AJNR Am J Neuroradiol. 2014;35(8):1621–7.CrossRefPubMed
6.
Zurück zum Zitat Magnoni S, Mac Donald CL, Esparza TJ, Conte V, Sorrell J, Macri M, et al. Quantitative assessments of traumatic axonal injury in human brain: concordance of microdialysis and advanced MRI. Brain. 2015;138(Pt 8):2263–77.CrossRefPubMedPubMedCentral Magnoni S, Mac Donald CL, Esparza TJ, Conte V, Sorrell J, Macri M, et al. Quantitative assessments of traumatic axonal injury in human brain: concordance of microdialysis and advanced MRI. Brain. 2015;138(Pt 8):2263–77.CrossRefPubMedPubMedCentral
7.
Zurück zum Zitat Deng Y, Ren ZQ, Kong YY, Bao F, Dai QH. A hierarchical fused fuzzy deep neural network for data classification. IEEE Trans Fuzzy Syst. 2017;25(4):1006–12.CrossRef Deng Y, Ren ZQ, Kong YY, Bao F, Dai QH. A hierarchical fused fuzzy deep neural network for data classification. IEEE Trans Fuzzy Syst. 2017;25(4):1006–12.CrossRef
8.
Zurück zum Zitat Wang S, Phillips P, Yang J, Sun P, Zhang Y. Magnetic resonance brain classification by a novel binary particle swarm optimization with mutation and time-varying acceleration coefficients. Biomed Tech (Berl). 2016;61(4):431–41.CrossRef Wang S, Phillips P, Yang J, Sun P, Zhang Y. Magnetic resonance brain classification by a novel binary particle swarm optimization with mutation and time-varying acceleration coefficients. Biomed Tech (Berl). 2016;61(4):431–41.CrossRef
9.
Zurück zum Zitat Wang S, Zhang Y, Liu G, Phillips P, Yuan TF. Detection of Alzheimer's disease by three-dimensional displacement field estimation in structural magnetic resonance imaging. J Alzheimers Dis. 2016;50(1):233–48.CrossRefPubMed Wang S, Zhang Y, Liu G, Phillips P, Yuan TF. Detection of Alzheimer's disease by three-dimensional displacement field estimation in structural magnetic resonance imaging. J Alzheimers Dis. 2016;50(1):233–48.CrossRefPubMed
10.
Zurück zum Zitat Li C, Huang R, Ding Z, Gatenby JC, Metaxas DN, Gore JC. A level set method for image segmentation in the presence of intensity inhomogeneities with application to MRI. IEEE Trans Image Process. 2011;20(7):2007–16.CrossRefPubMed Li C, Huang R, Ding Z, Gatenby JC, Metaxas DN, Gore JC. A level set method for image segmentation in the presence of intensity inhomogeneities with application to MRI. IEEE Trans Image Process. 2011;20(7):2007–16.CrossRefPubMed
11.
Zurück zum Zitat Greenspan H, Ruf A, Goldberger J. Constrained Gaussian mixture model framework for automatic segmentation of MR brain images. IEEE Trans Med Imaging. 2006;25(9):1233–45.CrossRefPubMed Greenspan H, Ruf A, Goldberger J. Constrained Gaussian mixture model framework for automatic segmentation of MR brain images. IEEE Trans Med Imaging. 2006;25(9):1233–45.CrossRefPubMed
13.
Zurück zum Zitat Song Z, Tustison N, Avants B, Gee J. Adaptive graph cutrs with tissue priors for brain MRI segmentation. IEEE Intern Sympo Biomed Imaging. 2006:762–5. Song Z, Tustison N, Avants B, Gee J. Adaptive graph cutrs with tissue priors for brain MRI segmentation. IEEE Intern Sympo Biomed Imaging. 2006:762–5.
14.
Zurück zum Zitat Artaechevarria X, Munoz-Barrutia A, Ortiz-de-Solorzano C. Combination strategies in multi-atlas image segmentation: application to brain MR data. IEEE Trans Med Imaging. 2009;28(8):1266–77.CrossRefPubMed Artaechevarria X, Munoz-Barrutia A, Ortiz-de-Solorzano C. Combination strategies in multi-atlas image segmentation: application to brain MR data. IEEE Trans Med Imaging. 2009;28(8):1266–77.CrossRefPubMed
15.
Zurück zum Zitat Fan Y, Huchuan L, Ming-Hsuan Y. Robust superpixel tracking. IEEE Transact Image Process. 2014;23(4):1639–51.CrossRef Fan Y, Huchuan L, Ming-Hsuan Y. Robust superpixel tracking. IEEE Transact Image Process. 2014;23(4):1639–51.CrossRef
16.
Zurück zum Zitat Deng Y, Bao F, Deng XS, Wang RP, Kong YY, Dai QH. Deep and structured robust information theoretic learning for image analysis. Ieee T Image Process. 2016;25(9):4209–21. Deng Y, Bao F, Deng XS, Wang RP, Kong YY, Dai QH. Deep and structured robust information theoretic learning for image analysis. Ieee T Image Process. 2016;25(9):4209–21.
17.
Zurück zum Zitat Li ST, Lu T, Fang LY, Jia XP, Benediktsson JA. Probabilistic fusion of pixel-level and Superpixel-level hyperspectral image classification. Ieee T Geosci Remote. 2016;54(12):7416–30.CrossRef Li ST, Lu T, Fang LY, Jia XP, Benediktsson JA. Probabilistic fusion of pixel-level and Superpixel-level hyperspectral image classification. Ieee T Geosci Remote. 2016;54(12):7416–30.CrossRef
18.
Zurück zum Zitat Mahapatra D, Schueffler P, Tielbeek J, Makanyanga J, Stoker J, Taylor S, et al. Automatic detection and segmentation of Crohn's disease tissues from abdominal MRI. IEEE Trans Med Imaging. 2013;32(12):2332-47. Mahapatra D, Schueffler P, Tielbeek J, Makanyanga J, Stoker J, Taylor S, et al. Automatic detection and segmentation of Crohn's disease tissues from abdominal MRI. IEEE Trans Med Imaging. 2013;32(12):2332-47.
19.
Zurück zum Zitat Wu W, Chen AY, Zhao L, Corso JJ. Brain tumor detection and segmentation in a CRF (conditional random fields) framework with pixel-pairwise affinity and superpixel-level features. Int J Comput Assist Radiol Surg. 2014;9(2):241–53.CrossRefPubMed Wu W, Chen AY, Zhao L, Corso JJ. Brain tumor detection and segmentation in a CRF (conditional random fields) framework with pixel-pairwise affinity and superpixel-level features. Int J Comput Assist Radiol Surg. 2014;9(2):241–53.CrossRefPubMed
20.
Zurück zum Zitat Kong Y, Deng Y, Dai Q. Discriminative clustering and feature selection for brain MRI segmentation. IEEE Signal Processing Letters. 2015;22(5):573–7.CrossRef Kong Y, Deng Y, Dai Q. Discriminative clustering and feature selection for brain MRI segmentation. IEEE Signal Processing Letters. 2015;22(5):573–7.CrossRef
21.
Zurück zum Zitat Soltaninejad M, Yang G, Lambrou T, Allinson N, Jones TL, Barrick TR, et al. Automated brain tumour detection and segmentation using superpixel-based extremely randomized trees in FLAIR MRI. Int J Comput Assist Radiol Surg. 2017;12(2):183–203.CrossRefPubMed Soltaninejad M, Yang G, Lambrou T, Allinson N, Jones TL, Barrick TR, et al. Automated brain tumour detection and segmentation using superpixel-based extremely randomized trees in FLAIR MRI. Int J Comput Assist Radiol Surg. 2017;12(2):183–203.CrossRefPubMed
22.
Zurück zum Zitat Amoroso N, Errico R, Bruno S, Chincarini A, Garuccio E, Sensi F, et al. Hippocampal unified multi-atlas network (HUMAN): protocol and scale validation of a novel segmentation tool. Phys Med Biol. 2015;60(22):8851–67.CrossRefPubMed Amoroso N, Errico R, Bruno S, Chincarini A, Garuccio E, Sensi F, et al. Hippocampal unified multi-atlas network (HUMAN): protocol and scale validation of a novel segmentation tool. Phys Med Biol. 2015;60(22):8851–67.CrossRefPubMed
23.
Zurück zum Zitat Morra JH, Tu Z, Apostolova LG, Green AE, Avedissian C, Madsen SK, et al. Validation of a fully automated 3D hippocampal segmentation method using subjects with Alzheimer's disease mild cognitive impairment, and elderly controls. NeuroImage. 2008;43(1):59–68.CrossRefPubMedPubMedCentral Morra JH, Tu Z, Apostolova LG, Green AE, Avedissian C, Madsen SK, et al. Validation of a fully automated 3D hippocampal segmentation method using subjects with Alzheimer's disease mild cognitive impairment, and elderly controls. NeuroImage. 2008;43(1):59–68.CrossRefPubMedPubMedCentral
24.
Zurück zum Zitat Kwan RK, Evans AC, Pike GB. MRI simulation-based evaluation of image-processing and classification methods. IEEE Trans Med Imaging. 1999;18(11):1085–97.CrossRefPubMed Kwan RK, Evans AC, Pike GB. MRI simulation-based evaluation of image-processing and classification methods. IEEE Trans Med Imaging. 1999;18(11):1085–97.CrossRefPubMed
25.
Zurück zum Zitat Cocosco C, Kollokian V, Kwan R, Pike G, Evans A. Brainweb: online interface to a 3D MRI simulated brain database. NeuroImage. 1997;5:425. Cocosco C, Kollokian V, Kwan R, Pike G, Evans A. Brainweb: online interface to a 3D MRI simulated brain database. NeuroImage. 1997;5:425.
26.
Zurück zum Zitat Shi J, Malik J. Normalized cuts and image segmentation. IEEE Trans Pattern Anal Mach Intell. 2000;22(8):888–905.CrossRef Shi J, Malik J. Normalized cuts and image segmentation. IEEE Trans Pattern Anal Mach Intell. 2000;22(8):888–905.CrossRef
27.
Zurück zum Zitat Comaniciu D, Meer P. Mean shift: a robust approach toward feature space analysis. IEEE Trans Pattern Anal Mach Intell. 2002;24(5):603–19.CrossRef Comaniciu D, Meer P. Mean shift: a robust approach toward feature space analysis. IEEE Trans Pattern Anal Mach Intell. 2002;24(5):603–19.CrossRef
28.
Zurück zum Zitat Lehmann F. Turbo segmentation of textured images. IEEE Trans Pattern Anal Mach Intell. 2011;33(1):16–29.CrossRefPubMed Lehmann F. Turbo segmentation of textured images. IEEE Trans Pattern Anal Mach Intell. 2011;33(1):16–29.CrossRefPubMed
29.
Zurück zum Zitat Achanta R, Shaji A, Smith K, Lucchi A, Fua P, Süsstrunk S. SLIC Superpixels compared to state-of-the-art Superpixel methods. IEEE Trans Pattern Anal Mach Intell. 2012;34(11):2274–82.CrossRefPubMed Achanta R, Shaji A, Smith K, Lucchi A, Fua P, Süsstrunk S. SLIC Superpixels compared to state-of-the-art Superpixel methods. IEEE Trans Pattern Anal Mach Intell. 2012;34(11):2274–82.CrossRefPubMed
30.
Zurück zum Zitat Heinrich MP, Simpson IJ, Papiez BW, Brady SM, Schnabel JA. Deformable image registration by combining uncertainty estimates from supervoxel belief propagation. Med Image Anal. 2016;27:57–71.CrossRefPubMed Heinrich MP, Simpson IJ, Papiez BW, Brady SM, Schnabel JA. Deformable image registration by combining uncertainty estimates from supervoxel belief propagation. Med Image Anal. 2016;27:57–71.CrossRefPubMed
31.
Zurück zum Zitat Tian Z, Liu L, Zhang Z, Fei B. Superpixel-based segmentation for 3D prostate MR images. IEEE Trans Med Imaging. 2016;35(3):791–801.CrossRefPubMed Tian Z, Liu L, Zhang Z, Fei B. Superpixel-based segmentation for 3D prostate MR images. IEEE Trans Med Imaging. 2016;35(3):791–801.CrossRefPubMed
32.
Zurück zum Zitat Verma N, Cowperthwaite MC, Markey MK. Superpixels in brain MR image analysis. Conf Proc IEEE Eng Med Biol Soc. 2013;2013:1077-1080. Verma N, Cowperthwaite MC, Markey MK. Superpixels in brain MR image analysis. Conf Proc IEEE Eng Med Biol Soc. 2013;2013:1077-1080.
33.
Zurück zum Zitat Coupe P, Manjon JV, Gedamu E, Arnold D, Robles M, Collins DL. Robust Rician noise estimation for MR images. Med Image Anal. 2010;14(4):483–93.CrossRefPubMed Coupe P, Manjon JV, Gedamu E, Arnold D, Robles M, Collins DL. Robust Rician noise estimation for MR images. Med Image Anal. 2010;14(4):483–93.CrossRefPubMed
34.
Zurück zum Zitat Holzer M, Rene D. Over-segmentation of 3D medical image volumes based on monogenic cues. Computer vision winter workshop. 2014. p. 35–42. Holzer M, Rene D. Over-segmentation of 3D medical image volumes based on monogenic cues. Computer vision winter workshop. 2014. p. 35–42.
35.
Zurück zum Zitat Fu HZ, Cao XC, Tang D, Han YH, Xu D. Regularity preserved Superpixels and Supervoxels. IEEE Transact Multimedia. 2014;16(4):1165–75.CrossRef Fu HZ, Cao XC, Tang D, Han YH, Xu D. Regularity preserved Superpixels and Supervoxels. IEEE Transact Multimedia. 2014;16(4):1165–75.CrossRef
36.
Zurück zum Zitat Chen Y, Shi LY, Feng QJ, Yang J, Shu HZ, Luo LM, et al. Artifact suppressed dictionary learning for low-dose CT image processing. IEEE Trans Med Imaging. 2014;33(12):2271–92.CrossRefPubMed Chen Y, Shi LY, Feng QJ, Yang J, Shu HZ, Luo LM, et al. Artifact suppressed dictionary learning for low-dose CT image processing. IEEE Trans Med Imaging. 2014;33(12):2271–92.CrossRefPubMed
37.
Zurück zum Zitat Chen Y, Budde A, Li K, Li YS, Hsieh J, Chen GH. A platform-independent method to reduce CT truncation artifacts using discriminative dictionary representations. Med Phys. 2017;44(1):121–31.CrossRefPubMed Chen Y, Budde A, Li K, Li YS, Hsieh J, Chen GH. A platform-independent method to reduce CT truncation artifacts using discriminative dictionary representations. Med Phys. 2017;44(1):121–31.CrossRefPubMed
38.
Zurück zum Zitat Sandryhaila A, Moura JMF. Discrete signal processing on graphs: graph filters. IEEE International Conference on Acoustics, Speech and Signal Processing. 2013. 6163–6. Sandryhaila A, Moura JMF. Discrete signal processing on graphs: graph filters. IEEE International Conference on Acoustics, Speech and Signal Processing. 2013. 6163–6.
39.
Zurück zum Zitat Jenkinson M, Beckmann CF, Behrens TE, Woolrich MW, Smith SM. FSL. NeuroImage. 2012;62:782–90.CrossRefPubMed Jenkinson M, Beckmann CF, Behrens TE, Woolrich MW, Smith SM. FSL. NeuroImage. 2012;62:782–90.CrossRefPubMed
41.
Zurück zum Zitat Yushkevich PA, Piven J, Hazlett HC, Smith RG, Ho S, Gee JC, et al. User-guided 3D active contour segmentation of anatomical structures: significantly improved efficiency and reliability. NeuroImage. 2006;31(3):1116–28.CrossRefPubMed Yushkevich PA, Piven J, Hazlett HC, Smith RG, Ho S, Gee JC, et al. User-guided 3D active contour segmentation of anatomical structures: significantly improved efficiency and reliability. NeuroImage. 2006;31(3):1116–28.CrossRefPubMed
42.
43.
Zurück zum Zitat Deng Y, Kong YY, Bao F, Dai QH. Sparse coding-inspired optimal trading system for HFT industry. Ieee T Ind Inform. 2015;11(2):467–75.CrossRef Deng Y, Kong YY, Bao F, Dai QH. Sparse coding-inspired optimal trading system for HFT industry. Ieee T Ind Inform. 2015;11(2):467–75.CrossRef
44.
Zurück zum Zitat Chen Y, Zhang YD, Yang J, Cao Q, Yang GY, Chen J, et al. Curve-like structure extraction using minimal path propagation with backtracking. Ieee T Image Process. 2016;25(2):988–1003.CrossRef Chen Y, Zhang YD, Yang J, Cao Q, Yang GY, Chen J, et al. Curve-like structure extraction using minimal path propagation with backtracking. Ieee T Image Process. 2016;25(2):988–1003.CrossRef
Metadaten
Titel
Automatic brain tissue segmentation based on graph filter
verfasst von
Youyong Kong
Xiaopeng Chen
Jiasong Wu
Pinzheng Zhang
Yang Chen
Huazhong Shu
Publikationsdatum
01.12.2018
Verlag
BioMed Central
Erschienen in
BMC Medical Imaging / Ausgabe 1/2018
Elektronische ISSN: 1471-2342
DOI
https://doi.org/10.1186/s12880-018-0252-x

Weitere Artikel der Ausgabe 1/2018

BMC Medical Imaging 1/2018 Zur Ausgabe

Screening-Mammografie offenbart erhöhtes Herz-Kreislauf-Risiko

26.04.2024 Mammografie Nachrichten

Routinemäßige Mammografien helfen, Brustkrebs frühzeitig zu erkennen. Anhand der Röntgenuntersuchung lassen sich aber auch kardiovaskuläre Risikopatientinnen identifizieren. Als zuverlässiger Anhaltspunkt gilt die Verkalkung der Brustarterien.

S3-Leitlinie zu Pankreaskrebs aktualisiert

23.04.2024 Pankreaskarzinom Nachrichten

Die Empfehlungen zur Therapie des Pankreaskarzinoms wurden um zwei Off-Label-Anwendungen erweitert. Und auch im Bereich der Früherkennung gibt es Aktualisierungen.

Fünf Dinge, die im Kindernotfall besser zu unterlassen sind

18.04.2024 Pädiatrische Notfallmedizin Nachrichten

Im Choosing-Wisely-Programm, das für die deutsche Initiative „Klug entscheiden“ Pate gestanden hat, sind erstmals Empfehlungen zum Umgang mit Notfällen von Kindern erschienen. Fünf Dinge gilt es demnach zu vermeiden.

„Nur wer sich gut aufgehoben fühlt, kann auch für Patientensicherheit sorgen“

13.04.2024 Klinik aktuell Kongressbericht

Die Teilnehmer eines Forums beim DGIM-Kongress waren sich einig: Fehler in der Medizin sind häufig in ungeeigneten Prozessen und mangelnder Kommunikation begründet. Gespräche mit Patienten und im Team können helfen.

Update Radiologie

Bestellen Sie unseren Fach-Newsletter und bleiben Sie gut informiert.