Deep ensemble learning with transformer models for enhanced Alzheimer's disease detection.
Journal:
Scientific reports
Published Date:
Jul 9, 2025
Abstract
The progression of Alzheimer's disease is relentless, leading to a worsening of mental faculties over time. Currently, there is no remedy for this illness. Accurate detection and prompt intervention are pivotal in mitigating the progression of the disease. Recently, researchers have been developing new methods for detecting Alzheimer's at earlier stages, including genetic testing, blood tests for biomarkers, and cognitive assessments. Cognitive assessments involve a series of tests to measure memory, language, attention, and other brain functions. For disease detection, optimal performance necessitates enhanced accuracy and efficient computational capabilities. Our proposition involves the data augmentation of textual data; after this, we deploy our proposed BERT-based deep learning model to make use of its advanced capabilities for improved feature extraction and text comprehension. Our proposed model is a two-branch network. The first branch is based on the BERT encoder, which is used to encode the text data into a fixed-length vector; the BERT output is fed into the convolution layer, followed by the LSTM layer, and finally, the fully connected layer to predict whether a patient has AD or not. The second branch is based on the recurrent convolutional neural network. The recurrent convolutional neural network also takes text data as input and generates the final classification output. Finally, these branches are fused using the ensemble learning approach to give a more robust and accurate output. The proposed model is trained on a corpus of clinical notes from patients with AD and healthy control subjects. Evaluated on the Cookie Theft subset of the DementiaBank Pitt Corpus, our ensemble achieves 94.98% accuracy, 0.9523 F1-score, and 0.93 AUC. The results show that the proposed model outperforms state-of-the-art models for the early diagnosis of AD from text.