Keywords: AI, dementia, deep learning, machine learning, cognition
Abstract
More than 50 million older people worldwide are suffering from dementia, and this number is estimated to increase to 150 million by 2050. Greater caregiver burdens and financial impacts on the healthcare system are expected as we wait for an effective treatment for dementia. Researchers are constantly exploring new therapies and screening approaches for the early detection of dementia. Artificial intelligence (AI) is widely applied in dementia research, including machine learning and deep learning methods for dementia diagnosis and progression detection. Computerized apps are also convenient tools for patients and caregivers to monitor cognitive function changes. Furthermore, social robots can potentially provide daily life support or guidance for the elderly who live alone. This review aims to provide an overview of AI applications in dementia research. We divided the applications into three categories according to different stages of cognitive impairment: (1) cognitive screening and training, (2) diagnosis and prognosis for dementia, and (3) dementia care and interventions. There are numerous studies on AI applications for dementia research. However, one challenge that remains is comparing the effectiveness of different AI methods in real clinical settings.
Impact statement
Artificial intelligence becomes popular for dementia research. Supervised and unsupervised machine learning models can be applied for cognitive screening, diagnosis, prognosis, and potentially for dementia care and treatment development.
Introduction
Dementia is a syndrome characterized by deterioration of cognitive function and behavior beyond what might be expected from the usual consequences of biological aging (Ernst and Hay, 1994; Bouchard, 2007). The prevalence rate among those aged ≥60 years in different world regions is approximately 5%–7% (Prince et al., 2013), and the total number of dementia cases is expected to increase from 57.4 million in 2019 to approximately 150 million by 2050 (Nichols et al., 2022). The etiological subtypes of dementia include Alzheimer’s disease (AD), vascular dementia, frontotemporal dementia (FTD), frontotemporal lobar dementia, Huntington’s disease, Lewy bodies, and Parkinson’s disease (Bouchard, 2007). Mild cognitive impairment (MCI) is also regarded as an early stage of dementia (Petersen, 2004; Morris, 2006). AD accounts for approximately 60%–70% of diagnosed dementia cases and attracts the most attention from researchers. Early detection and timely diagnosis are challenging as the diagnoses of dementia are based on a comprehensive procedure of semi-structured interviews, cognitive tests, and medical examinations, which are time-consuming, costly, and sometimes even invasive. AD occurs mainly in the elderly, and it is difficult to distinguish between a degenerative condition and the general impact of aging. Approximately 29%–76% of individuals with dementia are unrecognized in clinical practice (Valcour et al., 2000; Knopman et al., 2003; Chodosh et al., 2004).
Researchers employed artificial intelligence (AI) in clinical decision support systems, new therapy discovery, and genomics research by using different biomarkers of dementia (Miao et al., 2017; Zhu et al., 2020; Anastasio, 2021). Those biomarkers are measurable indicators of a biological state for dementia or cognitive decline, including neuroimaging, retinal imaging, language information, cerebrospinal and blood biomarkers, and gene information. AI has led to great breakthroughs in image processing (Krizhevsky et al., 2012) and natural language processing (NLP), such as the development of speech-to-speech translation engines and spoken dialogue systems (Hirschberg and Manning, 2006) that allow for more complicated and fast analysis of neuroimaging and speech data. For complex data sources such as magnetic resonance imaging (MRI), position emission tomography (PET) neuroimaging, and cerebrospinal fluid (CSF) biomarkers (Suk et al., 2016; Ebrahimighahnavieh et al., 2020), deep learning methods (e.g., neural network-related methods) can be applied to build diagnostic classifiers or applied in feature extraction steps (e.g., Auto-Encoder; Ebrahimighahnavieh et al., 2020). The support vector machine (SVM) algorithm is the most widely used machine learning method to classify diseases like Alzheimer’s, Epilepsy, and Parkinson’s (Deepa et al., 2017). The neural network-based methods are also popular, including multilayer perception and deep learning methods such as the convolutional neural network (CNN). An upsurge in chemical data availability makes AI viable for virtual screening (VS) of drug discovery (Vamathevan et al., 2019). The global popularity of smartphones makes it possible to deploy a variety of mobile apps for cognitive training and screening, including traditional cognitive tests and unconventional new methods (Thabtah et al., 2020; Chelberg et al., 2021). Social robots were developed to assist dementia patients in performing basic instrumental activities of daily living (Schroeter et al., 2013; Law et al., 2019; Ghafurian et al., 2021).
This review summarizes AI in dementia research and its application to (i) dementia diagnosis and prognosis, (ii) cognitive screening and training, and (iii) care and treatment. The paper search was conducted on Ovid Embase, MEDLINE, Web of Science, IEEE Xplore, and ScienceDirect with the following keywords: artificial intelligence or machine learning or deep learning or support vector machine or decision tree and dementia or cognitive or Alzheimer. Papers that applied machine learning technology on dementia were included whether they were original study or reviews.
Basic concepts of artificial intelligence
AI is a general term that means imitating intelligent human behavior using a computer with minimal human intervention. Research into AI applications began shortly after the official naming of AI at a Dartmouth College meeting in 1956 (Mishra and Li, 2020). Machine learning is a subfield of AI that works by examining and learning patterns of input datasets to build models for classification, regression, and clustering. Deep learning, reinforcement learning, and transfer learning are more specific subsets of machine learning. As reported in Table 1, machine learning methods include SVM, random forest (RF), k-nearest neighbor (k-NN), and so on. Deep learning methods are neural network-based methods, such as CNN and artificial neural network (ANN). It has only recently become a trend with the onset of the “Big Data” era, although it has existed since the 1950s.
Table 1.
Abbreviation for machine learning methods*
| Abbreviation | Methods |
|---|---|
| SVM | |
| SVM | Support vector machine |
| RBF-SVM | Radial basis function |
| Discriminant analysis | |
| LDA | Linear discriminant analysis |
| QDA | Quadratic discriminant analysis algorithm |
| Tree model | |
| DT | Decision tree |
| RF | Random forest |
| AdaBoost | Adaptive boosting |
| XGBoost | Extreme gradient boosting |
| Bayes model | |
| NB | Naïve Bayes |
| GNB | Gaussian naïve Bayes |
| Regression | |
| LR | Logistic regression |
| MLR | Multiple linear regression |
| LASSO | Least absolute shrinkage and selection operator |
| PLSR | Polynomial least squares regression |
| Neural network-based | |
| MLP | Multilayer perception |
| RBM | Restricted Boltzmann machine |
| AE | Autoencoder |
| ANN | Artificial neural network |
| DNN | Deep neural network |
| DPN | Deep polynomial network |
| CNN | Convolutional neural network |
| RNN | Recurrent neural network |
| RBF-NN | Radial basis function network |
| DBN | Deep belief network |
| Other | |
| SRC | Sparse representation classification |
| GC | Gaussian classifier |
| k-NN | k-nearest neighbor |
| Factor analysis | Factor analysis |
| OPLS | Orthogonal projections to latent structures |
| – | Hierarchical clustering |
| – | Bayesian network |
| – | Ensemble neural network |
| ICA | Independent component analysis |
The list only shows machine learning methods reported in this study.
Machine learning can be divided into three types: supervised, unsupervised, and semi-supervised learning, according to whether the input data are labeled (Kumar et al., 2021). Supervised learning means training a model on a dataset annotated with labels applied in classification and regression tasks, such as linear regression (LR) and SVM. In comparison, unsupervised models learn from unlabeled data by extracting features and patterns in solving clustering problems, such as k-NN and principal component analysis. Finally, the semi-supervised method builds a model on a training dataset with labels in one part and no labels in the other. A specific algorithm does not necessarily belong to only one of the three types. For example, semi-supervised SVM is a good solution when the datasets contain unlabeled data, whereas the standard SVM cannot perform well in this situation (Ding et al., 2017).
Applications in dementia diagnosis and prognosis
The complex process of dementia diagnosis involves a combination of medical examinations and professional clinicians. The Diagnostic and Statistical Manual of Mental Disorders (DSM) is widely used as a general diagnostic criterion for dementia, and the most updated version is DSM-5 (Bouchard, 2007; American Psychiatric Association, 2013). However, it does not represent all the clinical profiles of some subtypes of dementia, such as vascular and FTD, where memory impairment is not necessarily the first requirement. Currently, there are also other different diagnostic criteria which are used in clinical settings, and dementia research (e.g., NINCDS-ADRDA10 criteria and 10th revision of the International Classification of Diseases; McKhann et al., 1984; World Health Organization, 1992; Bouchard, 2007). Cognitive deficits might appear in many other diseases, but only those diseases whose core features are cognitive disorders and decline are included as neurocognitive disorders. Diagnosis involves cognitive function, language, praxis, gnosis, executive function, and other medical tests. Overall, there are no perfect criteria, and the diagnostic process is complicated. A large number of patients remain undiagnosed due to costly and time-consuming procedures (Prince et al., 2016). The disease progresses, before symptoms appear clearly, while patients experience mild-to-moderate cognitive impairment.
Machine learning methods are widely applied in high-dimensional clinical data for dementia prediction (Spooner et al., 2020). The Alzheimer’s Disease Prediction of Longitudinal Evolution Challenge was held in 2017, which aims to identify the most effective features and approaches that predict clinical diagnosis of AD, Alzheimer’s Disease Assessment Scale Cognitive Subdomain (ADAS-Cog13), and total volume of the ventricles (Marinescu et al., 2021). The challenge compared the performance of 92 algorithms and found that those algorithms perform differently on three outcomes, and CSF samples and diffusion tensor imaging were associated with better diagnosis performance (Marinescu et al., 2021). With the number of publications increasing drastically since 2017 (Ebrahimighahnavieh et al., 2020), deep learning has begun to gain considerable attention in research for AD detection. The data sources applied in AI models are beyond the traditional data format, such as age, gender, and comorbidity. New forms of cognitive data include neuroimaging, speech and language, genetic research, CSF and blood biomarkers, and electroencephalogram (EEG) and retinal imaging (Figure 1).
Figure 1.
Applications of AI on Dementia Diagnosis and Prognosis
Neuroimaging
Specific changes in brain structure and other metabolite responses in the brain can be measured by modern techniques, such as PET and MRI. Machine learning methods have been developed to detect disease via neuroimaging with improved medical imaging and greater availability of neuroimaging data (Pellegrini et al., 2018). Due to the complexity of imaging data, feature extraction for neuroimaging data is still a challenge for data scientists. Feature extraction of imaging data can be generally grouped into four categories: voxel-based, slice-based, patch-based, and regions-of-interest (ROIs)-based features (Ebrahimighahnavieh et al., 2020). ROI-based and patch-based methods were reported to be better pre-processing methods as they can exclusively include AD-related features in neuroimaging (Ebrahimighahnavieh et al., 2020).
The advanced processing power of Graphics Processing Units makes it possible to apply deep learning methods in neuroimaging, particularly for CNNs, showing good performance in detecting disease by medical imaging (Ebrahimighahnavieh et al., 2020). Pellegrini et al. (2018) reviewed studies from 2006 to 2016 and eventually included 111 studies of machine learning of neuroimaging on dementia detection. More than half of those studies applied SVM, and other methods, such as adaptive boosting (AdaBoost), linear discriminant analysis, and RF, were also involved. In the recent decade, deep learning has been a trend in the neuroimaging data processing. It imitates the working of the human brain and can merge complicated feature extraction and classification in solving complex problems. A review focused on deep learning and neuroimaging included more than 100 papers, all of which were conducted after 2013 and most (80%) after 2017 (Ebrahimighahnavieh et al., 2020). Hidden Markov Model, one of the reinforcement learning methods, is especially suitable for detecting the progression of dementia by analyzing sequence neuroimaging data, and it has been applied by different research groups (Chen and Pham, 2013; Williams et al., 2019). Most studies pay closer attention to technical details, but have less of a clinical focus (Pellegrini et al., 2018). A clinical-based framework is, therefore, needed to improve the application of the AI models.
Speech and language
Recent studies have suggested that language dysfunction is one of the earliest signs of cognitive disorders and a possible biomarker for the early detection of dementia (Ahmed et al., 2013; Mueller et al., 2017; Beltrami et al., 2018; Garcia et al., 2020). Speech and language have long been used as important clinical information for dementia diagnosis, such as the Boston naming test studied and reported since 1986 (Knesevich et al., 1986). It can be obtained through content-based (specific tasks) (Rodriguez-Aranda et al., 2016; Venneri et al., 2018) or content-free approaches (spontaneous conversation) (Huff, 1986; Becker et al., 1994). The dysfunction includes word retrieval difficulties (e.g., verbal naming, accurate meaning communication, and pulsation) and a tendency to repeat words or sentences. NLP plays an essential role in speech and text data analysis to extract prosodic, acoustic, or other features in dementia analysis (Jaffe and Feldstein, 1970; Forbes et al., 2002; Weiner et al., 2017; Luz et al., 2018). Researchers widely transformed NLP in the 1990s to build models over large quantities of empirical language data (Hirschberg and Manning, 2006). Traditional text feature extraction includes filtration, fusion, mapping, and clustering, which result in a lengthy process. Deep learning can be used to quickly acquire effective characteristics from training data, and CNN and recurrent neural networks (RNN) are two popular models (Liang et al., 2017). Early NLP on the text-based dialogue has expanded to include spoken dialogue with the development of spoken dialogue systems and automatic speech recognition, which allows a more effective speech feature extraction (Weiner et al., 2017).
Although many studies were conducted in building diagnostic models with a series of machine learning methods, such as SVM, decision tree, and RF, the expansion of those models is limited due to the small sample size and incomparable datasets. In 2020, the Alzheimer’s Dementia Recognition through Spontaneous Speech Challenge at INTERSPEECH 2020 provided an opportunity to use all available audio and textual data from a benchmark speech dataset. The challenge defined shared tasks and provided a standardized dataset based on spontaneous speech and allowed different research groups to test the performance of their existing or novel methods (Luz et al., 2020).
Genetics
Approximately 58%–79% of the risk of late-onset Alzheimer’s is heritable (Gatz et al., 2006; Sims et al., 2020). Studies suggest that patients with FTD (Greaves and Rohrer, 2019) or Lewy bodies dementia (Guerreiro et al., 2019) have a high proportion of positive family history in as many as 60% of cases (Mackenzie et al., 2014). High-dimensional genetic-related data have been generated with the evolution of genomics. AI methods, such as SVM, have shown good performance on gene identification and pathway analysis, and RF is well suited for microarray data (Miao et al., 2017). Xu et al. (2018) applied the SVM model to predict AD by using protein sequence, and the accuracy rate was 85.7%, where RF, naïve Bayes, AdaBoost, and Bayes network were also applied and compared with the result of SVM. Varatharajah et al. (2019) integrated genetic data, multimodal neuroimaging, CSF biomarkers, genetic factors, and measures of cognitive resilience data to build an SVM model to predict the progress of MCI to AD within 3 years with an accuracy rate up to 93%. Machine learning methods can also be applied in detecting significant genetic variants, gene expression, and gene–gene interaction (Mishra and Li, 2020).
Cerebrospinal fluid and blood biomarkers
Measuring Amyloid-Beta, total tau (T-tau), and hyperphosphorylated tau (p-tau) in CSF proteins has proved accurate in diagnosing AD (Ritchie et al., 2017; Zetterberg, 2019). However, these biomarkers are expensive and relatively invasive. In addition to invasive methods, imaging technology can reflect the level of CSF biomarkers (e.g., tau PET). With the recent advent of highly sensitive and specific immune and mass spectrometry-based assays, CSF biomarkers can also be detected through blood (Varma et al., 2018). Other blood biomarkers include N-methyl-D-aspartate receptor-mediated biomarkers and metabolites biomarkers. The first d-glutamate-based study that applied machine learning models to detect MCI and AD in healthy people was published in 2021 (Chang et al., 2021). A total of 133 AD patients, 21 MCI patients, and 31 healthy controls were recruited, and four machine learning algorithms (SVM, LR, RF, and Naïve Bayes) were employed to build predictive models to distinguish MCI or AD patients from healthy controls, with sex, age, and d-glutamate as predictors. The Naïve model and the RF model showed the best performance with area under the curve (AUC) of 0.82 and 0.79 (Chang et al., 2021). Stamate et al. (2019) applied deep learning, extreme gradient boosting, and RF on plasma metabolites data to differentiate healthy people and patients with AD. They also showed better AUC than the results from amyloid, p-tau, and t-tau. Although the AUC seems good, which is usually more than 0.80, most studies lack external validation. Further studies are needed to assess the performance of combinations of CSF, blood biomarkers, and lifestyle factors.
Electroencephalogram and retinal imaging
An EEG is a test, administered by hospital equipment and wearable devices, that detects abnormalities in brain waves or in the electrical activity of the brain. In the recent decade, researchers have set their sights on AD diagnosis and progression based on EEG data ((Malek et al., 2017; Stancin et al., 2021). Due to the complexity of EEG data, feature extraction is a crucial step, including time-domain and frequency-domain features, nonlinear features, entropies, spatiotemporal features, and complex networks (Stancin et al., 2021). Each feature contains a series of the index and is explored by many studies (Deepa et al., 2017; Jaya Shree and Venkateshwarlu, 2021). SVM is widely used for binary classification (Staudinger and Polikar, 2011; Jaya Shree and Venkateshwarlu, 2021; Tzimourta et al., 2021). Sharma et al. (2021) conducted a multiclass SVM in 2021 with a diagnostic accuracy of 87.6%, in which they initially extracted 12 EEG features and then selected five of them through analysis of variance. Deep learning methods, such as RNN and ANN, are rapidly increasing in EEG studies. Ieracitano et al. (2020) proposed a multimodal machine learning that integrated Multilayer Perceptron, LR, and SVM to classify MCI and dementia using EEG data.
Retinal imaging is a cost-effective replacement for neuroimaging as retinal changes can reflect the pathology of the brain. The quantitative analysis of vessel calibers, tortuosity, and network complexity in retinal imaging data provide diagnostic value for dementia. Tian et al. (2021) proposed a multistage pipeline that involved SVM and CNN and achieved an average diagnostic accuracy of 82.4% for AD.
Applications in cognitive screening and training
Several mobile apps have been developed to screen normal individuals’ cognitive function before they suffer from MCI or dementia (Thabtah et al., 2020). Most mobile apps assist individuals diagnosed with MCI or dementia in brain training. In addition to apps, machine learning can also contribute to building new assessments for MCI or dementia. Chiu et al. (2019) applied information gain, which is a feature selection method in RF, in developing a brief questionnaire to help clinicians in dementia diagnosis. With advances in wearable technologies, plenty of data collected from wearable sensors can also be applied in machine learning models and thus improve the performance (Iaboni et al., 2022).
Computerized cognitive screening
Dementia screening aims to identify those in the prodromal phase of dementia by using neuropsychological tests (Panegyres et al., 2016). The tests include the Abbreviated Mental Test, the Montreal Cognitive Assessment (MoCA), the Mini-Mental State Examination (MMSE), and others. Several dementia screening methods are now available on mobile apps, making them more accessible to patients, caregivers, and medical staff. Those screening tools could be divided into three categories (Thabtah et al., 2020): (1) apps based on a single medical assessment method (such as MMSE and MoCA), (2) apps based on multiple medical assessment methods (e.g., DementiaTest, which integrated six-item cognitive impairment and the structured clinical interview; Thabtah et al., 2019), and (3) apps based on nonconventional methods. Cognity is one of the eligible apps, which applied AI technology to screen for AD by combining analysis of a clock photo drawing by the user and the Mental Status Examination (Thabtah et al., 2020).
A systematic review in 2020 evaluated mobile apps of dementia screening available on Android and Apple platforms (Thabtah et al., 2020). The evaluated criteria were based on DSM-5, including six domains of cognitive function. They initially found 275 apps in the English language, and only 20 apps were eligible. Most excluded apps were games and informative apps to assist individuals in their cognitive functions and skills (Thabtah et al., 2020). Another systematic review performed by Chan et al. (2021) evaluated the diagnostic performance of digital tests, finding a few validation studies for all digital tests, and the eligible apps had a sensitivity and specificity of more than 0.8.
Computerized cognitive training
Cognitive training via digital devices is a promising strategy for maintaining the cognitive function of healthy elderly and MCI patients (Zhang et al., 2019). The main advantages are the active accessibility and timely feedback (Irazoki et al., 2020). In addition to providing cognitive training for normal people or MCI patients, most training apps focus on caregivers or family members of dementia patients to assist them in caring for dementia patients. A review performed by Chelberg et al. (2021) included 75 Australian-based apps, focusing on cognitive training and addressing care needs. The majority of them were free to download, and their primary audience were caregivers, with approximately 40% of them focusing on MCI or dementia patients (Chelberg et al., 2021).
Others
In addition to those digital games, serious games were designed and developed for cognitive screening. Users were motivated and engaged to regularly perform screening tasks by playing serious games (Cha et al., 2019). Karapapas and Goumopoulos (2021) applied machine learning methods using demographic characteristics and data collected from serious games, which showed a high detection performance. The flexibility of wearable platforms has also provided a variety of data to detect cognitive status (Iaboni et al., 2022).
Applications in dementia care and treatment
Socially assistive robots
Given the complexity of dementia care and that the aging population requires more care from a decreasing number of caregivers, researchers have been exploring ways to utilize advanced robotic technology to assist elderly care (Hung et al., 2019; Koutentakis et al., 2020). PARO is one of the most popular interactive pet robots for older adults. It has the appearance of a baby harp seal and provides companionship and emotional interaction to users (Hung et al., 2019). Other socially interactive robots provide support in daily engagement for those who have MCI or are at the early stage of dementia (Law et al., 2019). CompanionAble is a robot that helps MCI or dementia patients live at home by linking to a smart home environment (Schroeter et al., 2013). This robot focuses on cognitive and social support, such as daily activity reminders, suggesting activities, video calling, and cognitive training, which were tested with five couples in their homes over 2 days and potentially reduced the burden for caregivers (Schroeter et al., 2013). RobuLAB10 is a robot to monitor emotions, help in health emergencies, make calls, and provide cognitive training and other support for daily activities (Pino et al., 2015). These social robots are tested in research with limited participants followed during a short period and are not widely adopted in the real world.
Drug discovery
New drug discovery is a long process, including preclinical processes and clinical trials. The preclinical process before in vitro tests includes target identification and validation, compound screening, and lead discovery (Stamate et al., 2019). AI techniques could be applied in all aspects of this process to accelerate new drug development, among which VS and target discovery are the most common application scenarios (Stamate et al., 2019). Figure 2 shows the common AI application of dementia drug discovery.
Figure 2.
Applications of AI on Dementia Drug Discovery
Target discovery aims to confirm a causal association between target and disease, which involves protein structure and chemical–protein interaction predictions (Fang et al., 2015). Recent studies indicated that AD shares intermediate endophenotypes and underlying mechanisms with other diseases, which means there would be multiple targets for AD (Fang et al., 2020). Fang et al. applied naïve Bayesian and recursive partitioning algorithms to predict active compounds bound to as many targets as possible (e.g., the Amyloid Precursor Protein). The methods were evaluated with internally fivefold cross-validation and an external test dataset with an average AUC of 0.965 (Fang et al., 2015). His team also proposed a network-based AI framework to identify potential drug targets by integrating multiomics data, human protein–protein networks, and other related data (Fang et al., 2021).
VS is extremely computationally intensive and likely to take an incredible amount of time in silico searches over millions of compounds, ultimately increasing yields of potential drug lead (Carpenter and Huang, 2018). Machine learning methods are conducted to speed this process up by building predictive models using active and inactive molecules. SVM is generally among the top performers in machine learning for VS studies (Carpenter and Huang, 2018). It applied the “kernel” function to map the database molecules into high-dimensional representations. Yang et al. (2010) performed SVM and RF to predict γ-secretase inhibitors and noninhibitors related to AD prevention and treatment.
Deep learning is reported to perform better than machine learning methods (Carpenter and Huang, 2018), among which ANN and CNN are the most widely used methods (Anastasio, 2021; Fang et al., 2022; Wang et al., 2022).Rodriguez et al. (2021) proposed a machine learning framework to nominate drugs that the FDA had already approved. They explored the potential associations between AD and molecular mechanisms described by a list of genes, which integrated LR, SVM, RF, and two-layer CNN. Wang et al. (2022) applied graph-based deep learning for drug–target interaction prediction, which performed better than naïve Bayes, logistic regression, and RF classifiers.
Conclusions and future challenges
AI technology can be applied to the field of dementia research to contribute to fast and accurate diagnosis, providing accessible cognition training tools and reducing care burden. AI can also monitor the progression from MCI to dementia so that those at high risk receive timely interventions. Deep learning has become more popular, particularly in image processing, due to its ability to process complex data. However, one the one hand, the complexity algorithms and black box of explanation restrict its access to clinical researchers. On the other hand, most of the studies explored the performance of the proposed algorithms on datasets with different sample sizes and data features, which makes it challenging to compare different methods. Online datasets, such as ADNI, AIBL, and MIRIAD, have contributed to dementia research (Ebrahimighahnavieh et al., 2020). However, even in the same datasets, different studies may still be incomparable as they can apply different parts of those data for different features. For example, applying single biomarkers or merging various data sources, such as demographic and clinical information, performs differently. Thus, further exploration of benchmarking datasets and standard frameworks in different types of dementia is a necessary challenge. In addition, the increasing usage of smart wearable devices that generate complexity big data has provided a new avenue for detecting cognitive impairment (Chen et al., 2019). This kind of digital biomarker has enormous potential power in dementia research in the future.
Acknowledgements
This manuscript was facilitated by the Alzheimer’s Association International Society to Advance Alzheimer’s Research and Treatment (ISTAART), through the Design and Data Analytics professional interest area (DaDA PIA). The views and opinions expressed by the authors in this publication represent those of the authors and do not necessarily reflect those of the PIA membership, ISTAART, or the Alzheimer’s Association.
Open peer review
To view the open peer review materials for this article, please visit http://doi.org/10.1017/pcm.2022.10.
Author contributions
K.K.F.T. and P.J. authors made an equal contribution to this work.
Competing interest
The authors declare none.
References
- Ahmed S, Haigh AM, de Jager CA and Garrard P (2013) Connected speech as a marker of disease progression in autopsy-proven Alzheimer’s disease. Brain 136(Pt 12), 3727–3737. 10.1093/brain/awt269. [DOI] [PMC free article] [PubMed] [Google Scholar]
- American Psychiatric Association (2013) Diagnostic and Statistical Manual of Mental Disorders. Washington, DC: American Psychiatric Association. [Google Scholar]
- Anastasio TJ (2021) Predicting the potency of anti-Alzheimer’s drug combinations using machine learning. Processes 9(2), 264. 10.3390/pr9020264. [DOI] [Google Scholar]
- Becker JT, Boller F, Lopez OL, Saxton J and McGonigle KL (1994) The natural history of Alzheimer’s disease. Archives of Neurology 51(6), 585–594. [DOI] [PubMed] [Google Scholar]
- Beltrami D, Gagliardi G, Rossini Favretti R, Ghidoni E, Tamburini F and Calza L (2018. ) Speech analysis by natural language processing techniques: a possible tool for very early detection of cognitive decline? Frontiers in Aging Neuroscience 10, 369. 10.3389/fnagi.2018.00369. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Bouchard RW (2007) Diagnostic criteria of dementia. The Canadian Journal of Neurological Sciences 34(Suppl 1), S11–S18. 10.1017/s0317167100005497. [DOI] [PubMed] [Google Scholar]
- Carpenter KA and Huang XD (2018) Machine learning-based virtual screening and its applications to Alzheimer’s drug discovery: a review. Current Pharmaceutical Design 24(28), 3347–3358. 10.2174/1381612824666180607124038. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Cha J, Voigt-Antons J-N, Trahms C, O’Sullivan JL, Gellert P, Kuhlmey A and Nordheim J (2019) Finding critical features for predicting quality of life in tablet-based serious games for dementia. Quality and User Experience 4(1), 1–20. 10.1007/s41233-019-0028-2. [DOI] [Google Scholar]
- Chan JYC, Yau STY, Kwok TCY, and Tsoi KKF (2021. ) Diagnostic performance of digital cognitive tests for the identification of MCI and dementia: a systematic review. Ageing Research Reviews 72, 101506. 10.1016/j.arr.2021.101506. [DOI] [PubMed] [Google Scholar]
- Chang CH, Lin CH, Liu CY, Huang CS, Chen SJ, Lin WC and Lane HY (2021) Plasma d-glutamate levels for detecting mild cognitive impairment and Alzheimer’s disease: machine learning approaches. Journal of Psychopharmacology 35(3), 265–272. 10.1177/0269881120972331. [DOI] [PubMed] [Google Scholar]
- Chelberg GR, Neuhaus M, Mothershaw A, Mahoney R and Caffery LJ (2022) Mobile apps for dementia awareness, support, and prevention – review and evaluation. Disability and Rehabilitation 44, 4909–4920. 10.1080/09638288.2021.1914755. [DOI] [PubMed] [Google Scholar]
- Chen R, Jankovic F, Marinsek N, Foschini L, Kourtis L, Signorini A and Trister A (2019) Developing measures of cognitive impairment in the real world from consumer-grade multimodal sensor streams. In Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining. New York: Association for Computing Machinery, pp. 2145–2155. [Google Scholar]
- Chen Y and Pham TD (2013) Development of a brain MRI-based hidden Markov model for dementia recognition. Biomedical Engineering Online 12(1), 1–16. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Chiu PY, Tang HP, Wei CY, Zhang CY, Hung GU and Zhou WH (2019) NMD-12: a new machine-learning derived screening instrument to detect mild cognitive impairment and dementia. PLoS One 14(3), e0213430. 10.1371/journal.pone.0213430. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Chodosh J, Petitti DB, Elliott M, Hays RD, Crooks VC, Reuben DB and Wenger N (2004) Physician recognition of cognitive impairment: evaluating the need for improvement. Journal of the American Geriatrics Society 52(7), 1051–1059. [DOI] [PubMed] [Google Scholar]
- Deepa R, Shanmugam A and Tamilselvan E (2017) EEG feature extraction and classification of Alzheimer’s disease using support vector machine classifier. International Journal of Electronics, Electrical and Computational System 6(8), 165–169. [Google Scholar]
- Ding S, Zhu Z and Zhang X (2017) An overview on semi-supervised support vector machine. Neural Computing and Applications 28(5), 969–978. 10.1007/s00521-015-2113-7. [DOI] [Google Scholar]
- Ebrahimighahnavieh MA, Luo SH and Chiong R (2020) Deep learning to detect Alzheimer’s disease from neuroimaging: a systematic literature review. Computer Methods and Programs in Biomedicine 187, 105242. 10.1016/j.cmpb.2019.105242. [DOI] [PubMed] [Google Scholar]
- Ernst RL and Hay JW (1994) The US economic and social costs of Alzheimer’s disease revisited. American Journal of Public Health 84, 1261–1264. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Fang J, Li Y, Liu R, Pang X, Li C, Yang R and Du GH (2015) Discovery of multitarget-directed ligands against Alzheimer’s disease through systematic prediction of chemical-protein interactions. Journal of Chemical Information and Modeling 55(1), 149–164. 10.1021/ci500574n. [DOI] [PubMed] [Google Scholar]
- Fang J, Pieper AA, Nussinov R, Lee G, Bekris L, Leverenz JB and Cheng F (2020) Harnessing endophenotypes and network medicine for Alzheimer’s drug repurposing. Medicinal Research Reviews 40(6), 2386–2426. 10.1002/med.21709. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Fang JS, Zhang PY, Wang Q, Chiang CW, Zhou YD, Hou Y and Cheng FX (2022) Artificial intelligence framework identifies candidate targets for drug repurposing in Alzheimer’s disease. Alzheimers Research & Therapy 14(1), 7. 10.1186/s13195-021-00951-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Forbes KE, Venneri A and Shanks MF (2002) Distinct patterns of spontaneous speech deterioration: an early predictor of Alzheimer’s disease. Brain and Cognition 48(2–3), 356–361. [PubMed] [Google Scholar]
- Garcia SD, Ritchie CW and Luz S (2020) Artificial intelligence, speech, and language processing approaches to monitoring Alzheimer’s disease: a systematic review. Journal of Alzheimer’s Disease 78(4), 1547–1574. 10.3233/jad-200888. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Gatz M, Reynolds CA, Fratiglioni L, Johansson B, Mortimer JA, Berg S and Pedersen NL (2006) Role of genes and environments for explaining Alzheimer disease. Archives of General Psychiatry 63(2), 168–174. [DOI] [PubMed] [Google Scholar]
- Ghafurian M, Hoey J and Dautenhahn K (2021) Social robots for the care of persons with dementia. ACM Transactions on Human-Robot Interaction 10(4), 1–31. 10.1145/3469653. [DOI] [Google Scholar]
- Greaves CV and Rohrer JD (2019) An update on genetic frontotemporal dementia. Journal of Neurology 266(8), 2075–2086. 10.1007/s00415-019-09363-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Guerreiro R, Escott-Price V, Hernandez DG, Kun-Rodrigues C, Ross OA, Orme T and Bras J (2019) Heritability and genetic variance of dementia with Lewy bodies. Neurobiology of Disease 127, 492–501. 10.1016/j.nbd.2019.04.004. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Hirschberg J and Manning CD (2006) Advances in natural language processing. Science 349, 6245. [DOI] [PubMed] [Google Scholar]
- Huff FJ (1986) Equivalent forms of the Boston naming test. Journal of Clinical and Experimental Neuropsychology 8(5), 556–562. [DOI] [PubMed] [Google Scholar]
- Hung L, Liu C, Woldum E, Au-Yeung A, Berndt A, Wallsworth C and Chaudhury H (2019) The benefits of and barriers to using a social robot PARO in care settings: a scoping review. BMC Geriatrics 19(1), 232. 10.1186/s12877-019-1244-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Iaboni A, Spasojevic S, Newman K, Schindel Martin L, Wang A, Ye B and Khan SS (2022) Wearable multimodal sensors for the detection of behavioral and psychological symptoms of dementia using personalized machine learning models. Alzheimer’s & Dementia: Diagnosis, Assessment & Disease Monitoring 14(1), e12305. 10.1002/dad2.12305. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Ieracitano C, Mammone N, Hussain A, and Morabito FC (2020) A novel multi-modal machine learning based approach for automatic classification of EEG recordings in dementia. Neural Networks 123, 176–190. 10.1016/j.neunet.2019.12.006. [DOI] [PubMed] [Google Scholar]
- Irazoki E, Contreras-Somoza LM, Toribio-Guzman JM, Jenaro-Rio C, van der Roest H and Franco-Martin MA (2020) Technologies for cognitive training and cognitive rehabilitation for people with mild cognitive impairment and dementia. A systematic review. Frontiers in Psychology 11, 648. 10.3389/fpsyg.2020.00648. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Jaffe J and Feldstein S (1970) Rhythms of Dialogue, Vol. 8. New York: Academic Press. [Google Scholar]
- Jaya Shree LK and Venkateshwarlu B (2021) Automatic detection of EEG as biomarker using deep learning: a review. Annals of the Romanian Society for Cell Biology 25, 6502–6511. [Google Scholar]
- Karapapas C and Goumopoulos C (2021) Mild cognitive impairment detection using machine learning models trained on data collected from serious games. Applied Sciences-Basel 11(17), 8184. 10.3390/app11178184. [DOI] [Google Scholar]
- Knesevich JW, LaBarge E and Edwards D (1986) Predictive value of the Boston naming test in mild senile dementia of the Alzheimer type. Psychiatry Research 19(2), 155–161. [DOI] [PubMed] [Google Scholar]
- Knopman DS, Boeve BF and Petersen RC (2003) Essentials of the proper diagnoses of mild cognitive impairment, dementia, and major subtypes of dementia. Mayo Clinic Proceedings 78(10), 1290–1308. 10.4065/78.10.1290. [DOI] [PubMed] [Google Scholar]
- Koutentakis D, Pilozzi A and Huang X (2020) Designing socially assistive robots for Alzheimer’s disease and related dementia patients and their caregivers: where we are and where we are headed. Healthcare (Basel) 8(2), 73. 10.3390/healthcare8020073. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Krizhevsky A, Sutskever I and Hinton GE (2012) ImageNet Classification with Deep Convolutional Neural Networks, Advances in Neural Information Processing Systems, Vol. 25. Curran Associates. [Google Scholar]
- Kumar S, Oh I, Schindler S, Lai AM, Payne PRO and Gupta A (2021) Machine learning for modeling the progression of Alzheimer disease dementia using clinical data: a systematic literature review. Jamia Open 4(3), 00ab052. 10.1093/jamiaopen/ooab052. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Law M, Sutherland C, Ahn HS, MacDonald BA, Peri K, Johanson DL and Broadbent E (2019) Developing assistive robots for people with mild cognitive impairment and mild dementia: a qualitative study with older adults and experts in aged care. BMJ Open 9(9), e031937. 10.1136/bmjopen-2019-031937. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Liang H, Sun X, Sun Y, and Gao Y (2017) Text feature extraction based on deep learning: a review. EURASIP Journal on Wireless Communications and Networking 2017(1), 211. 10.1186/s13638-017-0993-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Luz S, de la Fuente S and Albert P (2018) A method for analysis of patient speech in dialogue for dementia detection. Preprint, https://arxiv.org/abs/1811.09919.
- Luz S, Haider, F. , de la Fuente S, Fromm D and MacWhinney B (2020) Alzheimer’s Dementia Recognition through Spontaneous Speech: the address challenge. Preprint, arXiv:200406833.
- Mackenzie IR, Frick P and Neumann M (2014) The neuropathology associated with repeat expansions in the C9ORF72 gene. Acta Neuropathologica 127(3), 347–357. 10.1007/s00401-013-1232-4. [DOI] [PubMed] [Google Scholar]
- Malek N, Baker MR, Mann C, and Greene J (2017) Electroencephalographic markers in dementia. Acta Neurologica Scandinavica 135(4), 388–393. 10.1111/ane.12638. [DOI] [PubMed] [Google Scholar]
- Marinescu RV, Oxtoby NP, Young AL, Bron EE, Toga AW, Weiner MW and Alexander DC (2021) The Alzheimer’s disease prediction of longitudinal evolution (TADPOLE) challenge: results after 1 year follow-up. Journal of Machine Learning for Biomedical Imaging 1, 19. [Google Scholar]
- McKhann GDD, Folstein M, Katzman R, Price D and Stadlan EM (1984) Clinical diagnosis of Alzheimer’s disease: report of the NINCDS-ADRDA work group under the auspices of Department of Health and Human Services Task Force on Alzheimer’s disease. Neurology 34, 939–944. [DOI] [PubMed] [Google Scholar]
- Miao Y, Jiang H, Liu H, and Yao YD (2017) An Alzheimer’s disease related genes identification method based on multiple classifier integration. Computer Methods and Programs in Biomedicine 150, 107–115. 10.1016/j.cmpb.2017.08.006. [DOI] [PubMed] [Google Scholar]
- Mishra R and Li B (2020) The application of artificial intelligence in the genetic study of Alzheimer’s disease. Aging and Disease 11(6), 1567–1584. 10.14336/ad.2020.0312. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Morris JC (2006) Mild cognitive impairment is early-stage Alzheimer disease: time to revise diagnostic criteria. Archives of Neurology 63(1), 15–16. [DOI] [PubMed] [Google Scholar]
- Mueller KD, Koscik RL, Hermann BP, Johnson SC and Turkstra LS (2017) Declines in connected language are associated with very early mild cognitive impairment: results from the Wisconsin registry for Alzheimer’s prevention. Frontiers in Aging Neuroscience 9, 437. 10.3389/fnagi.2017.00437. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Nichols E, Steinmetz JD, Vollset SE, Fukutaki K, Chalek J, Abd-Allah F and Vos T (2022) Estimation of the global prevalence of dementia in 2019 and forecasted prevalence in 2050: an analysis for the global burden of disease study 2019. The Lancet Public Health 7(2), e105–e125. 10.1016/s2468-2667(21)00249-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Panegyres PK, Berry R and Burchell J (2016) Early dementia screening. Diagnostics (Basel) 6(1), 6. 10.3390/diagnostics6010006. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Pellegrini E, Ballerini L, Hernandez MDCV, Chappell FM, Gonzalez-Castro V, Anblagan D and Wardlaw JM (2018) Machine learning of neuroimaging for assisted diagnosis of cognitive impairment and dementia: a systematic review. Alzheimer’s and Dementia: Diagnosis, Assessment and Disease Monitoring 10, 519–535. 10.1016/j.dadm.2018.07.004. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Petersen RC (2004) Mild cognitive impairment as a diagnostic entity. Journal of Internal Medicine 256(3), 183–194. [DOI] [PubMed] [Google Scholar]
- Pino M, Boulay M, Jouen F, and Rigaud AS (2015) “Are we ready for robots that care for us?” Attitudes and opinions of older adults toward socially assistive robots. Frontiers in Aging Neuroscience 7, 141. 10.3389/fnagi.2015.00141. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Prince M, Bryce R, Albanese E, Wimo A, Ribeiro W and Ferri CP (2013) The global prevalence of dementia: a systematic review and metaanalysis. Alzheimers Dement 9(1), 63–75.e2. 10.1016/j.jalz.2012.11.007. [DOI] [PubMed] [Google Scholar]
- Prince M, Comas-Herrera A, Knapp M, Guerchet M and Karagiannidou M (2016) World Alzheimer Report 2016: Improving Healthcare for People Living with Dementia: Coverage, Quality and Costs Now and in the Future. Alzheimer’s Disease International. Available at https://www.alz.co.uk/research/world-report-2016.
- Ritchie C, Smailagic N, Noel-Storr AH, Ukoumunne O, Ladds EC and Martin S (2017) CSF tau and the CSF tau/ABeta ratio for the diagnosis of Alzheimer’s disease dementia and other dementias in people with mild cognitive impairment (MCI). Cochrane Database of Systematic Reviews 3, CD010803. 10.1002/14651858.CD010803.pub2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Rodriguez S, Hug C, Todorov P, Moret N, Boswell SA, Evans K and Sokolov A (2021) Machine learning identifies candidates for drug repurposing in Alzheimer’s disease. Nature Communications 12(1), 1033. 10.1038/s41467-021-21330-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Rodriguez-Aranda C, Waterloo K, Johnsen SH, Eldevik P, Sparr S, Wikran GC and Vangberg TR (2016) Neuroanatomical correlates of verbal fluency in early Alzheimer’s disease and normal aging. Brain and Language 155–156, 24–35. 10.1016/j.bandl.2016.03.001. [DOI] [PubMed] [Google Scholar]
- Schroeter C, Mueller S, Volkhardt M, Einhorn E, Huijnen C, van den Heuvel H and Gross HM (2013) Realization and user evaluation of a companion robot for people with mild cognitive impairments. In 2013 IEEE International Conference on Robotics and Automation IEEE.
- Sharma N, Kolekar MH and Jha K (2021) EEG based dementia diagnosis using multi-class support vector machine with motor speed cognitive test. Biomedical Signal Processing and Control 63, 102102. 10.1016/j.bspc.2020.102102. [DOI] [Google Scholar]
- Sims R, Hill M, Williams J (2020) The multiplex model of the genetics of Alzheimer’s disease. Nature Neuroscience 23(3), 311–322. 10.1038/s41593-020-0599-5. [DOI] [PubMed] [Google Scholar]
- Spooner A, Chen E, Sowmya A, Sachdev P, Kochan NA, Trollor J and Brodaty H (2020) A comparison of machine learning methods for survival analysis of high-dimensional clinical data for dementia prediction. Scientific Reports 10(1), 20410. 10.1038/s41598-020-77220-w. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Stamate D, Kim M, Proitsi P, Westwood S, Baird A, Nevado-Holgado A and Legido-Quigley C (2019) A metabolite-based machine learning approach to diagnose Alzheimer-type dementia in blood: results from the European medical information framework for Alzheimer disease biomarker discovery cohort. Alzheimer’s and Dementia: Translational Research and Clinical Interventions 5, 933–938. 10.1016/j.trci.2019.11.001. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Stancin I, Cifrek M and Jovic A (2021) A review of EEG signal features and their application in driver drowsiness detection systems. Sensors (Basel) 21(11), 3786. 10.3390/s21113786. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Staudinger T and Polikar R (2011) Analysis of complexity based EEG features for the diagnosis of Alzheimer’s disease. In Annual International Conference of the IEEE Engineering in Medicine and Biology Society IEEE Engineering in Medicine and Biology Society Annual International Conference, pp. 2033–2036. 10.1109/IEMBS.2011.6090374. [DOI] [PubMed]
- Suk HI, Lee SW, Shen DG, and The Alzheimer’s Disease Neuroimaging Initiative (2016) Deep sparse multi-task learning for feature selection in Alzheimer’s disease diagnosis. Brain Structure & Function 221(5), 2569–2587. 10.1007/s00429-015-1059-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Thabtah F, Mampusti E, Peebles D, Herradura R and Varghese J (2019) A mobile-based screening system for data analyses of early dementia traits detection. Journal of Medical Systems 44(1), 24. 10.1007/s10916-019-1469-0. [DOI] [PubMed] [Google Scholar]
- Thabtah F, Peebles D, Retzler J, and Hathurusingha C (2020) A review of dementia screening tools based on mobile application. Health and Technology 10(5), 1011–1022. 10.1007/s12553-020-00426-5. [DOI] [Google Scholar]
- Thabtah F, Peebles D, Retzler J, and Hathurusingha C (2020) Dementia medical screening using mobile applications: a systematic review with a new mapping model. Journal of Biomedical Informatics 111, 103573. 10.1016/j.jbi.2020.103573. [DOI] [PubMed] [Google Scholar]
- Tian JQ, Smith G, Guo H, Liu BY, Pan ZH, Wang ZJ and Fang RG (2021) Modular machine learning for Alzheimer’s disease classification from retinal vasculature. Scientific Reports 11(1), 238. 10.1038/s41598-020-80312-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Tzimourta KD, Christou V, Tzallas AT, Giannakeas N, Astrakas LG, Angelidis P and Tsipouras MG (2021) Machine learning algorithms and statistical approaches for Alzheimer’s disease analysis based on resting-state EEG recordings: a systematic review. International Journal of Neural Systems 31(5), 2130002. 10.1142/S0129065721300023. [DOI] [PubMed] [Google Scholar]
- Valcour VG, Masaki KH, Curb JD and Blanchette PL (2000) The detection of dementia in the primary care setting. Archives of Internal Medicine 160(19), 2964–2968. [DOI] [PubMed] [Google Scholar]
- Vamathevan J, Clark D, Czodrowski P, Dunham I, Ferran E, Lee G and Zhao S (2019) Applications of machine learning in drug discovery and development. Nature Reviews Drug Discovery 18(6), 463–477. 10.1038/s41573-019-0024-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Varatharajah Y, Ramanan VK, Iyer R, and Vemuri P (2019) Predicting short-term MCI-to-AD progression using imaging, CSF, genetic factors, cognitive resilience, and demographics. Scientific Reports 9(1), 2235. 10.1038/s41598-019-38793-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Varma VR, Oommen AM, Varma S, Casanova R, An Y, and rews RM and Thambisetty M (2018) Brain and blood metabolite signatures of pathology and progression in Alzheimer disease: a targeted metabolomics study. PLoS Medicine 15(1), e1002482. 10.1371/journal.pmed.1002482. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Venneri A, Jahn-Carta C, De Marco M, Quaranta D and Marra C (2018) Diagnostic and prognostic role of semantic processing in preclinical Alzheimer’s disease. Biomarkers in Medicine 12(6), 637–651. [DOI] [PubMed] [Google Scholar]
- Wang SD, Du ZZ, Ding M, Rodriguez-Paton A and Song T (2022) KG-DTI: a knowledge graph based deep learning method for drug-target interaction predictions and Alzheimer’s disease drug repositions. Applied Intelligence 52(1), 846–857. 10.1007/s10489-021-02454-8. [DOI] [Google Scholar]
- Weiner J, Engelbart M and Schultz T (2017) Manual and automatic transcriptions in dementia detection from speech. Interspeech 2017, 3117–3121. [Google Scholar]
- Williams JP, Storlie CB, Therneau TM, Clifford Jr. RJ and Hannig J (2019) A Bayesian approach to multistate hidden Markov models: application to dementia progression. Journal of the American Statistical Association 115(529), 16–31. 10.1080/01621459.2019.1594831. [DOI] [Google Scholar]
- World Health Organization (1992) The ICD-10 Classification of Mental and Behavioural Disorders: Clinical Descriptions and Diagnostic Guidelines. Geneva: World Health Organization. [Google Scholar]
- Xu L, Liang G, Liao C, Chen GD and Chang CC (2018) An efficient classifier for Alzheimer’s disease genes identification. Molecules 23(12), 3140. 10.3390/molecules23123140. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Yang XG, Lv W, Chen YZ, and Xue Y (2010) In silico prediction and screening of gamma-secretase inhibitors by molecular descriptors and machine learning methods. Journal of Computational Chemistry 31(6), 1249–1258. 10.1002/jcc.21411. [DOI] [PubMed] [Google Scholar]
- Zetterberg H (2019) Blood-based biomarkers for Alzheimer’s disease – an update. Journal of Neuroscience Methods 319, 2–6. 10.1016/j.jneumeth.2018.10.025. [DOI] [PubMed] [Google Scholar]
- Zhang H, Huntley J, Bhome R, Holmes B, Cahill J, Gould RL and Howard R (2019) Effect of computerised cognitive training on cognitive outcomes in mild cognitive impairment: a systematic review and meta-analysis. BMJ Open 9(8), e027062. 10.1136/bmjopen-2018-027062. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Zhu FB, Li XN, Tang HP, He Z, Zhang CY, Hung GU, Zhou WH (2020) Machine learning for the preliminary diagnosis of dementia. Scientific Programming 2020, 1–10. 10.1155/2020/5629090. [DOI] [PMC free article] [PubMed] [Google Scholar]



