| Literature DB >> 26280918 |
Muhammad Faisal Siddiqui1, Ahmed Wasif Reza1, Jeevan Kanesan1.
Abstract
A wide interest has been observed in the medical health care applications that interpret neuroimaging scans by machine learning systems. This research proposes an intelligent, automatic, accurate, and robust classification technique to classify the human brain magnetic resonance image (MRI) as normal or abnormal, to cater down the human error during identifying the diseases in brain MRIs. In this study, fast discrete wavelet transform (DWT), principal component analysis (PCA), and least squares support vector machine (LS-SVM) are used as basic components. Firstly, fast DWT is employed to extract the salient features of brain MRI, followed by PCA, which reduces the dimensions of the features. These reduced feature vectors also shrink the memory storage consumption by 99.5%. At last, an advanced classification technique based on LS-SVM is applied to brain MR image classification using reduced features. For improving the efficiency, LS-SVM is used with non-linear radial basis function (RBF) kernel. The proposed algorithm intelligently determines the optimized values of the hyper-parameters of the RBF kernel and also applied k-fold stratified cross validation to enhance the generalization of the system. The method was tested by 340 patients' benchmark datasets of T1-weighted and T2-weighted scans. From the analysis of experimental results and performance comparisons, it is observed that the proposed medical decision support system outperformed all other modern classifiers and achieves 100% accuracy rate (specificity/sensitivity 100%/100%). Furthermore, in terms of computation time, the proposed technique is significantly faster than the recent well-known methods, and it improves the efficiency by 71%, 3%, and 4% on feature extraction stage, feature reduction stage, and classification stage, respectively. These results indicate that the proposed well-trained machine learning system has the potential to make accurate predictions about brain abnormalities from the individual subjects, therefore, it can be used as a significant tool in clinical practice.Entities:
Mesh:
Year: 2015 PMID: 26280918 PMCID: PMC4539225 DOI: 10.1371/journal.pone.0135875
Source DB: PubMed Journal: PLoS One ISSN: 1932-6203 Impact factor: 3.240
Fig 1Proposed system methodology.
Fig 2Schematic of 2D fast DWT.
Common kernel functions for LS-SVM.
| Kernel Name | Function Expression |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Fig 3Sample images of various diseases in brain MRI dataset: (a) Normal brain (b) Glioma (c) Sarcoma (d) Alzheimer’s disease (e) Alzheimer’s disease with visual agnosia (f) Pick’s disease (g) Huntington’s disease (h) Meningioma (i) Chronic subdurnal hematoma (j) Multiple sclerosis (k) Cerebral toxoplasmosis (l) Herpes encephalitis (m) Metastatic bronchogenic carcinoma (n) Metastatic adenocarcinoma (o) Motor neuron disease (p) Cerebral calcinosis (q) AIDS dementia (r) Lyme encephalopathy (s) Creutzfeld-Jakob disease (t) Hypertensive encephalopathy (u) Multiple embolic infarctions (v) Cerebral haemorrhage (w) Cavernous angioma (x) Vascular dementia (y) fatal stroke.
Demographic information.
| Group | Normal | Abnormal/Demented |
|---|---|---|
|
| 68.89 (33–94) | 76.65 (62–96) |
|
| 5/2 | 13/9 |
|
| 29.09 (25–30) | 26.79 (14–30) |
Settings of training and validation images for dataset groups (one pass of 5-fold stratified cross validation).
| Groups | Total no. of images | Total no. of training images | Total no. of validation images | |||
|---|---|---|---|---|---|---|
| Normal | Abnormal | Normal | Abnormal | Normal | Abnormal | |
|
| 35 | 220 | 28 | 177 | 7 | 43 |
|
| 80 | 260 | 27 | 100 | 53 | 160 |
Fig 4Sensitivity, specificity, and accuracy with respect to the number of principal components used.
Fig 5ROC curves of performance evaluation: (a) Group-1 and (b) Group-2.
Confusion matrix of the proposed system.
| Group-1 Dataset | Group-2 Dataset | |||
|---|---|---|---|---|
| Normal (C) | Abnormal (C) | Normal (C) | Abnormal (C) | |
|
| 28+7 | 0 | 27+100 | 0 |
|
| 0 | 177+43 | 0 | 53+160 |
Performance comparison using two different dataset groups.
| Scheme | Feature Dimension | Accuracy (%) | |
|---|---|---|---|
| Group-1 | Group-2 | ||
| DWT + SOM (Chaplot, et al., 2006) | 4761 | 91.65 | 88.23 |
| DWT + SVM + linear (LIN) (Chaplot, et al., 2006) | 4761 | 94.05 | 90.29 |
| DWT + SVM + POLY (Chaplot, et al., 2006) | 4761 | 96.37 | 91.18 |
| DWT + SVM + RBF (Chaplot, et al., 2006) | 4761 | 96.18 | 90.88 |
| DWT + PCA + forward neural network (FNN) (El-Dahshan, et al., 2010) | 7 | 95.29 | 90.59 |
| DWT + PCA + kNN (El-Dahshan, et al., 2010) | 7 | 96.79 | 91.47 |
| DWT + PCA + FNN + adaptive chaotic particle swarm optimization (ACPSO) (Zhang, et al., 2010) | 19 | 97.38 | 94.41 |
| DWT + PCA + FNN + scaled conjugate gradient (SCG) (Zhang, et al., 2011) | 19 | 97.14 | 93.53 |
| DWT + PCA + FNN + scaled chaotic artificial bee colony (SCABC) (Zhang, et al., 2011a) | 19 | 97.81 | 94.71 |
| DWT + PCA + kernel SVM (KSVM) + LIN (Zhang & Wu, 2012) | 19 | 94.29 | 90.59 |
| DWT + PCA + KSVM + HPOLY (Zhang & Wu, 2012) | 19 | 95.61 | 91.47 |
| DWT + PCA + KSVM + IPOLY (Zhang & Wu, 2012) | 19 | 97.73 | 93.53 |
| DWT + PCA + KSVM + GRB (Zhang & Wu, 2012) | 19 | 98.82 | 94.11 |
| RT + PCA + LS-SVM + RBF (Das, et al., 2013) | 9 | 99.39 | 96.47 |
| Fast DWT + PCA + LS-SVM + RBF (Proposed) | 8 | 100 | 100 |
Fig 6Time analysis comparison.