IMR Press / JIN / Volume 17 / Issue 4 / DOI: 10.31083/j.jin.2018.04.0410
Open Access Research article
Magnetic resonance imaging study of gray matter in schizophrenia based on XGBoost
Show Less
1 Beijing Key Laboratory of Big Data Technology for Food Safety, School of Computer and Information Engineering, Beijing Technology and Business University,Beijing, 100048, China
2 School of Science, National University of Defense Technology, Changsha, 410073, China
*Correspondence: wangyu@btbu.edu.cn(Wang Yu)
J. Integr. Neurosci. 2018, 17(4), 331–336; https://doi.org/10.31083/j.jin.2018.04.0410
Submitted: 30 October 2017 | Accepted: 18 December 2017 | Published: 15 November 2018
Abstract

Brain structural abnormalities of schizophrenia subjects are often considered as the main neurobiological basis of this brain disease. Therefore, with the rapid development of artificial intelligence and medical imaging technologies, machine learning and structural magnetic resonance imaging have often been applied to computer-aided diagnosis of brain diseases such as schizophrenia, Alzheimer, glioma segmentation, etc. In this paper, statistical analysis of schizophrenic and normal subjects is initially made. Additionally, a slicing and weighted average method is proposed for gray matter images of the structural magnetic resonance imaging stored as three-dimensional volume data. Grey-level co-occurrence matrix texture features from the previously processed gray matter images of structural magnetic resonance imaging are then extracted and normalized. Finally, an eXtreme Gradient Boosting classifier is used for schizophrenia classification. Experiments employed 100 schizophrenic subjects and 100 normal controls. Results show the proposed method improves the respective classification accuracy of healthy controls and schizophrenic subjects by 8% and 10.6% of the area under the receiver operating characteristic. This suggests that the textural features of gray matter changes may be of diagnostic value in schizophrenia.

Keywords
Schizophrenia
structural magnetic resonance imaging
feature extraction
classifier
1 Introduction

Schizophrenia (SCZ) is a chronic mental disorder often characterized by abnormal social behavior and a diverse range of symptoms. Traditional medical diagnosis of SCZ is mostly based on the Diagnostic and Statistical Manual of Mental Disorders (DSM-IV), International Classification of Diseases (ICD-10), and the diagnostic criteria for classification of mental disorders [1, 2]. With the rapid development of technologies such as state-of-the-art brain imaging, especially magnetic resonance imaging (MRI) [3, 4], mass data can be used to assist the diagnosis of SCZ [5-7]. At the same time, neuroimaging studies have demonstrated their clinical value by using machine learning and image processing methods to individually distinguish SCZ subjects from normal controls (NC).

Several meta-analyses on structural magnetic resonance imaging (sMRI) have been conducted to identify brain regions that exhibit pathological changes that could potentially act as disease markers for SCZ. These findings include abnormalities in the brain gray matter, temporal and parietal lobes, etc [8-11]. Much research has been based on the above findings. Wang et al [12] performed feature extraction in the region of interest (ROI) after analyzing brain gray matter images SCZ subjects. Subsequently, a support vector machine (SVM) was used to distinguish and classify SCZ subjects and HCs. In a machine learning for signal processing competition (MLSP) [13], Solin & Särkkä [14] received first place for automatically diagnosing subjects with SCZ based on multimodal features derived from their brain MRI scans. Sui et al [15] combined functional MRI (fMRI) and sMRI features, and improved the classification accuracy between SCZ subjects and NCs. Lu et al [16] employed a voxel-based morphometry (VBM) method, ROI analysis on gray matter images of SCZ, and the classification of SCZ and NC was completed by a SVM classifier.

Besides the sMRI based SCZ classification, there has been growing interest in the use of machine learning classifiers for analyzing functional magnetic resonance imaging (fMRI) data. A discriminative model of multivariate pattern classification, based on fMRI and an anatomical template is presented in [17]. In [18] SCZ characterization is improved by a multiple kernel learning (MKL) based methodology which uses both magnitude and phase fMRI data. It also detects brain regions that convey most of the discriminative information between subjects and controls. A hybrid machine learning method to classify SCZ subjects and HCs is proposed in [19] which uses fMRI and single nucleotide polymorphism (SNP) data. Experimental results show that combining genetic and fMRI data is an effective way to reassess biological classification of individuals with SCZ.

It can be seen that the feature extraction and classification between SCZ and NC based on MRI scans are well completed with the help of computer-aided diagnosis techniques. The objective of this work is to distinguish SCZ diseases from controls focused on the gray matter of sMRI images. Here, gray matter images were sliced and then weighted and averaged images were obtained. The grey-level co-occurrence matrix (GLCM) texture features were extracted and normalized. Finally, a classic machine learning classifier such as extreme Gradient Boosting (XGBoost, KNN), SVM, LR, and a GB classifier were applied to the data obtained from the classification experiment. The motivation was to develop a machine classification process for evaluation of the performance of different classifiers for this problem, in terms of a statistical performance measure. Fully-automatic determination of whether subjects are sick can then provide necessary biological reference indicators for doctors.

2 Method
2.1 Image preprocessing

Brain MRI data is typically stored in a three-dimensional format. In this study, gray matter sMRI images (96×113×94 voxels) were analyzed. If features are extracted from each voxel a dimensional disaster will occur as model performance will be greatly reduced by the extraction of a large number of irrelevant or redundant features. Therefore, here a preprocessing method that includes the slicing and calculation of weighted sums of average gray images is proposed. The detailed steps include:

(1) Slicing original image: For each subject, the size of the gray matter image was $ 96 \times 113 \times 94$ voxels. And the volume image was sliced in the $ {Z} $-axis to give 94 slices.

(2) Selecting and converting to gray image: By removing 10 slices (the first and last five slices in the image stack) which did not include feature information, and converting the remaining slices into gray images, sequentially numbered slices were obtained and denoted as $ a_{i} ~(i = 0, 1, 2, \dots, 83) $. A part of the sliced and grayed image slices from the first subject numbered NC001 are shown in Fig. 1.

Fig. 1.

Examples of sliced gray matter images (from (a) to (h) respectively the 13th, 20th, 34th, 48th, 62nd, 69th, 76th, 83rd slices)

(3) Weighting and averaging the gray image: Different weights are given according to the information contained in each slice. Here, the ordered slices are divided into three groups, and the weighted average gray image (Img1, Img2, and Img3) is calculated for each group. The calculations are:

(1) $ Img1=\frac{m_{0} \times 1+m_{1} \times 2+m_{2} \times 3+\ldots. +m_{27} \times 28}{1+2+3+\ldots +28},\\ $ (2) $Img2=\frac{m_{28} \times 1+m_{29} \times 1+m_{30} \times 1+\ldots. +m_{55} \times 1}{28}, \\$ (3) $ Img3=\frac{m_{29} \times 28+m_{30} \times 27+m_{31} \times 26+\ldots. +m_{83} \times 1}{28+27+26+\ldots +2+1},$

The sMRI data from each subject gives three image sets (Img1, Img2, and Img3) after preprocessing to give 600 preprocessed images from 200 subjects, which provides a data set suited for subsequent feature extraction.

2.2 Feature extraction

Image feature extraction is a fundamental and critical step in medical image processing. The purpose is to obtain the characteristics or attributes of samples as numerical values, symbols, and feature vectors. The resulting feature extraction directly affects classification accuracy. Because texture information in the image is not sensitive to noise, light, and color, it is this feature that is chosen for the analysis.

2.2.1 Texture features based on the gray-level co-occurrence matrix

The gray-level co-occurrence matrix (GLCM) is a statistical matrix that describes the grayscale of adjacent pixels (or within a certain distance) [17, 18]. Assume the gray level of a digital image is N , p q , w represents the possibility (or frequency) of the appearance of grayscale w under the condition that the starting grayscale is q , where it is assumed that w is along the direction θ of q and the space distance is d . θ denotes the angle between the position whose grayscale is q and the position whose grayscale is w . A GLCM contains statistical information which reflects the gray direction, interval, and amplitude variation of an image. It is calculated as:

(1) Mean:

(4) $ Mean=\bar{x}=\sum \limits_{q=0}^{N} \sum \limits_{w=0}^{N} p\left(q, w\right)\times q, $

The mean reflects the regularity of texture. The smaller the mean, the more disorganized the texture.

(2) Variance:

(5) $Variance=\sum \limits_{q=0}^{N} \sum \limits_{w=0}^{N} p\left(q, w\right)\times \left(q-\bar{x}\right)^{2},$

Variance measures deviation of the pixel value from the mean. The larger the variance, the greater the change of gray scale.

(3) Entropy:

(6) $Entropy=-\sum \limits_{q=0}^{N} \sum \limits_{w=0}^{N} p\left(q, w\right)\times \ln p\left(q, w\right),$

Entropy gives a measure of the information contained in an image. The greater the entropy, the more complex the texture.

(4) Contrast:

(7) $ Contrast=\sum \limits_{q=0}^{N} \sum \limits_{w=0}^{N} p\left(q, w\right)\times \left(q-w\right)^{2},$

Contrast reflects the total amount of local gray scale changes in an image. The greater the contrast of an image, the clearer the visual effect of an image.

(5) Correlation:

(8) $ Correlation=\sum \limits_{q=0}^{N} \sum \limits_{w=0}^{N} \frac{\left(q-Mean\right)\times \left(w-Mean\right)\times p\left(q, w\right)^{2} }{Variance},$

Correlation is a measure of the linear relationship of the gray scale. The longer the extension of the gray value in a certain direction, the greater the correlation.

(6) Homogeneity:

(9) $ Homogeneity=\sum \limits_{q=0}^{N} \sum \limits_{w=0}^{N} p\left(q, w\right)\times \frac{1}{1+\left(q-w\right)^{2} },$

Homogeneity is a measure the uniformity of the local gray level of an image. The more homogeneous the local gray scale, the greater the homogeneity value.

(7) Energy:

(10) $ Energy=\sum \limits_{q=0}^{N} \sum \limits_{w=0}^{N} p\left(q, w\right)^{2},$

Energy is the measurement of uniformity of gray distribution in the image.

A texture vector representing an image can be obtained by use of the foregoing seven textural features.

2.2.2 Normalization

Feature vectors must be normalized so that no particular feature dominates all the others. Feature vectors are normalized to zero mean and unit variance. The normalization is performed as:

(11) x ' i = x i - μ σ x ,

where μ and σ x are respectively the mean and standard deviation of all the features x i .

In summary, for each of the three weighted and averaged gray images (Img1, Img2, Img3), the above seven statistics are calculated and normalized. Thus, each subject can be represented by a vector containing 21 features.

2.3 Classifier

Machine learning can often train a model by use of the given data and can perform tasks such as classification, recognition, and segmentation. Machine learning algorithms can extract knowledge from data and make predictions using data. Here, k-nearest neighbor (KNN), SVM, logistic regression (LR), gradient boosting (GB), and an improved eXtreme gradient boosting (XGBoost) classifier are adopted as the methods by which to compare for medical image processing techniques.

The boosting method [19, 20], which combines the additive model (linear combination of basis functions) and the forward stepwise algorithm, is a widely used and effective statistical method for optimizing learning. A boosting method based on a decision tree is called a boosting tree. The GB model is established in the gradient descent direction of loss function which is derived from the above model of boosting method.

A GB classifier is used to train and classify the feature vector of the sample, and the complete set of algorithmic steps is:

(1) Determine the training and testing sets. 80% of the 200 samples were used as training sets, i.e. T = x 1 , y 1 , x 2 , y 2 , ( x N , y N ) , x i X R n , y i 0 , + 1 . The remaining samples were used as a testing set. Let x i denote the feature vector of each sample, y i denotes its class label. When the sample is either SCZ or NC, y i is 0 or +1, respectively.

(2) Confirm the loss function:

(12) L y , f x = y - f x 2 ,

where f x is the fitting function of y .

(3) Initialize model variables:

(13) $ f_{o} \left(x\right)=\arg\min_{c} \sum \limits_{i=1}^{N} L\left(y_{i}, c\right),$

where c is the constant that minimizes the loss function and represents a tree with only one root node.

(4) For each model do the following:

(a) For the i th ( i = 1,2 , , N ) sample, calculate the negative gradient of the loss function in the current model:

(14) r mi = - L y , f x i f x i f x = f m - 1 x ,

where m is the model number, m = 1,2 , , M . M denotes the maximum value of m . J is the maximum value of j , and j is the number of leaf node area.

(b) Fit a regression tree for r mi and obtain the leaf node area R mj ( j = 1,2 , , J ) of the m th tree.

(c) The number of leaf nodes j ( j = 1,2 , , J ) is calculated from:

(15) $c_{mj} =\arg\min_{c} {\sum \limits_{x_{i} \in R_{mj} }} L\left(y_{i}, f_{m-1} \left(x_{i} \right)+c\right),$

In this step, linear search is used to estimate the value of the leaf node region and to minimize the loss function.

(d) Update regression tree:

(16) $f_m(x)=f_{m-1}(x)+\sum_{j=1}^J c_{m j} I\left(x \in R_{m j}\right)$

where if x R mj , I = 1 , or I = 0 .

(5) Obtain the final regression tree model:

(17) $\hat{f}\left(x\right)=f_{M} \left(x\right)=\sum \limits_{m=1}^{M} \sum \limits_{j=1}^{J} c_{mj} I\left(x\in R_{mj} \right),$

The XGBoost classifier is based on the GB model. The main improvement is that the loss function is constructed as a Taylor expansion and a regular term is added (L1-norm or L2-norm) in the objective function:

(18) $Obj^{t} =\sum \limits_{i=1}^{n} L(y_{i}, \widehat{y_{i} }^{\left(t-1\right)} +f_{t} \left(x_{i} \right))+\Omega \left(f_{t} \right)+a,$

where $ \sum \limits_{i=1}^{n} L(y_{i}, \widehat{y_{i} }^{\left(t-1\right)} +f_{t} \left(x_{i} \right)) $ denotes the loss function, Ω f t is the regularization term, and a is a constant.

The complexity of the XGBoost model is controllable and overfitting can effectively be avoided by addition of the regular term. Additionally, this model also has the advantage of parallel processing and fast and high flexibility. Therefore, it is highly suited to MRI data.

2.4 Algorithm flow of the proposed method

As described above, the process of classifying SCZ MRI images is given in Table 1.

doi.org/10.31083/j.jin.2018.04.0410.t0001 Table 1 Algorithm for the proposed method
1) Input the sMRI image;
2) Use formula (1) - (3) to preprocess the image, and to obtain the Img1, Img2, Img3 of each subject;
3) For the image obtained in step 2), use formula (4) - (11) to extract texture features T, T=(x11,x12,,x1n,y1), (x21,x22,,x2n,y2), , (xN1,xN2,,xNn,yN),xNiXRn,yi{0,+1};
4) Randomly divide the feature vectors into training and test sets, and put into KNN, SVM, LR, GB, XGBoost classifier for testing;
5) Tune parameters, and obtain the optimizing classification results.
2.5 Evaluation Criteria

For binary classification, a sample is divided into positive or negative classes. Specifically, four cases will occur and are given in Table 2:

doi.org/10.31083/j.jin.2018.04.0410.t0002 Table 2 Description of the four classification results
Actual Group Predicted Group
Normal Abnormal
Normal TP FP
Abnormal FN TN

True positive (TP) denotes the classification result is positive in the case of clinical normality. False negative (FN) denotes the classification result is negative in the case of clinical normality. False positive (FP) denotes the classification result is positive in the case of clinical abnormality, and true negative (TN) denotes that the classification result is negative in the case of clinical abnormality.

The true positive rate (TPR) indicates the proportion of positive samples predicted by the classifier to all positive samples, and can be described by:

(19) TPR = TP ( TP + FN ) × 100 %.

Similarly, the false positive rate (FPR) is calculated from:

(20) FPR = FP ( FP + TN ) × 100 %.

The FPR represents the proportion of negative samples that the classifier mistakes for positive classes. The ROC is obtained by plotting FPR (X-axis) against TPR (Y-axis). Accuracy (ACC) and area under ROC (AUC) are usually used to measure the performance of the classifiers [10], where ACC is defined as:

(21) ACC = ( TP + TN ) ( TP + TN + FP + FN ) × 100 %.
3 Experimental Results and Analysis

To verify the effectiveness and robustness of the proposed method, comparative evaluations are performed on different state-of-the-art classifiers such as KNN, SVM, LR, GB, and XGBoost. Evaluations were performed on a PC with an Intel Core i5, CPU@2.40 Ghz, speed 800 MHz, and 32 Gb RAM. The compiling environments were Matlab 2013a and Python 2.7. The detailed procedure is given in Fig. 2.

Fig.2.

Procedural flow chart of the evaluation method

3.1 Database

MRI data was collected by the Biomedical Image Computing and Analytics Center, Department of Radiology, and Department of Psychiatry, University of Pennsylvania (USA). 132 NC and 137 SCZ subjects were recruited. All subjects met DSM-IV criteria and were diagnosed as schizophrenic by psychiatrists. All sMRI image scans were acquired using a GE 3-T Signa scanner (GE Medical Systems, Milwaukee WI, USA) with the following protocol: slice thickness = 1 mm, TE = 3.2 ms, TR = 8.2 ms, flip angle = 12 , acquisition matrix = 256 × 256 , FOV = 25.6 cm. All subjects remained quiet, without moving, eyes closed, no sleeping, and minimal cognitive activity during fMRI scanning. Subjects had no history of other neurological diseases or serious drug diseases. Written informed consent was obtained from all subjects before fMRI scanning. To obtain a balanced number of controls and subjects, and also simplify the study, 100 NC and 100 SCZ were randomly chosen.

The acquired MRI images were preprocessed using the statistical parametric mapping software package SPM (Wellcome Trust Centre for Neuroimaging, Institute of Neurology, London, UK, http://www.fil.ion.ucl.ac.uk/spm) which included the following steps: (1) skull stripping, (2) bias correction, (3) tissue segmentation into gray matter, white matter, cerebrospinal fluid, and lateral ventricles, (4) spatial registration to a Montreal Neurological Institute (MNI) template, (5) generation of the regional analysis of volumes examined in normalized space (RAVENS) [21, 22] maps of gray matter, white matter, and cerebrospinal fluid by the publicly available DRAMMS deformable registration package [23], and (6) the RAVENS maps were then smoothed using a six millimeter full width at half maximum Gaussian filter.

3.2 Statistical Analysis

The statistical information of 200 age and gender matched subjects is analyzed. No statistically significant is assumed for p < 0.05. Please see analytical results in Table 3.

doi.org/10.31083/j.jin.2018.04.0410.t0003 Table 3 Characteristics of study participants
Variable Sample size Gender (male/female) Age (years) Mean/SD (range)
SCZ 100 62/38 35.50/37.08(13-60)
NC 100 49/51 34.73/34.86(17-65)
Value 0.064 a 0.53 b

SD = standard deviation $ {}^{a} $Pearson Chi-square test $ {}^{b} $Two-sample t-test

SD = standard deviation a Pearson Chi-square test b Two-sample t-test

3.3 Experimental Settings and Results

Two different training and testing sets were analyzed in this study. 80% of the 200 samples are used as training sets, and the remaining samples are used as a test set. The extracted texture features are put into each classifier in which XGBoost, GB, SVM algorithms are related to more parameters. Parameter choice directly affected classification accuracy. Therefore, parameter tuning is particularly important. Grid search and cross validation methods were used by the classifiers for parameter tuning in which parameter K = 5 in KNN. A radial basis function (RBF) is selected as the kernel function in SVM. In XGBoost, the overall parameters were divided into three categories by the authors: general parameters that guide the overall functioning, booster parameters that guide the individual booster (tree/regression) at each step, and learning task parameters that guide the optimization performed. Parameters of GB were divided into two categories: tree-specific parameters that affect each individual tree in the model and boosting parameters that affect the boosting operation in the model. The main parameters of these classifiers are given in Table 4.

doi.org/10.31083/j.jin.2018.04.0410.t0004 Table 4 Classifier parameters
Classifiers Parameters
SVM C: {10-3,10-2,10-1,1,10,100,1000}; gamma: {0.001, 0.0001};
G B Tree min_samples_split: 9; min_samples_leaf: 1; max_depth: 9; max_features: 8;
Boosting learning_rate: 0.01; n_estimators: 90; subsample: 0.8;
XGBoost Booster col_sample_bytree: 0.8; min_child_weight: 1; max_depth: 5; learning_rate: 0.01;sub_sample: 0.9; gamma: 0;
General booster: gbtree;
Learning Task objective: binary-logistic; seed: 1.

The best classification results obtained by each classifier are given in Table 5. ROC curves of the GB and XGBoost classifier are given in Fig. 3.

doi.org/10.31083/j.jin.2018.04.0410.t0005 Table 5 Experimental result comparison
Classifier ACC(%) AUC(%)
KNN 60 60.10
RBF-SVM 54 52.08
LR 52 52.24
GB 64 65.20
XGBoost 72 75.80
Fig.3.

ROC curve for (a) GB algorithm, and (b) XGBoost algorithm

It can be seen from Table 4 that on the same data set the XGBoost classifier gives the highest accuracy (up to 72%) and the LR classifier returns the lowest accuracy (52%). GB and KNN classifiers are inferior to XGBoost and classification accuracy is 64% and 60%, respectively. The RBF-SVM classifier is a poor classifier for this SCZ data set. It indicates that XGBoost, which has a better generalization ability and avoids over-fitting effectively, is better than the other classifiers. XGBoost also has an advantage when dealing with irregular data.

It can be seen from Fig. 3 that, compared with the GB algorithm, a higher AUC value is obtained by using the XGBoost classifier, which shows the XGBoost classifier exhibits faster and more efficient processing. Additionally, if better experimental results are required, a more detailed analysis of the features and parameter tuning of the models must be undertaken.

4 Conclusion

In this paper, to better discriminate SCZ subjects from HCs, image processing and machine learning based on sMRI are employed to assist diagnosis and analysis of SCZ. Firstly, the gray matter image is preprocessed by being sliced, weighted, and averaged. GLCM texture features are then extracted and normalized. Finally, different machine learning methods are used to train and establish a binary classification model. The different results show that the XGBoost approach has superior performance when compared to KNN, SVM, LR, and GB classifiers. Further work should include two aspects. One is extracting more significant features from the data. The other, the building of more effective models, which may further improve role of computer-aided diagnosis of SCZ.

Acknowledgments

This work is supported by the Natural Science Foundation of China (No. 61671028), Beijing Natural Science Foundation (No. 4162018),the Beijing Talents Fund (No. 2014000026833ZK14), the Importation and Development of High-Caliber Talents Project of Beijing Municipal Institutions (No. CIT&TCD201504010), and Beijing Natural Science Foundation (No. 4172015).

Conflict of Interest

All authors declare no conflict of interest.

References
[1]
Muming P, Xu B, Tan T ( 2016) Brain Science and Brain-Inspired Intelligence Technology—An Overview. Bulletin of Chinese Academy of Sciences 31(7), 725-736. d2bdef9418ad8d8fa3ee969d1793b0c7http%3A%2F%2Fwww.en.cnki.com.cn%2FArticle_en%2FCJFDTotal-KYYX201607003.htmhttp://www.en.cnki.com.cn/Article_en/CJFDTotal-KYYX201607003.htm
[2]
Wheeler AL, Voineskos AN ( 2014) A review of structural neuroimaging in schizophrenia: from connectivity to connectomics. Frontiers in Human Neuroscience 8(8), 653. 10.3389/fnhum.2014.0065341423551de160d6cc3b871c9861291a169e6990http%3A%2F%2Fwww.ncbi.nlm.nih.gov%2Fpubmed%2F25202257http://www.ncbi.nlm.nih.gov/pubmed/25202257
[3]
Tan Z LZ ( 2015) Advances in magnetic resonance imaging of schizophrenia. Diagnostic Imaging & Interventional Radiology 11(6), 507-511.
[4]
Ferro A, Roiz-Santiáñez R, de la Foz VO-G, Tordesillas-Gutiérrez D, Ayesa-Arriola R, de La Fuente-González N, Fañanás L, Brambilla P, Crespo-Facorro B ( 2015) A cross-sectional and longitudinal structural magnetic resonance imaging study of the post-central gyrus in first-episode schizophrenia patients. Psychiatry Research: Neuroimaging 231(1), 42-49.
[5]
Bi W ( 2016) A Research of pattern recognition methodology for brain diseases & disorders classification with magnetic resonance imaging. Sichuan: School of Life Science and Technology.
[6]
Dosenbach NU, Nardos B, Cohen AL, Fair DA, Power JD, Church JA, Nelson SM, Wig GS, Vogel AC, Lessov-Schlaggar CN ( 2010) Prediction of individual brain maturity using fMRI. Science 329(5997), 1358-1361. 10.1126/science.11941443135376314adac652a5c2bddf88ab9690982673http%3A%2F%2Fwww.jstor.org%2Fstable%2F41075813http://med.wanfangdata.com.cn/Paper/Detail/PeriodicalPaper_PM20829489
[7]
Juneja A, Rana B, Agrawal R ( 2014) A novel approach for computer aided diagnosis of schizophrenia using auditory oddball functional MRI. in: Proceedings of the 2014 Indian Conference on Computer Vision Graphics and Image Processing.
[8]
Gupta CN, Calhoun VD, Rachakonda S, Chen J, Patel V, Liu J, Segall J, Franke B, Zwiers MP, Arias-Vasquez A ( 2014) Patterns of gray matter abnormalities in schizophrenia based on an international mega-analysis. Schizophrenia Bulletin 41(5), 1133-1142. 10.1093/schbul/sbu17725548384b826c727bcf5121c80032c67eef88e4chttp%3A%2F%2Fschizophreniabulletin.oxfordjournals.org%2Fcgi%2Fcontent%2Fshort%2Fsbu177v1%3Frss%3D1http://schizophreniabulletin.oxfordjournals.org/cgi/content/short/sbu177v1?rss=1
[9]
Li X, Alapati V, Jackson C, Xia S, Bertisch HC, Branch CA, DeLisi LE ( 2012) Structural abnormalities in language circuits in genetic high-risk subjects and schizophrenia patients. Psychiatry Research: Neuroimaging 201(3), 182-189. 10.1016/j.pscychresns.2011.07.0172251295240dbb732175cb5bdd7ec2cc0be0ba51dhttp%3A%2F%2Fpubmedcentralcanada.ca%2Fpmcc%2Farticles%2FPMC3361621%2Fhttp://www.sciencedirect.com/science/article/pii/S0925492711002745
[10]
van Erp TG, Hibar DP, Rasmussen JM, Glahn DC, Pearlson GD, Andreassen OA, Agartz I, Westlye LT, Haukvik UK, Dale AM ( 2016) Subcortical brain volume abnormalities in 2028 individuals with schizophrenia and 2540 healthy controls via the ENIGMA consortium. Molecular Psychiatry 21(4), 547. 10.1038/mp.2015.63260332431eea2867522836806a13cdacbd6b2a21http%3A%2F%2Feuropepmc.org%2Farticles%2FPMC4668237%2Fhttp://europepmc.org/articles/PMC4668237/
[11]
Andreasen NC, Arndt S, Swayze V, Cizadlo T, Flaum M, O’leary D, Ehrhardt JC, Yuh W ( 1994) Thalamic abnormalities in schizophrenia visualized through magnetic resonance image averaging. Science 266(5183), 294-298. 10.1126/science.7939669793966922a620c9aaafaa4613c3f9c59a1c94b0http%3A%2F%2Feuropepmc.org%2Fabstract%2FMED%2F7939669http://med.wanfangdata.com.cn/Paper/Detail/PeriodicalPaper_PM7939669
[12]
Wang L, Shen H, Li B, Hu D ( 2011) Classification of schizophrenic patients and healthy controls using multiple spatially independent components of structural MRI data. Frontiers of Electrical and Electronic Engineering in China 6(2), 353. 10.1007/s11460-011-0142-22a4cc920-5be2-4f9f-9826-2ba5ff963d6aslarticleid_575028496e3505f77e3fc0066eb4090738a474http%3A%2F%2Fd.wanfangdata.com.cn%2FPeriodical_zggdxxxswz-dqydzgc201102016.aspxhttp://d.wanfangdata.com.cn/Periodical_zggdxxxswz-dqydzgc201102016.aspx
[13]
Silva RF, Castro E, Gupta CN, Cetin M, Arbabshirani M, Potluru VK, Plis SM, Calhoun VD ( 2014) The tenth annual MLSP competition: schizophrenia classification challenge. in: Machine Learning for Signal Processing (MLSP), 2014 IEEE International Workshop 1-6.
[14]
Solin A, Särkkä S ( 2014) The 10th annual MLSP competition: First place. Machine Learning for Signal Processing (MLSP), 2014 IEEE International Workshop 1-3. 10.1109/MLSP.2014.695888687c54e43892b25d5c41945bb951a2838http%3A%2F%2Fieeexplore.ieee.org%2Fdocument%2F6958886%2Fhttp://ieeexplore.ieee.org/document/6958886/
[15]
Sui J, Castro E, He H, Bridwell D, Du Y, Pearlson GD, Jiang T, Calhoun VD ( 2014) Combination of FMRI-SMRI-EEG data improves discrimination of schizophrenia patients by ensemble feature selection, in: Engineering in Medicine and Biology Society (EMBC). 2014 36th Annual International Conference of the IEEE 3889-3892.
[16]
Lu X, Yang Y, Wu F, Gao M, Xu Y, Zhang Y, Yao Y, Du X, Li C, Wu L ( 2016) Discriminative analysis of schizophrenia using support vector machine and recursive feature elimination on structural MRI images. Medicine 95(30), e3973. 10.1097/MD.0000000000003973274726731e08ce05571370c7e861692e1fb48f84http%3A%2F%2Feuropepmc.org%2Fabstract%2FMED%2F27472673http://europepmc.org/abstract/MED/27472673
[17]
Shi F, Liu Y, Jiang T, Zhou Y, Zhu W, Jiang J, Liu H, Liu Z ( 2007) Regional homogeneity and anatomical parcellation for fMRI image classification: application to schizophrenia and normal controls. in: International Conference on Medical Image Computing and Computer-Assisted Intervention, pp. 136-143.
[18]
Castro E, Gómez-Verdejo V, Martínez-Ramón M, Kiehl KA, Calhoun VD ( 2014) A multiple kernel learning approach to perform classification of groups from complex-valued fMRI data analysis: application to schizophrenia. NeuroImage 87(3), 1-17. 10.1016/j.neuroimage.2013.10.0653946896a057deec99c2e31f0eb455457d0a9715http%3A%2F%2Fwww.ncbi.nlm.nih.gov%2Fpubmed%2F24225489http://www.sciencedirect.com/science/article/pii/S1053811913010884
[19]
Yang H, Liu J, Sui J, Pearlson G, Calhoun VD ( 2010) A hybrid machine learning method for fusing fMRI and genetic data: combining both improves classification of schizophrenia. Frontiers in Human Neuroscience 4(192), 192. 10.3389/fnhum.2010.00192299045950223f91c8c42bc50aa5054202606d05http%3A%2F%2Fpubmedcentralcanada.ca%2Fpmcc%2Farticles%2FPMC2990459%2Fhttp://pubmedcentralcanada.ca/pmcc/articles/PMC2990459/
[20]
Selvaraj H, Selvi ST, Selvathi D, Gewali L ( 2007) Brain MRI slices classification using least squares support vector machine. International Journal of Intelligent Computing in Medical Sciences & Image Processing 1(1), 21-33. 10.1080/1931308X.2007.1064413414e2cef1ade08956fcc6ade9119b7a74http%3A%2F%2Fwww.tandfonline.com%2Fdoi%2Fabs%2F10.1080%2F1931308X.2007.10644134http://www.tandfonline.com/doi/abs/10.1080/1931308X.2007.10644134
[21]
Sulochana S, Vidhya R ( 2013) Texture based image retrieval using framelet transform-gray level co-occurrence matrix (GLCM). International Journal of Advanced Research in Artificial Intelligence 2(2), 68-73.
[22]
LIi H ( 2012) Statistical learning Method. Beijing: Tsinghua University Press.
[23]
Zhou Z ( 2016) Machine learning. Beijing: Tsinghua University Press.
[24]
Goldszal AF, Davatzikos C, Pham DL, Yan MX, Bryan RN, Resnick SM ( 1998) An image-processing system for qualitative and quantitative volumetric analysis of brain images. Journal of Computer Assisted Tomography 22(5), 827-837. d4cc70eba565229cf45334dc770ab8achttp%3A%2F%2Fbrain.oxfordjournals.org%2Flookup%2Fexternal-ref%3Faccess_num%3D9754125%26amp%3Blink_type%3DMED%26amp%3Batom%3D%252Fbrain%252F125%252F8%252F1676.atom
[25]
Davatzikos C, Genc A, Xu D, Resnick SM ( 2001) Voxel-based morphometry using the RAVENS maps: methods and validation using simulated longitudinal atrophy. NeuroImage 14(6), 1361-1369. 10.1006/nimg.2001.093711707092183ac2baa5eb051f2da78690eafd5808http%3A%2F%2Feuropepmc.org%2Fabstract%2FMED%2F11707092http://www.sciencedirect.com/science/article/pii/S1053811901909371
[26]
Ou Y, Sotiras A, Paragios N, Davatzikos C ( 2011) DRAMMS: Deformable registration via attribute matching and mutual-saliency weighting. Medical Image Analysis 15(4), 622-639. 10.1016/j.media.2010.07.0022068855919b6b748-c1cf-4032-b2c6-0db265c1765eWOS:000292678700019a06b1a2e894c21ad72a8416c34dca73ehttp%3A%2F%2Feuropepmc.org%2Fabstract%2Fmed%2F20688559http://www.sciencedirect.com/science/article/pii/S1361841510000940
Share
Back to top