| Literature DB >> 35983528 |
Monika Sethi1, Shalli Rani1, Aman Singh2,3, Juan Luis Vidal Mazón3,4.
Abstract
Developments in medical care have inspired wide interest in the current decade, especially to their services to individuals living prolonged and healthier lives. Alzheimer's disease (AD) is the most chronic neurodegeneration and dementia-causing disorder. Economic expense of treating AD patients is expected to grow. The requirement of developing a computer-aided technique for early AD categorization becomes even more essential. Deep learning (DL) models offer numerous benefits against machine learning tools. Several latest experiments that exploited brain magnetic resonance imaging (MRI) scans and convolutional neural networks (CNN) for AD classification showed promising conclusions. CNN's receptive field aids in the extraction of main recognizable features from these MRI scans. In order to increase classification accuracy, a new adaptive model based on CNN and support vector machines (SVM) is presented in the research, combining both the CNN's capabilities in feature extraction and SVM in classification. The objective of this research is to build a hybrid CNN-SVM model for classifying AD using the MRI ADNI dataset. Experimental results reveal that the hybrid CNN-SVM model outperforms the CNN model alone, with relative improvements of 3.4%, 1.09%, 0.85%, and 2.82% on the testing dataset for AD vs. cognitive normal (CN), CN vs. mild cognitive impairment (MCI), AD vs. MCI, and CN vs. MCI vs. AD, respectively. Finally, the proposed approach has been further experimented on OASIS dataset leading to accuracy of 86.2%.Entities:
Mesh:
Year: 2022 PMID: 35983528 PMCID: PMC9381208 DOI: 10.1155/2022/8680737
Source DB: PubMed Journal: Comput Math Methods Med ISSN: 1748-670X Impact factor: 2.809
Related work.
| References | Year of reference | Techniques used | Main idea of the paper |
|---|---|---|---|
| [ | 2018 | HadNet 3D-CNN | The researchers implemented a HadNet DL model to develop a classification system for MRI neuro-scans which was founded on a 3D CNN. The HadNet architecture's foundation comprised layered convolutions (inception methodology), that enabled additional internal features of the MRI scans relevant to AD. Additionally, HadNet's hyperparameters were fine-tuned using the Bayesian optimization procedure. |
| [ | 2019 | 3D-CNN | Researchers revealed numerous approaches for improving the performance of 3D CNN trained on sMRI neuroimaging dataset to identify classify AD. Authors further proved that instance normalization outperformed batch normalization, initial spatially downsampling reduced accuracy, broadening the framework provided stable improvements whereas extending depths did not, and finally including age as a feature input offered minor gain in performance. |
| [ | 2020 | CNN-RNN-LSTM based | The authors concentrated on developing the three core models, which included CNN, long short-term memory (LSTM), and recurrent neural networks (RNN), and long short-term memory (LSTM) in the initial phase. The ensemble approach was then applied in the next step to integrate all three models adopting a weighted mean strategy. Bagging was applied in all three approaches to reduce variability. Thus, three bagged models were integrated with the ensemble technique. |
| [ | 2021 | VGG, ResNet-50, AlexNet | This study is aimed at identifying MRIs of AD patients into several classes via various transfer learning models such as VGG16, ResNet-50, and AlexNet, along with CNN. |
| [ | 2020 | 3D ResNet-18 | A technique by using transfer learning in 3D CNNs that enables learning to be transferred from 2D image datasets to 3D image datasets was suggested by the authors. |
| [ | 2021 | 2D-CNN | With parameter optimization a 2D-CNN was employed to assess architectural impact in improving the diagnostic accuracy of four classes of images—mild, very mild, moderate, and nondemented considering AD. |
| [ | 2022 | Sliding window association test- (SWAT-) CNN | SWAT-CNN: a three-step approach presented by researchers for detecting biological variants that leverages DL technique to determine phenotypic expression single-nucleotide polymorphisms that may be utilized to build appropriate AD classifier. |
Figure 1A typical CNN architecture.
Splitting of dataset into training and testing.
| Subject or participant type | Total no of subjects | No of subjects (training) | No of MRI scans (NIfTI files) | No of images extracted | Total used images | No of subjects (testing) | No of MRI scans (NIfTI files) | No of images extracted | Total used images |
|---|---|---|---|---|---|---|---|---|---|
| CN | 50 | 40 | 144 | 36,864 | 9,504 | 10 | 33 | 8,448 | 2,178 |
| MCI | 104 | 26,624 | 6,864 | 32 | 8,192 | 2,112 | |||
| AD | 111 | 28,416 | 7,326 | 33 | 8,448 | 2,178 |
Algorithm 1NIfTI to png conversion
Figure 2Sample images extracted after conversion from NIfTI to png.
Figure 3Flowchart of proposed hybrid CNN–SVM model.
Figure 4Proposed hybrid CNN-SVM architecture.
Comparison of CNN and hybrid CNN-SVM model training and testing accuracy.
| Classification | Accuracy (%) CNN model | Accuracy (%) hybrid CNN-SVM model | ||
|---|---|---|---|---|
| Training | Testing | Training | Testing | |
| AD vs. CN | 86.32 | 85.1 | 89.4 | 88 |
| CN vs. MCI | 83.71 | 82.9 | 85.2 | 83.8 |
| AD vs. MCI | 84.23 | 82.4 | 84.9 | 83.1 |
| CN vs. MCI vs. AD | 80.65 | 78.1 | 81.8 | 80.3 |
Comparative analysis of the proposed approach with previously proposed state-of-the-art classification systems.
| References | Year of reference | Dataset details | Modeling techniques | Classification accuracy (%) | Summary |
|---|---|---|---|---|---|
| [ | 2019 | ADNI | DL-based method | 86 | The researchers extracted significant features from structural MRI imaging recorded at the baseline clinical visit using a parameter-efficient deep CNN architecture inspired by clustered and segmented convolutions. |
| [ | 2018 | ADNI | Transfer learning from CNN | 67.6 | The research team used scraped pretrained or trained AlexNet CNN as a generalized feature representation of a 2D MRI neuroimaging, wherein dimensionality was compressed through PCA+TSNE before classification using a basic ML technique. |
| [ | 2019 | ADNI | KNN | 43.3 | Six different ML and data mining methods have been applied to the ADNI dataset in classifying the five distinct phases of the AD and determine one of most unique feature for each AD's phase. |
| Decision tree | 74.2 | ||||
| Rule reduction | 69.7 | ||||
| Naïve Bayes | 74.7 | ||||
| Generalized linear model | 88.24 | ||||
| DL | 78.23 | ||||
| [ | 2019 | ADNI | Convolutional autoencoder (CAE) | 86.6 | The investigators applied unsupervised learning focused on CAE to address classification challenge for AD/NC and supervised pretrained models to tackle the pMCI/sMCI classification task. A gradient-based visualization technique which resembles the temporal impact of the CNN designer's choice has been implemented to find the most relevant biomarkers associated to pMCI and AD. |
| [ | 2020 | ADNI | VGG variant CNN | 73.4 | The researchers minimized information loss when splitting 3D volume MRI brain scans into 2D images, the authors used 3D models and analyzed data with 2D convolutional filters. |
| OASIS | 69.9 | ||||
| [ | 2021 | ADNI | VGGNet | 83.7 | During developing the DL network, the methods involved a huge volume of labeled data. To diagnose the initial phases of AD, experts exploited layer-wise transfer learning as well as tissue segmentation of MRI scans. Researchers deployed the VGG model family containing pretrained weights of ImageNet data. |
| Proposed methodology | — | ADNI | Hybrid CNN-SVM | 88 | This research presented a new adaptive model based on CNN and SVM, incorporating the strengths of CNN in feature extraction and SVM in classification; to create a hybrid CNN-SVM model for classify AD using the MRI ADNI dataset. |
| OASIS | 86.2 |