Primary Phase Alzheimer's Disease Detection Using Ensemble Learning Model
Primary Phase Alzheimer's Disease Detection Using Ensemble Learning Model
Corresponding Author:
Priya Dasarwar
Department of Computer Science and Engineering, Symbiosis Institute of Technology
Symbiosis International (Deemed University), Nagpur Campus
Pune, India
Email: [email protected]
1. INTRODUCTION
Millions of people worldwide suffer from the debilitating condition known as Alzheimer's disease
(AD). It is a incurable condition of the brain illness which progressively deteriorates memory and thinking
skills, making it challenging for sufferers to carry out even the most basic tasks. The illness causes brain cell
destruction and death, which lowers cognitive function and ultimately impairs one's capacity to carry out
daily tasks. As a condition worsens, people may have confusion, memory loss, language difficulties, and
changes in their typical behavior [1]. This disease is currently diagnosed mostly by cognitive impairment
testing, which regrettably does not provide an accurate diagnosis until the patient has advanced past the stage
of moderate AD [2]. Detecting primary phase AD is crucial for timely intervention and improved patient
outcomes.
Traditional diagnostic methods often struggle due to subtle symptoms and overlap with other
cognitive disorders. Ensemble learning models offer a promising solution by combining predictions from
multiple algorithms and leveraging diverse data sources, such as neurosurgical and genetic information, to
capture complex patterns associated with early-stage AD. This approach aims to enhance diagnostic accuracy
and generalization across populations, enabling more effective and personalized interventions in Alzheimer's
care [3]. Deep learning, in particular convolutional neural networks (CNN), has revolutionized the area of
medical imaging. This cutting-edge neural network designs are especially well suited for interpretation of
medical imaging data since they are built to automatically learn and extract hierarchical characteristics from
massive volumes of data [4]. Using data from medical imaging tests like magnetic resonance imaging (MRI)
scans, CNN have lately shown a lot of promise in diagnosing AD [5], [6]. CNN are the subset of deep
learning algorithm that works well for medical image analysis because they can automatically recognize and
extract information from images. In this research we investigate the following: i) to train the model with
various machine learning (ML) methods on the open access series of imaging studies (OASIS) dataset; ii) to
apply a cutting-edge CNN based method for AD identification; iii) to identify AD with high accuracy at an
early stage; and iv) to improve the standard of life for patient and their families.
Several approaches have been studied in the literature to help doctors diagnose this illness. A thorough
analysis of AD was provided by Kavitha et al. [7], who also investigated the impact of two ML techniques that
aid in the early detection of the illness. The author covered crucial study subjects like the data sets utilized and
the methods of evaluation performed. They offer a paradigm that facilitates a deeper comprehension of the state
of the field and draws attention to the obstacles and possibilities for creative and valuable study. The study
demonstrated the optimal ML technique for the Alzheimer's disease neuroimaging initiative (ADNI) dataset.
Using the suggested classification scheme by Diogo et al. [8], clinicians can identify these illnesses. By using
these ML algorithms for early diagnosis, annual death rates from AD can be significantly reduced. On the AD
test data, the suggested approach yields superior findings with the highest evaluated average accuracy.
Compared to previous studies, the accuracy score on this test is significantly higher. Cheung et al. [9] addressed
the limitations of previous research by proposing an ML-based diagnostic tool for moderate cognitive
impairment (MCI) along with AD. The tool is specifically multi-diagnostic and was trained as well as evaluated
using two separate data sources. It has multiple acquisition protocols, and tests generalization across datasets
and protocols. The proposed method is entirely new in the context of AD and is based on baseline scans and a
follow-up diagnosis, regardless of progression, has transparent performance reports, and analyzes potential
clinical applicability. An unsupervised domain adaption deep learning technique was used by Zaabi et al. [10] to
improve the generalization of a novel retinal photograph-based deep learning architecture for the primary
detection of AD cases. This algorithm was created, validated, and tested. When distinguishing between patients
suffering from AD-dementia along with those without the condition, the proposed deep learning algorithm
performed consistently and accurately. Alroobaea et al. [11] used the CNN and transfer learning as two distinct
approaches for AD detection. There are two primary processes in the suggested method: region of interest
extraction and classification. To find the area of the image that contains the hippocampal region of the brain, the
image is first divided into blocks. Researchers evaluated CNN and transfer learning techniques in the second
phase. The achieved results demonstrate that the categorization of images employing transfer learning produces
a better result rate when compared to CNN. Singh et al. [12] proposed the use of ML techniques for AD
identification. The ADNI along with OASIS datasets are used in the classification model evaluation process.
The findings of the experiment demonstrated that, while employing the ADNI dataset, algorithms namely
logistic regression (LR) along with support vector machines (SVM) yielded the best accuracy values, while LR
and random forests produced the best results when using the OASIS dataset. Zhao et al. [13] highlighted the
summary of current studies on deep learning algorithms for diagnosing AD. From the literature survey done, it
is observed that detecting early-stage Alzheimer’s with ML faces certain challenges like limited data, poor
generalization across populations, and the black-box nature of models, which reduce clinical trust. Also, early
symptoms are subtle and overlap with other conditions thereby complicating detection. Therefore, this research
includes deep learning technique which can automatically extracting complex patterns from large datasets and
hence can improve accuracy by reducing the need for manual feature selection. The main contribution of the
current research is an analysis of how well ML along with deep learning detect AD. The study focuses on using
ML and artificial intelligence to diagnose AD.
2. PROPOSED METHOD
2.1. Proposed methodology
An effective strategy has been developed to improve the detection of AD. The proposed method is
divided into following steps as presented in Figure 1. The objective of this methodology is to build predictive
models using LR, decision trees (DT), SVM, and CNN to categorize patients with a likelihood of AD with
respect to clinical, genetic as well as imaging data. The steps in the methodology includes collection of data,
preprocessing it, extracting features, training the model, evaluating it, and comparing it.
evaluate the model’s capacity to correctly recognize true positives. The F1-score will be used to balance
precision and recall, which is particularly important in imbalanced datasets.
Figure 3. MMSE
Primary phase Alzheimer's disease detection using ensemble learning model (Priya Dasarwar)
1536 ISSN: 2252-8938
Where β0 and β1 are the coefficients learned during training and X is the input feature. These coefficients are
learned using a technique like gradient descent that minimizes a cost function, typically the log-loss
(cross-entropy loss) [19].
𝑓(𝑋) = 𝑤. 𝑋 + 𝑏 (2)
Where b represents the bias term. The hyperplane is chosen so as to optimize the distance between it and the
closest data points, or support vectors.
To find the ideal hyperplane that divides the data for training a SVM, quadratic optimization
techniques are applied. The kernel approach is used to translate non-linear data into a higher-dimensional
space in which a linear separation is possible. This effectively converts the situation into one where linear
classification techniques may be used, enabling SVM to handle complex relationships between features [21].
As demonstrated in Table 2, we evaluate our suggested method's performance against a few cutting-edge
techniques. The comparative analysis and the accuracy given are predicated on a testing dataset. The results
shows that the accuracy using the CNN (90.32%) is better than the accuracy using the remaining algorithms.
This shows the effectiveness of CNN algorithm. This increases the models' accuracy and decreases the
amount of time needed for learning. Thus, greater precision with less time and data. Figure 8 displays an
illustration of the accuracy, precision, recall, and F1-score attained by several classifiers.
4. CONCLUSION
In our pursuit of advancing healthcare through intelligent machines, our research has underscored a
promising approach to enhancing sickness prognosis, with a particular focus on AD. We employed a variety
of ML along with deep learning methods in order to analyze patient data, considering a diverse array of
Primary phase Alzheimer's disease detection using ensemble learning model (Priya Dasarwar)
1538 ISSN: 2252-8938
symptoms and conditions to refine our predictive models. Our investigation yielded compelling results,
particularly with the CNN algorithm. This proposed model exhibited an exceptional accuracy rate of 90.32%
in predicting AD cases. This impressive performance underscores the CNN's capacity to effectively
categorize and identify early-phase Alzheimer's, marking it as a standout approach in our study. The future
research on ensemble learning for early Alzheimer's detection should improve the interpretability of the
models, applicability to different populations, and quality of the data. Ensemble approaches have the
potential to enhance diagnostic precision and include multi-modal data by merging various algorithms. It will
be possible to implement more precise, dependable, and secure models in healthcare settings by creating
explainable models and implementing privacy-preserving strategies. Also, future research should concentrate
on growing the dataset to encompass a wider demographic and looking into the use of more sophisticated
algorithms and hybrid models.
REFERENCES
[1] S. Liu et al., “Generalizable deep learning model for early alzheimer’s disease detection from structural MRIs,” Scientific Reports,
vol. 12, no. 1, Oct. 2022, doi: 10.1038/s41598-022-20674-x.
[2] S. Savaş, “Detecting the stages of alzheimer’s disease with pre-trained deep learning architectures,” Arabian Journal for Science
and Engineering, vol. 47, no. 2, pp. 2201–2218, Feb. 2022, doi: 10.1007/s13369-021-06131-3.
[3] D. AlSaeed and S. F. Omar, “Brain MRI analysis for alzheimer’s disease diagnosis using CNN-based feature extraction and
machine learning,” Sensors, vol. 22, no. 8, Apr. 2022, doi: 10.3390/s22082911.
[4] A. G. Vrahatis, K. Skolariki, M. G. Krokidis, K. Lazaros, T. P. Exarchos, and P. Vlamos, “Revolutionizing the early detection of
alzheimer’s disease through non-invasive biomarkers: the role of artificial intelligence and deep learning,” Sensors, vol. 23, no. 9,
Apr. 2023, doi: 10.3390/s23094184.
[5] Z. Zhao et al., “Conventional machine learning and deep learning in alzheimer’s disease diagnosis using neuroimaging: a review,”
Frontiers in Computational Neuroscience, vol. 17, Feb. 2023, doi: 10.3389/fncom.2023.1038636.
[6] V. Patil, M. Madgi, and A. Kiran, “Early prediction of alzheimer’s disease using convolutional neural network: a review,” The
Egyptian Journal of Neurology, Psychiatry and Neurosurgery, vol. 58, no. 1, pp. 1-10, Nov. 2022, doi: 10.1186/s41983-022-
00571-w.
[7] C. Kavitha, V. Mani, S. R. Srividhya, O. I. Khalaf, and C. A. T. Romero, “Early-stage alzheimer’s disease prediction using
machine learning models,” Frontiers in Public Health, vol. 10, Mar. 2022, doi: 10.3389/fpubh.2022.853294.
[8] V. S. Diogo, H. A. Ferreira, and D. Prata, “Early diagnosis of alzheimer’s disease using machine learning: a multi-diagnostic,
generalizable approach,” Alzheimer’s Research & Therapy, vol. 14, no. 1, Dec. 2022, doi: 10.1186/s13195-022-01047-y.
[9] C. Y. Cheung et al., “A deep learning model for detection of alzheimer’s disease based on retinal photographs: a retrospective,
multicentre case-control study,” The Lancet Digital Health, vol. 4, no. 11, pp. e806–e815, Nov. 2022, doi: 10.1016/S2589-
7500(22)00169-8.
[10] M. Zaabi, N. Smaoui, H. Derbel, and W. Hariri, “Alzheimer’s disease detection using convolutional neural networks and transfer
learning based methods,” in 2020 17th International Multi-Conference on Systems, Signals & Devices (SSD), Monastir, Tunisia,
Jul. 2020, pp. 939–943, doi: 10.1109/SSD49366.2020.9364155.
[11] R. Alroobaea et al., “Alzheimer’s disease early detection using machine learning techniques,” Research Square, pp. 1-16, Jun.
2021, doi: 10.21203/rs.3.rs-624520/v1.
[12] N. Singh, P. D, N. Soni, and A. Kapoor, “Automated detection of alzheimer disease using mri images and deep neural networks- a
review,” arXiv-Electrical Engineering and Systems Science, pp. 1-22, Sep. 2022.
[13] X. Zhao, C. K. E. Ang, U. R. Acharya, and K. H. Cheong, “Application of artificial intelligence techniques for the detection of
alzheimer’s disease using structural mri images,” Biocybernetics and Biomedical Engineering, vol. 41, no. 2, pp. 456–473, Apr.
2021, doi: 10.1016/j.bbe.2021.02.006.
[14] N. B. Balakrishnan, S. P S, and J. J. Panackal, “Alzheimer’s disease diagnosis using machine learning: a review,” International
Journal of Engineering Trends and Technology, vol. 71, no. 3, pp. 120–129, Mar. 2022, doi: 10.14445/22315381/IJETT-
V71I3P213.
[15] A. Sharma, S. Kaur, N. Memon, A. J. Fathima, S. Ray, and M. W. Bhatt, “Alzheimer’s patients detection using support vector
machine (SVM) with quantitative analysis,” Neuroscience Informatics, vol. 1, no. 3, Nov. 2021, doi: 10.1016/j.neuri.2021.100012.
[16] Q. Li and M. Q. Yang, “Comparison of machine learning approaches for enhancing alzheimer’s disease classification,” PeerJ,
vol. 9, Feb. 2021, doi: 10.7717/peerj.10549.
[17] M. EL-Geneedy, H. E.-D. Moustafa, F. Khalifa, H. Khater, and E. AbdElhalim, “An MRI-based deep learning approach for
accurate detection of alzheimer’s disease,” Alexandria Engineering Journal, vol. 63, pp. 211–221, Jan. 2023, doi:
10.1016/j.aej.2022.07.062.
[18] Z. Li, X. Jiang, Y. Wang, and Y. Kim, “Applied machine learning in alzheimer’s disease research: omics, imaging, and clinical
data,” Emerging Topics in Life Sciences, vol. 5, no. 6, pp. 765–777, Dec. 2021, doi: 10.1042/ETLS20210249.
[19] A. Shukla, R. Tiwari, and S. Tiwari, “Review on alzheimer disease detection methods: automatic pipelines and machine learning
techniques,” Sci, vol. 5, no. 1, Mar. 2023, doi: 10.3390/sci5010013.
[20] S. Harika, T. Yamini, T. Nagasaikamesh, S. H. Basha, S. S. Kumar, and M. S. S. DurgaKameswari, “Alzheimers disease detection
using different machine learning algorithms,” International Journal for Research in Applied Science and Engineering
Technology, vol. 10, no. 10, pp. 62–66, Oct. 2022, doi: 10.22214/ijraset.2022.46937.
[21] K. D. Silva and H. Kunz, “Prediction of alzheimer’s disease from magnetic resonance imaging using a convolutional neural
network,” Intelligence-Based Medicine, vol. 7, 2023, doi: 10.1016/j.ibmed.2023.100091.
[22] C. S. Eke, E. Jammeh, X. Li, C. Carroll, S. Pearson, and E. Ifeachor, “Early detection of Alzheimer's disease with blood plasma
proteins using support vector machines,” IEEE Journal of Biomedical and Health Informatics, vol. 25, no. 1, pp. 218-226, Jan.
2021, doi: 10.1109/JBHI.2020.2984355.
[23] M. Orouskhani, C. Zhu, S. Rostamian, F. Shomal Zadeh, M. Shafiei, and Y. Orouskhani, “Alzheimer’s disease detection from
structural mri using conditional deep triplet network,” Neuroscience Informatics, vol. 2, no. 4, Dec. 2022, doi:
10.1016/j.neuri.2022.100066.
[24] M. S. Bhargavi and B. Prabhakar, “Deep learning approaches for early detection of alzheimer’s disease using mri neuroimaging,”
in 2022 International Conference on Connected Systems & Intelligence (CSI), IEEE, Aug. 2022, pp. 1–6, doi:
10.1109/CSI54720.2022.9924058.
[25] H. A. Helaly, M. Badawy, and A. Y. Haikal, “Deep learning approach for early detection of alzheimer’s disease,” Cognitive
Computation, vol. 14, no. 5, pp. 1711–1727, Sep. 2022, doi: 10.1007/s12559-021-09946-2.
BIOGRAPHIES OF AUTHORS
Primary phase Alzheimer's disease detection using ensemble learning model (Priya Dasarwar)