Skip to main content

ORIGINAL RESEARCH article

Front. Aging Neurosci., 15 April 2024
Sec. Alzheimer's Disease and Related Dementias
Volume 16 - 2024 | https://doi.org/10.3389/fnagi.2024.1285905

Distance-based novelty detection model for identifying individuals at risk of developing Alzheimer's disease

Hongqin Yang1 Jiangbing Mao1 Qinyong Ye2* Magda Bucholc3* Shuo Liu3 Wenzhao Gao3 Jie Pan4 Jiawei Xin2 Xuemei Ding5,3* for the Australian Imaging Biomarkers Lifestyle flagship study of ageing
  • 1Fujian Provincial Key Laboratory for Photonics Technology, Key Laboratory of OptoElectronic Science and Technology for Medicine of Ministry of Education, Fujian Normal University, Fuzhou, China
  • 2Department of Neurology, Fujian Medical University Union Hospital, Fuzhou, China
  • 3School of Computing, Engineering and Intelligent Systems, Ulster University, Derry-Londonderry, Derry, United Kingdom
  • 4Xiamen Jingyi Zhikang Technology Co., Ltd., Xiamen, China
  • 5Fujian Provincial Engineering Research Centre for Public Service Big Data Mining and Application, Fujian Provincial University Engineering Research Centre for Big Data Analysis and Application, Fujian Normal University, Fuzhou, China

Introduction: Novelty detection (ND, also known as one-class classification) is a machine learning technique used to identify patterns that are typical of the majority class and can discriminate deviations as novelties. In the context of Alzheimer's disease (AD), ND could be employed to detect abnormal or atypical behavior that may indicate early signs of cognitive decline or the presence of the disease. To date, few research studies have used ND to discriminate the risk of developing AD and mild cognitive impairment (MCI) from healthy controls (HC).

Methods: In this work, two distinct cohorts with highly heterogeneous data, derived from the Australian Imaging Biomarkers and Lifestyle (AIBL) Flagship Study of Ageing project and the Fujian Medical University Union Hospital (FMUUH) China, were employed. An innovative framework with built-in easily interpretable ND models constructed solely on HC data was introduced along with proposing a strategy of distance to boundary (DtB) to detect MCI and AD. Subsequently, a web-based graphical user interface (GUI) that incorporates the proposed framework was developed for non-technical stakeholders.

Results: Our experimental results indicate that the best overall performance of detecting AD individuals in AIBL and FMUUH datasets was obtained by using the Mixture of Gaussian-based ND algorithm applied to single modality, with an AUC of 0.8757 and 0.9443, a sensitivity of 96.79% and 89.09%, and a specificity of 89.63% and 90.92%, respectively.

Discussion: The GUI offers an interactive platform to aid stakeholders in making diagnoses of MCI and AD, enabling streamlined decision-making processes. More importantly, the proposed DtB strategy could visually and quantitatively identify individuals at risk of developing AD.

1 Introduction

As the population ages, the impact of neurodegenerative diseases such as Alzheimer's disease (AD), the most common type of dementia (Feigin et al., 2020), is becoming increasingly significant. Neurodegeneration incrementally diminishes the quality of a patient's life and leads to a heavy economic burden in healthcare. In 2022 the Alzheimer's Disease International (ADI) reported that the number of people worldwide suffering from dementia exceeded 50 million, with the total estimated cost of dementia surpassing US$ 1.3 trillion, which is projected to double by 2030 (Gauthier et al., 2022). China, the world's most populous country, accounts for 25% of the world's dementia cases. According to Jia et al. (2020), the total number of people with dementia in China was 14.1 million in 2020, and it is projected to increase to 23.3 million by 2030. The total costs of dementia in China reached US$ 69 billion in 2020 and are estimated to increase to US$ 114.2 billion in 2030 (Ren et al., 2022).

Therefore, there is an urgent need to develop AI-enabled Clinical Decision Support Systems (AI-CDSS) to expedite AD diagnosis and prognosis, thereby enhancing healthcare quality. It has been shown that CDSS can facilitate prompt clinical decision-making processes, minimize medical errors, and lower economic costs. The advancement of AI in healthcare has become a strategic priority in numerous countries, including the US, China, and the UK. For instance, in August 2019, the UK Health Secretary announced a significant investment of £250 million to establish a new national AI lab. This lab aims to tackle major healthcare challenges, including dementia treatments (Hancock, 2019).

As a machine learning technique within the realm of AI, novelty detection (ND) holds the potential for integration into AI-CDSS. ND can detect abnormal behaviors that deviate from typical patterns, making it particularly valuable in safety-critical domains like healthcare. For instance, it has been employed to predict new disease-causing genes (Vasighizaker et al., 2019) and identify anomalous movements in Parkinson's disease patients (Rad et al., 2018). However, there have been limited studies that utilize ND to assess the risk of developing AD. Unlike other machine learning methods, including deep learning applied in the area (Ebrahimighahnavieh et al., 2020; Wang et al., 2020; Liu et al., 2021; Qiao et al., 2022), ND techniques are easily interpretable and applicable even when only one class of data is available (so-called one-class classification), i.e., healthy controls (HC) data in this scenario. A few recent studies of data modeling for mild cognitive impairment (MCI) and AD prediction (Zuo et al., 2021, 2023; Lei et al., 2023) were still built on binary or multiple classes that should be given during the model's training process. They performed binary classification of early MCI (EMCI) vs. HC, late MCI (LMCI) vs. HC, AD vs. HC, EMCI vs. LMCI, and LMCI vs. AD, as well as multiple classifications of LMCI vs. EMCI vs. HC. ND would fully address the issue of training a model based on unbalanced data, which may result in a skewed classification result.

Therefore, this study introduces an innovative approach that holds significant promise for early-stage identification of AD. The main contributions of the work are as follows:

1) Strategic reliance on the power of ND techniques

    This novel framework employs a training model that is meticulously constructed solely using the data from HC to uncover anomalous instances, which, in this case, could indicate the presence of early-stage AD. By training the model exclusively on HC data, we taught it to identify deviations from this norm, thus making it exceptionally sensitive to potential signs of cognitive decline even before they manifest clearly.

2) An innovative distance to boundary (DtB) strategy

    To enhance the strategic reliance on ND, this study constructed a closed decision boundary tightly surrounding the HC data. Consequently, a distance to the boundary (DtB) strategy is proposed to detect MCI and AD according to the distance of the individual's data point to the decision boundary. Such distance can identify the severity of each individual developing early-stage AD, which in turn can be referred by clinicians for follow-up treatment.

3) Class imbalance alleviation in full

    Traditional classification techniques require balanced datasets encompassing both positive and negative classes. However, in the context of AD, we are predominantly concerned with the positive class, i.e., identifying those with the condition. Our framework not only accommodates this skewed focus but thrives in it. By concentrating solely on the HC data for training, we built a model intricately attuned to differentiating healthy patterns from potentially aberrant ones.

4) Cross-regional data employment and an interactive graphical user interface development

    We employed two distinct cohorts with highly heterogeneous data from Australia and China, aiming to generalize the proposed DtB strategy. Our findings indicate that a Mixture of Gaussian-based ND method applied to a single modality achieved the highest overall performance in detecting MCI and AD. More importantly, we developed a web-based interactive graphical user interface (GUI) tailored for non-technical stakeholders that incorporates our proposed ND-based framework. This interface introduces a transformative pathway, equipping stakeholders with the means to initiate the evolution of a CDSS that holds the potential to impact AD-related decision-making and intervention strategies.

2 Materials and methods

2.1 Data extraction

The data used for model development and testing are from the Australian Imaging, Biomarkers and Lifestyle (AIBL) Flagship Study of Aging project (https://www.aibl.csiro.au/) (Ellis et al., 2009) and the Fujian Medical University Union Hospital (FMUUH), China. The usage of both datasets and our submission has been approved by the AIBL Management Committee and the local FMUUH.

2.1.1 The AIBL data

The AIBL data can be categorized into cerebrospinal fluid biomarkers (CSF), cognitive and functional assessments (CFA), magnetic resonance imaging (MRI), positron emission tomography (PET), blood test (BLO), demographic (DEM), and medical history (MH). The CFA involved in our study includes the mini-mental state examination (MMSE), logical memory immediate/delayed recall assessments (LMIR/LMDR), and clinical dementia rating (CDR). The brain imaging data consists of coarse-grained structural MRI and PET with [11C]-Pittsburgh compound B (PIB). They are the total volume of gray matter (GM), white matter (WM), cerebrospinal fluid (CSF), and the total number of active pixels (PIB.PET). Table 1 lists the 33 features [4 CFA, 12 BLO, 4 neuroimaging, 2 sociodemographic, 10 medical history (MH), and ApoE genotype features] that were used as potential predictors of cognitive decline associated with AD.

Table 1
www.frontiersin.org

Table 1. The AIBL modalities and the corresponding 32 features used in the study.

As a gold standard, CDR has been considered a more objective assessment than clinical diagnosis of stage and AD severity. Individuals were categorized into five groups based on the CDR scale levels: the HC (CDR = 0), very mild cognitively impaired (MCI, CDR = 0.5), mild (CDR = 1), moderate (CDR = 2), and severe (CDR = 3) AD patients (Ding et al., 2018). Hence, we used CDR as a target feature due to its strong correlation with clinical diagnostic results (see Supplementary Figure 1). Due to limited data with CDR scores of 2 and 3, we incorporated them and the data with CDR scores of 1 into one category (i.e., AD).

Consequently, we extracted complete non-imaging data from a total of 861 individuals at baseline (BL), where only 262, 222, and 142 individuals had follow-up visits after 18 (M18), 36 (M36), and 54 (M54) months, respectively. Hence, we used 1487 complete non-imaging data, including the CFA, BLO, DEM, MH, and ApoE features, to implement the proposed DtB strategy. However, including MRI and PIB.PET brain imaging data generated only 641 complete data, which were used to construct the ND models and conduct comparative analysis in terms of different modality combinations.

2.1.2 The FMUUH data

To evaluate our proposed strategy on data from different regions, this study also considered 330 local clinical data records (148 HC and 182 AD) obtained from FMUUH China. Six available features containing three cognitive assessments [MMSE, Alzheimer's Disease Cooperative Study - Activities of Daily Living (ADCS-ADL), and Neuropsychiatric Inventory (NPI)] and three demographics (age, education level, and gender) were obtained. The data varied partially from AIBL but were representative since they were provided by our research collaborators and used in the local hospital. Statistical analysis of demographic features in relation to AIBL and FMUUH can be accessed in Supplementary Table 1 and Supplementary Figure 2, respectively.

2.2 Feature selection

Min-max normalization was first conducted to assimilate clinical measurements of diverse scales into the range of 0–1. Then, we applied feature selection techniques to identify significant features associated with CDR, which can minimize the computational costs and decrease the analytical complexity. To avoid bias relevant to employing one specific feature selection technique, we adopted in parallel three different filtering approaches based on information gain ratio (IGR) (Karegowda et al., 2010), Pearson's correlation (Grana et al., 2011), and Chi-square (Jin et al., 2006). Afterwards, the Cross-Entropy Monte Carlo rank aggregation algorithm (Pihur et al., 2009) was utilized to aggregate feature ranking results obtained respectively from the above three filters. Finally, the top ten consistently significant features were selected to construct our ND model.

2.3 The framework of constructing ND model

The ND model can be constructed with adequate data from the normal class and few from the abnormal class. Consequently, the constructed model has the ability to detect whether unseen data are normal or abnormal according to their fitness to the model. Being different from binary/multi-class classification, where both normal and abnormal data are applied to model training, the ND model is trained solely on normal data, i.e., HC data in this project, as they are much easier to obtain with lower cost than MCI and AD data, hence making our model more robust to unbalanced and unlabeled data. Figure 1 shows the overall framework of constructing the ND model for detecting MCI and AD. A nested cross-validation (NCV) was implemented within the framework, where the inner loop acts for hyperparameters optimization, and the outer loop assesses the performance of the parameters-tuned ND model on the held-out testing set. Such implementation attempts to overcome the problem of overfitting the training set.

Figure 1
www.frontiersin.org

Figure 1. The overall framework of the ND modeling process. Nested cross-validation is employed to optimize models' hyperparameters (inner loop) and select the model (outer loop), which attempts to overcome the problem of overfitting the training set.

The preprocessed data (i.e., data after normalization and feature selection), with respect to each category, were then split into 5-fold: 4-fold for model development (including 80% normal and 80% abnormal data) and 1-fold for the held-out testing (the remaining 20% normal and 20% abnormal). To avoid any bias introduced by random partitioning and to get better repeatability, each one of the 5-fold was selected as the testing set, and the remaining 4-fold were used as the development set (the outer 5-fold CV loop in Figure 1 for model selection). Next, the normal data in each development set were further split into 5-fold for model training and validation. Note that the training set included 4-fold normal data only to construct an ND model, while the remaining 1-fold normal data were combined with the 80% abnormal data, acting as a validation set to validate the trained model. This process was iterated five times (the inner 5-fold CV in Figure 1) to tune the hyperparameters of the applied ND methods. Afterward, the tuned/optimized hyperparameters and the entire normal data in the development set were applied to produce an optimal ND model whose performance would then be assessed on the held-out testing set unseen during the model development process. Finally, the performance of the ND model was averaged over the five outer folds.

2.4 Novelty detection methods

Four representative ND methods based on k-nearest neighbor (KNN), Mixture of Gaussian (MoG), KMEANS, and support vector data description (SVDD) were employed in this study. The selection of these methods is due to their comprehensive interpretability, popular applicability in various domains, outstanding historical contributions to ND methods development, and the potential expandability for further research (Ding et al., 2014; Pimental et al., 2014).

2.4.1 K-nearest neighbor

The KNN (Hautamaki et al., 2004) is a representative distance-based ND method assuming that all normal data points are close to each other, and anomalies are far from the normal expectations. The KNN method first calculates the distance between the data point x and its k-nearest neighbors [denoted as NNk(x)] and then calculates the distance from these nearest neighbors NNk(x) to their k-nearest neighbors NNk[NNk(x)]. Finally, it discriminates whether a data point x is normal or abnormal by comparing these two distances. The acceptance function, fKNN(x), for a test data point x can be defined as (Hautamaki et al., 2004):

fKNN(x)=I(||x-NNk(x)||||NNk(x)-NNkNNk(x)||1)

where I(·) is a logical indicator function. If · is true, then I(·) = 1 indicates x normal; otherwise I(·) = 0 indicates x abnormal. ||·|| represents the Euclidean distance. k is the parameter to be optimized in KNN. In our experiments, we used the range of integers from 1 to 40 and set step = 1. The max value of the range is usually decided by the size of the data, but the cross-validation results on each fold presented the optimal value, which is always <15.

2.4.2 Mixture of Gaussian

The MoG is a commonly used density-based ND method that calculates a linear combination of multiple components of normal distribution on the given data. The probability density of data x, PMoG(x), can be estimated with (Bishop, 2006):

PMoG(x)=1Nj=1N{aj1(2π)d2|j|12exp                    {12(xμj)Tj1(xμj)}}

where aj is the mixture coefficients, μj is the mean of the jth Gaussian component, is the covariance matrix, and N is the number of Gaussian components. Data lying in a high-density area are accepted as normal, while the rest are detected as abnormal. The variable N is the parameter to be optimized in MoG. We set N in a range of 1–15 with an incremental value of 1.

2.4.3 KMEANS

The KMEANS (Chawla and Gionis, 2013; Gan and Ng, 2017), a representative clustering-based ND method, is one of the most popular techniques due to its simplicity of implementation. This method clusters normal data using a small number (i.e., k) of prototypes. The centroids of k-clustered prototypes are optimized by the following minimized square error:

errorKMEANS=jminkxiμk2

where μk is the centroid associated with the kth cluster. Any data excluded by all clusters would be detected as abnormal. k is the parameter to be optimized in KMEANS. We set k in a range of 1–150 with an incremental value of 1. Again, the cross-validation results on each fold reflected that the optimal value of k is always <15.

2.4.4 Support vector data description

The SVDD (Lazzaretti and Tax, 2015) represents an ND method based on a support vector machine. It employs a hypersphere to define a closed decision boundary around normal data. Any data lying outside the boundary is considered abnormal. The general formulation is based on the following relations (Lazzaretti and Tax, 2015):

S={(xi,xj)|xi,xjsame class}D={(xi,xj)|xi,xjdifferent classes}

where S is a set of similar examples from the same class, while D includes those that are dissimilar from different classes. The learning process involves minimizing the distances between each pair of data points in S and maximizing in D. The radius of the hypersphere R can be calculated by the distance between the center and one of the unbounded support vectors xS:

R2=1-2iaiK(xi,xs)+i,jaiajK(xi,xj)

where xi, xj are the ith and jth data points in the training set. a is the Lagrange multiplier with ∑a = 1 and 0 ≤ aC, and C is the penalty weight that controls the trade-off between the fraction of rejected normal data and the volume of the hypersphere. In this study, the radial basis kernel K, which is the selected kernel, is given by:

K(xi,xj)=exp(-||xi-xj||2σ2)

where σ represents the kernel parameter (width) to be optimized in SVDD. In our experiments, we set σ in a range of −1.5–1.5 with an incremental value of 0.01 to ensure the model is trained with enough fine granularity.

2.5 The algorithm of the proposed DtB strategy

The main idea of the proposed DtB strategy is that the distance of an individual's data point to the ND decision boundary can objectively reflect the individual's severity of developing AD. The theoretical foundation of the strategy is to calculate the distance of each data point to its nearest point on the boundary in order to quantify the severity of cognitive decline. Given the X={x1,,xN} (XRN×D) as the combination of the development dataset XDev and testing set XTest, where N is the total number of data samples, and D represents the dimension of data (i.e., the number of data features), the pseudocode of the proposed DtB algorithm is shown in Algorithm 1.

Algorithm 1
www.frontiersin.org

Algorithm 1. The DtB algorithm.

2.6 Evaluation metrics

Three metrics, i.e., sensitivity, specificity, and the area under the receiver operating characteristic (ROC) curve (AUC), were used to evaluate the performance of our ND models. In the context of ND in the medical domain, abnormal and normal data correspond to positive (MCI/AD) and negative (HC) individuals, respectively. The metrics of sensitivity and specificity are defined with:

sensitivity=Number of true positivesTotal number of individuals with the disease
specificity=Number of true negativesTotal number of individuals without the disease

Since sensitivity can reliably reflect the correct detection rate of the abnormal data, we considered it as the metric to evaluate the effectiveness of our ND model in correctly detecting all those who have AD. Hence, higher sensitivity is associated with more accurate AD diagnosis. While specificity represents the correct detection rate of the normal data, higher specificity indicates that the novelty detector is less likely to misdiagnose HC. Thus, we chose it as an evaluation metric to correctly identify those who are healthy. Subsequently, AUC is an integrated quantitative presentation of the ROC curve plotted on the sensitivity against the 1-specificity at various thresholds; hence, we adopted it to thoroughly evaluate the overall performance of our ND model.

2.7 The interactive GUI development

Using the Shiny package in R (Chang et al., 2022), we developed a user-friendly web-based GUI, an interactive clinical decision support system (CDSS) prototype, based on the proposed DtB strategy. Non-IT users can easily choose different modalities or combinations to build a novelty detector, view the performance of the detector, and further evaluate an individual's severity of developing AD through the visualization of the calculated DtB score and the corresponding CFA scores.

3 Results and analysis

3.1 Features Importance Ranking Upon the Significance to CDR

To determine if cost-effective and non-invasive AD markers have high discriminative power when they are used for detecting potential AD patients, all features shown in Table 1 were grouped into four modalities: (1) CFA (including LMDR, LMIR, and MMSE); (2) brain imaging features (IMG);(3) medical history and demographics (MH and DEM); and (4) blood tests and ApoE genotype (BLO and ApoE).

Figure 2A shows that CFA has the strongest correlation with CDR, followed by IMG (excluding WM) and ApoE, then age and WM. In contrast, MH and DEM and BLO modalities are weakly correlated with CDR. The scores of these features' importance are close to zero when applying Chi-square and IGR filters. Different aggregation plans were then carried out to test the ND model performance with/without expensively obtained, invasively tested, and complicated analysis required modalities (e.g., IMG, BLO and ApoE). Figure 2B shows the aggregation results on the feature ranking of all modalities, while Figures 2C, D present those on all modalities, excluding the IMG and BLO and ApoE, respectively. Finally, the top 10 significant features were selected after aggregation. The performance of the ND model trained by all the possible aggregation schemes can be found in Supplementary Table 2.

Figure 2
www.frontiersin.org

Figure 2. Ranking feature's importance using three different filters (A) and aggregating the ranking results associated with different modality combinations (B–D). In (A), the three filters are based on the Chi-square value (orange dot), information gain ratio (IGR, green triangle), and Pearson's correlation (Pearson's cor, blue square). In (B–D), the gray and black lines represent three ranking results and their averages, while the red line reflects the final aggregation result. Note: some Chi-square values are overlapped by IGR as they were all close to zero.

3.2 ND model performance

3.2.1 Model performance on AIBL data

Table 2 compares the AUC, specificity, and sensitivity performance produced by KNN-, MoG-, KMEANS-, and SVDD-based ND algorithms applied to different AIBL modality combinations. It turns out that feature selection significantly improved the performance of MoG, KMEANS, and SVDD. Specifically, the utilization of the CFA modality improved all the models' performance. As a reference, the model performance obtained on all different modality combinations with and without feature selection can be found in Supplementary Tables 2, 3.

Table 2
www.frontiersin.org

Table 2. The performance comparison of the ND models constructed by KNN, MoG, KMEANS, and SVDD using different modality combinations of the AIBL data.

Interestingly, models built on CFA only performed better than most of the other modality combinations in the AUC value. Based on the 5-fold CV assessment results, the MoG produced the highest AUC of 0.8757 (95% CI: 0.7982–0.9532) (Table 2, bold), and the KMEANS came next with an AUC of 0.8527 (95% CI: 0.7405–0.9650), followed by KNN and SVDD with AUC of 0.8521 (95% CI: 0.7250–0.9792) and 0.8267 (95% CI: 0.7013–0.9521), respectively. Regarding single-modal features, the MoG model constructed on CFA obviously outperformed those on IMG (AUC of 0.6984, 95% CI of 0.6551–0.7418), MH and DEM (AUC of 0.5938, 95% CI of 0.4076–0.7800), and BLO and ApoE (AUC of 0.5920, 95% CI of 0.5394–0.6446) (see Supplementary Table 3).

Additionally, when using a combination of CFA and IMG modalities, all ND models produced the best detection performance with sensitivity for MCI patients. In particular, MoG presented the highest sensitivity of 69.86%, followed by KNN, SVDD, and KMEANS with a sensitivity of 68.61%, 68.57%, and 67.60%, respectively. Hence, CFA features are the most discriminative, while IMG markers provide supplementary evidence for detecting MCI. Further, adding BLO and ApoE and MH and DEM to the combination of CFA and IMG could not make the model distinguish MCI better and even caused a reduction in the sensitivity of detecting MCI. For example, adding those features made KNN poorer in its sensitivity of MCI, dropping from 68.61% to 62.64%. However, these accessional features could relatively improve the stability of the AUC performance (Table 2). It is worth noting that models built on MH and DEM and BLO and ApoE modalities achieved the worst performance with respect to the AUC, sensitivity, and specificity metrics (Supplementary Table 2).

3.2.2 Model performance on FMUUH data

Consistent with those on AIBL data, experimental results on FMUUH data showed that (Table 3), when applying only CFA for training, MoG again produced the highest average AUC of 0.9443 (95% CI: 0.9037–0.9849) (Table 3, bold), and the KMEANS came next with an AUC of 0.9330 (95% CI: 0.8842–0.9818), followed by KNN and SVDD with AUC of 0.9299 (95% CI: 0.8820–0.9777) and 0.8386 (95% CI: 0.7435–0.9334), respectively.

Table 3
www.frontiersin.org

Table 3. The performance comparison of the ND models constructed by KNN, MoG, KMEANS, and SVDD based on the FMUUH data.

3.3 Decision boundary constructed on HC data only

Figure 3 illustrates the decision boundary produced by each novelty detector. Randomly, the 1-fold data were selected from both AIBL and FMUUH datasets. The two most important features in the feature selection results (MMSE and ADCS-ADL for FMUUH; MMSE and LMDR for AIBL) were used to visualize the boundary. All selected data were scaled between 0 and 1. To quantify the ND performance on the testing data, Table 4 lists the mean of the 5-fold sensitivity and specificity results for both AIBL and FMUUH, which represent the proportion of non-HC (i.e., MCI and AD) data lying outside the boundary and the proportion of HC data inside the boundary.

Figure 3
www.frontiersin.org

Figure 3. The decision boundaries produced by the four novelty detection methods. (A, C) Boundaries trained on HC only in terms of the AIBL and FMUUH data, respectively. (B, D) The trained boundaries were used to test the testing data, including both HC and non-HC, with respect to the AIBL and FMUUH data, respectively. The boundaries produced by the SVDD, KNN, KMEANS, and MoG methods are represented by blue dashed, magenta dotted, cyan dotted, and black solid lines, respectively. Green dots, orange dots, and red crosses indicate HC, MCI, and AD. The training threshold (i.e., false rejection rate) is set to 0.1.

Table 4
www.frontiersin.org

Table 4. The quantitative evaluation of the visualized decision boundaries constructed by four ND methods (KNN, MoG, KMEANS, and SVDD) using both AIBL and FMUUH data sets.

3.3.1 Performance of the boundaries produced on AIBL data

All trained boundaries shown in Figure 3A enclosed at least 86% HC data, but the MoG produced a tighter and smoother boundary than others that fit the data distribution best. In terms of the testing results (Table 4), all methods accurately distinguished AD from HC with high sensitivity (higher than 97%); in particular, the MoG boundary rejected 98.01% AD and accepted 88.72% HC. Note that the sensitivity for MCI performed worse than that for AD. Although boundaries generated by the MoG, KNN, and SVDD accepted more than 88% HC, they rejected only 67.95%, 64.88%, and 51.96% MCI, respectively. Hence, the MoG holds a lower misdiagnosis rate for MCI and will be more suitable for early warning and diagnosis of the disease than other methods. Linking to Figure 3B, some MCI data points (orange dots) lie inside the boundaries, indicating some overlap between HC and MCI. This may be because the MCI could not be judged by only two features. Nevertheless, the distance from a data point to the decision boundary can objectively reflect the risk and severity of developing MCI or AD for an individual to a certain extent. For example, most inside MCI points sit close to the decision boundary. From this point of view, the boundary generated by ND methods would be inspiring for solving the problem of clinically unclear diagnostic criteria for MCI. The closer to the boundary that the inside point is located, the more likely the individual presented by the point is developing MCI. On the other hand, the farther to the boundary that the outside point is located, the more likely the individual is getting AD. Therefore, we can benefit from the ND technique and utilize it in early diagnosis and prognosis for MCI and AD.

3.3.2 Performance of the boundaries produced on FMUUH data

On account of the decentralized data distribution, multiple boundaries were generated by the KNN, and one loose boundary was produced by the MoG, KMEANS, and SVDD, respectively (Figure 3C), aiming to include at least 88% HC data. Some overlap between HC and AD (Figure 3D) testing sets reflected high specificity for HC but low sensitivity for AD (Table 4). For example, the MoG obtained the lowest specificity of 87.99% for HC but the highest sensitivity of 76.96% for AD. Therefore, we proposed a Distance to Boundary (DtB) strategy to address this inevitable low-sensitivity issue caused by the overlap between HC and non-HC (MCI/AD) and detect potential MCI/AD further.

3.4 The DtB strategy

To better describe the strategy, we chose the MoG algorithm, which generated stable closed boundary precisely surrounding the HC data and the best overall performance, to calculate the DtB values on testing data. The DtB calculation was carried out on the 5-fold CV assessment results. Figure 4 depicts the boxplots for the distance of each categorical (i.e., HC, MCI, and AD) data points to the decision boundary constructed by MoG (Figure 4A for AIBL and Figure 4B for FMUUH). We define the sign for the distance of inner data to the boundary as negative, while that for outer data is positive. Table 5 lists the descriptive statistics of the boxplots shown in Figure 4.

Figure 4
www.frontiersin.org

Figure 4. Boxplots of the distance between AIBL and FMUUH data points and ND boundary generated by MoG. Points beyond 1.5 times IQR (interquartile range) are considered outliers of the boxplot, represented by a solid diamond. The solid square is the mean value, and the dotted line (i.e., the DtB value of 0) is the ND boundary location. (A) for the AIBL data and (B) for the FMUUH data.

Table 5
www.frontiersin.org

Table 5. Descriptive statistics of DtB scores.

Figure 4A reveals that the first and the third quartiles, median and mean, and maximum DtB values of AD are higher than those of MCI, which in turn are higher than those of HC. Additionally, the boxes of MCI and AD are more than twice as long as the HC box. The overall spreads are quite different, and some overlaps occur among the three categories. Since there are more outliers, which would affect calculations of skewness, the boxplot for HC shows some slight bottom-skew compared with the main bodies of data for MCI and AD, which have symmetric appearances. Consequently, the potential outliers of HC probably indicate the risk of getting MCI, while the outliers of MCI may present the possibility of developing AD, and the outliers of AD are associated with more severe disease development. Overall, the HC, MCI, and AD categories do vary with the DtB values. Figure 4A could interestingly visualize our proposed DtB strategy. For example, data points lying outside the boundary might represent patients who are at greater risk of developing AD, as the distance from the boundary increases. On the other hand, the inner data points that are nearer to the boundary might indicate a higher risk of cognitive decline. The mean locations of HC, MCI, and AD data against the boundary can be found in Supplementary Figure 3.

Basically, the DtB boxplot of FMUUH data shows a similar trend to that of AIBL data. The AD box is longer than the HC's, which presents higher first and third quartiles, median, mean, and maximum DtB values than those of HC (Figure 4B). The difference is that the AD box of FMUUH data is slightly across the ND boundary (the horizontal dotted line), which is similar to the MCI box of AIBL data. Although an AD data point may be misdiagnosed as HC due to its lying inside the boundary, we can still detect its risk of developing AD according to its DtB value. Note that, however, different features used in Figures 3AD, as well as different population cohorts from Australia and China, may result in the difference between Figures 4A, B. Figure 4B reveals that some MCI patients might be included in the AD category, which also reflects an urgent need to integrate various data resources acquired from different departments of the local hospital. This concern has been communicated and confirmed with our research collaborators in the hospital.

Table 5 reflects that the minimum DtB values of HC and MCI in AIBL are very close (i.e., −0.0806 and −0.0800). The reason could be a certain degree of overlap between HC and MCI, as well as the lower boundary dimension and the ambiguity of cutoff scores for determining MCI (Pandya et al., 2016). In a higher-dimensional feature space, the DtB strategy can integrate more different assessment indicators and criteria to describe the severity of MCI patients more precisely. Similarly, the closed minimum DtB values of HC and AD in FMUUH data (i.e., −0.1324 and −0.1384) also reflect the aforementioned hint.

3.5 The user-friendly interactive GUI for CDSS

To employ and translate our proposed DtB strategy for non-IT users, especially for clinicians, we extended our work by developing a user-friendly web-based interactive GUI, which is made available at: https://ad-cdss.shinyapps.io/cdss/. By clicking the web link, users are first brought into the Novelty Detection module (Figure 5), where a multiple-choice option of available modalities is provided in the top-left panel, and the chosen modality/modalities is then shown in the top-right panel (Figure 5A). Subsequently, the performance of the novelty detector constructed on the chosen modality (or a combination of chosen modalities) will be presented in terms of AUC, specificity for HC, sensitivity for MCI, and AD metrics once users click the SHOW RESULTS button (Figure 5A bottom panel). For computational efficiency, the GUI APP uses the MoG-based ND algorithm, which has been demonstrated to have the best AUC performance (Tables 2, 3). For users' information, data features and the corresponding descriptions in relation to the selected modality/modalities are listed at the bottom panel (Figure 5B). Additional information can be found in the info icons (yes).

Figure 5
www.frontiersin.org

Figure 5. Novelty detection module of the interactive GUI for CDSS. (A) Available modalities are provided in the left panel, and those chosen by users in the right. Clicking the “SHOW RESULTS” button lists the performance of the novelty detector constructed using the MoG-based ND algorithm on the selected modality/modalities. (B) Information table of the features and the corresponding descriptions within the selected modality/modalities. Additional information can be found through the info icons.

Next, the Severity Assessment module shows an interface of the CDSS for predicting the individual's severity of getting AD (Figure 6). The left side of the module includes the individual's details in a concise format for a quick and unambiguous interpretation (e.g., name, patient no., age, gender, medical history, and some available blood test results) (Figure 6A). The top-right panel visualizes the AD severity measurement (i.e., DtB score) scale and the DtB score of the patient (Figure 6B). Predictions based on the given CFA scores are illustrated in the bottom-right panel (Figure 6C) on a continuous spectrum presented by color progress bars. Intuitively, the AD severity measurement scale is divided into three classes based on the patients' data distribution reflected by DtB values, i.e., HC [CDR = 0; 0 ≤ DtB <Q1−HC (lower/first quartile of HC)] MCI [CDR = 0.5; Q1−AD(lower/first quartile of AD) ≤ DtB <Q3−HC (upper/third quartile of HC)], and AD (CDR = 1, 2, or 3; Q3−HC ≤ DtB ≤ 1.5IQR of AD). Note that the color bar of the DtB score has been normalized to the range of 0–10. The CFA score definition and the corresponding cutoff values for disease classification can be found in Tombaugh and McIntyre (1992) and Green et al. (2009). Figure 6C illustrates the manner in which clinicians can be supported in assessing how different CFAs contribute to the predicted DtB score. Overall, this web-based, user-friendly interactive GUI with the built-in ND model demonstrates that our proposed DtB strategy can reflect individuals' severity of developing AD. Corresponding to a large database of existing patient records, the AD severity is evaluated by calculating the DtB score of the data from an undiagnosed patient.

Figure 6
www.frontiersin.org

Figure 6. Severity Assessment module of the interactive GUI for CDSS. (A) Patient information panel. (B) AD severity measurement scale and the AD severity score, i.e., DtB value (red dash line) of the patient. (C) Measurement scales for the available CFAs. Additional information can be found through the info icon.

4 Discussion

The key uniqueness of this study is the employment of an interpretable ND technique to detect potential MCI/AD. Two distinct cohorts with highly heterogeneous data derived from completely different regions were used for constructing an optimal and closed decision boundary tightly surrounding the HC data, which are solely based on the model training process. The surface area of the decision boundary was minimized to reduce the chance of MCI/AD data acceptance, which enables the boundary to classify whether the unseen data reflects healthy or non-healthy status, depending on the data's relative location to the boundary. Inner data that are close to the boundary indicate a high risk of developing MCI, even if they may be currently detected as HC. For outer data, the closer to the boundary, the milder the cognition declines (e.g., very mild or mild cognitive impairment) they represent; the farther from the boundary, the more severe the cognition declines (e.g., moderate or severe AD) they reflect. This was quantified by our proposed DtB strategy. Our findings also suggest an urgent need for data integration, which should be prioritized by policymakers. Data features involved in this study are multi-modal. The ND models built on different modalities and their combinations were evaluated by three comprehensive metrics.

The ND methods produced comparably high detection performance when only a small subset of the data was used, and this subset was mainly composed of easily accessed CFA. This, once again, highlights that CFA could be a key factor for AD diagnosis in clinical practices (Ding et al., 2018; Bucholc et al., 2019). Our extensive experimental results revealed that models solely using the CFA could produce the best global detection performance (the AUC metric), while those combining IMG would perform better in terms of sensitivity for detecting MCI.

More importantly, our developed GUI integrated two modules (a built-in novelty detector based on existing patient records and AD severity assessment for new patients) and built an overview of a fully functional CDSS. This makes our proposed DtB strategy easier to translate to a clinical domain, which can serve as a supporting tool for clinicians to visually analyze how a different modality or a combination of modalities contributes to predicting AD severity with the basis of given accuracy in detecting MCI/AD against HC.

For a fair comparison, we examined the most developed CDSS typically based on the AIBL data. This examination focused on the research findings published from 1 January 2018 to 31 December 2023 across prominent scholarly databases including the Web of Science, ScienceDirect, IEEE Explore Digital Library, PubMed, and Google Scholar for supplements. To fully cover the relevant studies, the search was performed by utilizing certain keywords followed by AD in the title, abstract, or keywords of the research articles, such as “clinical decision support system,” “diagnosis,” “prognosis,” “artificial intelligence,” and “computerized application.” It is worth noting that only three CDSS studies (Dyrba et al., 2021; Bhattarai et al., 2023; Yi et al., 2023) are associated with AIBL. All of them were developed by using deep learning approaches. Moreover, only one of them (Dyrba et al., 2021) presented an available GUI design. Table 6 details the data description of the three CDSS and ours. Briefly, apart from the study by Bhattarai et al. (2023) which used only non-imaging data, the other two studies and ours included both imaging and non-imaging data. In terms of the development goal (see Table 7), again, apart from the study by Bhattarai et al. (2023) that aimed at medication recommendation for AD patients, the work by Dyrba et al. (2021) includes a binary classification of MCI vs. HC and AD vs. HC, and the work of Yi et al. (2023) focuses on predicting HC-to-MCI and MCI-to-AD. In contrast, our work targets the task of one-class classification for HC vs. MCI vs. AD. Considering the model built in the CDSS, what sets our methodology apart is its strategic reliance on the power of ND, which is a typical unsupervised learning technique and, more importantly, easy to understand and interpret. The three existing CDSS are built using supervised deep-learning techniques that lack model interpretability. The AUC performance comparison shown in the last column of Table 7 evidences that our work is promising for discriminating MCI and AD from HC, which was also confirmed by our clinical consultant.

Table 6
www.frontiersin.org

Table 6. Data description of the three AIBL-related CDSS development in comparison to ours.

Table 7
www.frontiersin.org

Table 7. Performance comparison of the data modeling methods in the compared CDSS development and ours.

Considering the two datasets employed in this study, even though they are from different regions of Australia and China, the similarities between them are: (1) the proportion of female is higher than that of male in both HC and AD; (2) the relative proportion of female/male is similar for both categories; and (3) the mean age of AD is higher than that of HC. The only difference lies in the younger subjects in FMUUH compared to those in AIBL. For a fair comparison, Table 8 lists the proportion of females/males and the mean age along with the standard deviation (STD) for HC and AD categories that were available in both datasets. It is worth noting that our findings from the proposed ND framework on both data are consistent, indicating that the MoG-based ND method applied to the same single modality (i.e., CFA, even including feature variations) achieved the highest overall performance in detecting MCI and AD. As such, our interactive GUI, tailored for non-technical stakeholders incorporating the proposed ND framework, is generalizable and adaptive according to the two employed cohorts.

Table 8
www.frontiersin.org

Table 8. The comparison of demographic features between AIBL and FMUUH.

On the other hand, this study has several limitations worth noting that could guide future extensions and improvements. First, we simply ignored missing data. An approach for missing data imputation is currently being developed, which will be incorporated into the system later. Second, we only selected the top ten features from the AIBL data that were significant to CDR and used three different univariate filters to rank the feature importance. Such filtering approaches may lead to the loss of relevant features that are meaningless by themselves but crucial to model improvement when considered together. To tackle this deficiency, we previously applied wrapper methods to evaluate the importance of specific feature sets (Bucholc et al., 2019). Work is currently being done to improve our ND model by developing a wrapper that can obtain a subset of better-integrated data from different modalities. Third, to get a large data size, we integrated the multi-modal AIBL data collected at different time points together. Repeat visitors who participated in the AIBL study were considered as different visitors. However, some modalities, such as medical history, ApoE genotype, and gender, were not time-evolved. This may be the reason for the poor performance when the models were trained by the two modalities of MH and DEM and BLO and ApoE. We are currently in the process of conducting further investigations for the ND technique on larger-sized data [e.g., ADNI (The Alzheimer's Disease Neuroimaging Initiative) (Mueller et al., 2005) or NACC (The National Alzheimer's Coordinating Center) (Beekly et al., 2007) data] and integrating more FMUUH data from the local hospital. Additionally, the current study and our previous development of a CDSS prototype using other machine learning approaches (Bucholc et al., 2019) have provided a solid foundation for the next extension phase to develop a CDSS employing the ND technique. Furthermore, in our previous work (Ding et al., 2015), we had proposed a new ND approach, namely level set boundary description (LSBD). Being superior to the traditional ND methods (e.g., based on probability, distance, clustering, statistics, and support vector machines), the LSBD introduced some interesting properties for boundary construction, such as non-linear problem addressable without using a kernel trick, non-parametric, dynamically time-evolved to better fit the data distribution, boundary shape easily manageable, and straightforward implemented in the given data space. Therefore, based on the current study, we will deeply investigate LSBD for early MCI and AD discrimination from HC populations. Finally, more development could be carried out in the current GUI for a fully functional CDSS, including local data collection (data input module), options for choosing different ND algorithms, more scales of AD severity according to the five CDR categories with more available data, and so on.

5 Conclusion

This study first utilized four representative and easily interpretable ND algorithms to build novelty detectors based on heterogeneous Alzheimer's datasets from different regions. The intrinsic pattern behind AD was investigated in the distinct cohort study by comparing the performance of models trained on different modalities and different combinations of modality types. We found that the best overall performance could be obtained when only CFA features were used. Hence, applying some non-invasive and easily accessible features can significantly detect cognitive decline at an early stage. Although this finding has been reported in our previous contributions (Ding et al., 2018; Bucholc et al., 2019), the uniqueness of this study is that we first utilized ND in the area and then proposed a DtB strategy to quantitatively discriminate MCI/AD from HC. More importantly, the training of the ND model with the built-in DtB strategy is solely based on HC data, which are more easily and less costly to obtain than MCI/AD data, unlike traditional methods that require labeled and balanced data from both HC and non-HC for model training.

Crucially, the insight of the study was presented by the proposed DtB strategy by illustrating and quantifying the decision boundary along with data distribution. The strategy could intuitively and objectively reflect individuals' severity of developing AD. More practically, the GUI we developed offers a translational and interactively visual tool even for those lacking an IT background and experience in AD recognition. These results would help inform future guidelines for the development of an integrated functional CDSS aimed at early-stage diagnosis for MCI/AD.

Data availability statement

The data analyzed in this study is subject to the following licenses/restrictions: Data sharing agreement. Requests to access these datasets should be directed to AIBL dataset: https://aibl.csiro.au/; FMUUH data: email unionqyye@163.com (QY) or xiaoxinskyhost@163.com (JX).

Ethics statement

The studies involving humans were approved by Fujian Medical University Union Hospital Ethics Committee. The studies were conducted in accordance with the local legislation and institutional requirements. Written informed consent for participation in this study was provided by the participants' legal guardians/next of kin.

Author contributions

HY: Project administration, Supervision, Writing – review & editing. JM: Methodology, Software, Visualization, Writing – original draft. QY: Data curation, Resources, Validation, Writing – review & editing. MB: Writing – review & editing. SL: Methodology, Software, Writing – review & editing. WG: Writing – review & editing. JP: Investigation, Writing – review & editing. JX: Data curation, Resources, Validation, Writing – review & editing. XD: Conceptualization, Formal analysis, Methodology, Project administration, Supervision, Visualization, Writing – review & editing.

Funding

The author(s) declare financial support was received for the research, authorship, and/or publication of this article. This project was supported by the Alzheimer's Research UK NI Networking (MB, XD, HY, and QY), the National Natural Science Foundation of China under grant no. 81870995, Global Challenges Research Fund Networking (XD, HY, QY, and MB), the Natural Science Foundation of Fujian Province under grant no. 2021J02028, the Youth Natural Science Research Programme, Fujian, China (JZ160425), and the Research Development Projects of Fujian Normal University, China (DH-1736 and DH-1711).

Conflict of interest

JP was employed by Xiamen Jingyi Zhikang Technology Co., Ltd.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fnagi.2024.1285905/full#supplementary-material

References

Beekly, D. L., Ramos, E. M., Lee, W. W., Deitrich, W. D., Jacka, M. E., Wu, J., et al. (2007). The National Alzheimer's Coordinating Center (NACC) database: the uniform data set. Alzheimer Dis. Assoc. Disorders 21, 249–258. doi: 10.1097/WAD.0b013e318142774e

PubMed Abstract | Crossref Full Text | Google Scholar

Bhattarai, K., Rajaganapathy, S., Das, T., Kim, Y., and Chen, Y. (2023). Using artificial intelligence to learn optimal regimen plan for Alzheimer's disease. J. Am. Med. Inf. Assoc. 30, 1645–1656. doi: 10.1093/jamia/ocad135

PubMed Abstract | Crossref Full Text | Google Scholar

Bishop, C. M. (2006). Pattern Recognition and Machine Learning. Cambridge: Springer.

Google Scholar

Bucholc, M., Ding, X., Wang, H., Glass, D. H., Wang, H., Prasad, G., et al. (2019). A practical computerized decision support system for predicting the severity of Alzheimer's disease of an individual. Exp. Syst. Appl. 130, 157–171. doi: 10.1016/j.eswa.2019.04.022

PubMed Abstract | Crossref Full Text | Google Scholar

Chang, W., Cheng, J., Allaire, J., Xie, Y., and McPherson, J. (2022). Package ‘Shiny'. Available online at: https://cran.r-project.org/web/packages/shiny/index.html (accessed June 11, 2023).

Google Scholar

Chawla, S., and Gionis, A. (2013). “k-means–: A unified approach to clustering and outlier detection,” in Proceedings of the 2013 SIAM International Conference on Data Mining. Society for Industrial and Applied Mathematics, 189–197.

Google Scholar

Ding, X., Bucholc, M., Wang, H., Glass, D. H., Wang, H., Clarke, D. H., et al. (2018). A hybrid computational approach for efficient Alzheimer's disease classification based on heterogeneous data. Sci. Rep. 8:9774. doi: 10.1038/s41598-018-27997-8

PubMed Abstract | Crossref Full Text | Google Scholar

Ding, X., Li, Y., Belatreche, A., and Maguire, L. P. (2014). An experimental evaluation of novelty detection methods. Neurocomputing 135, 313–327. doi: 10.1016/j.neucom.2013.12.002

Crossref Full Text | Google Scholar

Ding, X., Li, Y., Belatreche, A., and Maguire, L. P. (2015). Novelty detection using level set methods. IEEE Trans. Neur Netw. Learn. Syst. 26, 576–588. doi: 10.1109/TNNLS.2014.2320293

PubMed Abstract | Crossref Full Text | Google Scholar

Dyrba, M., Hanzig, M., Altenstein, S., Bader, S., Ballarini, T., Brosseron, F., et al. (2021). Improving 3D convolutional neural network comprehensibility via interactive visualization of relevance maps: evaluation in Alzheimer's disease. Alzheimer's Res. Ther. 13, 1–18. doi: 10.1186/s13195-021-00924-2

PubMed Abstract | Crossref Full Text | Google Scholar

Ebrahimighahnavieh, M. A., Luo, S., and Chiong, R. (2020). Deep learning to detect Alzheimer's disease from neuroimaging: a systematic literature review. Comput. Methods Prog. Biomed. 187:105242. doi: 10.1016/j.cmpb.2019.105242

Crossref Full Text | Google Scholar

Ellis, K. A., Bush, A. I., Darby, D., Fazio, D. e., Foster, D., Hudson, J., et al. (2009). The Australian Imaging, Biomarkers and Lifestyle (AIBL) study of aging: methodology and baseline characteristics of 1112 individuals recruited for a longitudinal study of Alzheimer's disease. Int. Psychoger. 21, 672–687. doi: 10.1017/S1041610209009405

PubMed Abstract | Crossref Full Text | Google Scholar

Feigin, V. L., Vos, T., Nichols, E., Owolabi, M. O., Carroll, W. M., Dichgans, M., et al. (2020). The global burden of neurological disorders: translating evidence into policy. The Lancet Neurol. 19, 255–265. doi: 10.1016/S1474-4422(19)30411-9

PubMed Abstract | Crossref Full Text | Google Scholar

Gan, G., and Ng, M. K. P. (2017). k-means clustering with outlier removal. Pattern Recognit. Letters 90, 8–14. doi: 10.1016/j.patrec.2017.03.008

Crossref Full Text | Google Scholar

Gauthier, S., Webster, C., Morais, J. A., and Rosa-Neto, P. (2022). World Alzheimer Report 2022. Available online at: https://www.alzint.org/resource/world-alzheimer-report-2022/ (accessed June 11, 2023).

Google Scholar

Grana, M., Termenon, M., Savio, A., Gonzalez-Pinto, A., Echeveste, J., Pérez, J. M., et al. (2011). Computer aided diagnosis system for Alzheimer disease using brain diffusion tensor imaging features selected by Pearson's correlation. Neurosci. Lett. 502, 225–229. doi: 10.1016/j.neulet.2011.07.049

PubMed Abstract | Crossref Full Text | Google Scholar

Green, R. C., Schneider, L. S., Amato, D. A., Beelen, A. P., Wilcock, G., Swabb, E. A., et al. (2009). Effect of tarenflurbil on cognitive decline and activities of daily living in patients with mild Alzheimer disease: a randomized controlled trial. JAMA 302, 2557–2564. doi: 10.1001/jama.2009.1866

PubMed Abstract | Crossref Full Text | Google Scholar

Hautamaki, V., Karkkainen, I., and Franti, P. (2004). Outlier Detection Using k-Nearest Neighbour Graph. Cambridge: International Conference on Pattern Recognition. doi: 10.1109/ICPR.2004.1334558

Crossref Full Text | Google Scholar

Jia, L., Du, Y., Chu, L., Zhang, Z., Li, F., Lyu, D., et al. (2020). Prevalence, risk factors, and management of dementia and mild cognitive impairment in adults aged 60 years or older in China: a cross-sectional study. The Lancet Pub. Health 5, e661–e671. doi: 10.1016/S2468-2667(20)30185-7

PubMed Abstract | Crossref Full Text | Google Scholar

Jin, X., Xu, A., Bie, R., and Guo, P. (2006). Machine learning techniques and Chi-square feature selection for cancer classificaiton using SAGE Gene expression profiles. Data Mining Biomed. Appl. BioDM 2006 3916, 106–115. doi: 10.1007/11691730_11

Crossref Full Text | Google Scholar

Karegowda, A. G., Manjunath, A. S., and Jayaram, M. A. (2010). Comparative study of attribute selection using gain ratio and correlation based feature selection. Int. J. Inf. Technol. Knowledge Manage. 2, 271–277. Available online at: http://csjournals.com/IJITKM/PDF%203-1/19.pdf

Google Scholar

Lazzaretti, A. E., and Tax, D. M. J. (2015). “An adaptive radial basis function kernel for support vector data description,” in Similarity-Based Pattern Recognition. SIMBAD 2015. Lecture Notes in Computer Science, eds A. Feragen, M. Pelillo, and M. Loog (Cham: Springer), 103–116.

Google Scholar

Lei, B., Zhu, Y., Yu, S., Hu, H., Xu, Y., Yue, G., et al. (2023). Multi-scale enhanced graph convolutional network for mild cognitive impairment detection. Pattern Recognit. 134:109106. doi: 10.1016/j.patcog.2022.109106

Crossref Full Text | Google Scholar

Liu, J., Li, M., Luo, Y., Yang, S., Li, W., Bi, Y., et al. (2021). Alzheimer's disease detection using depthwise separable convolutional neural networks. Comput. Methods Prog. Biomed. 203:106032. doi: 10.1016/j.cmpb.2021.106417

PubMed Abstract | Crossref Full Text | Google Scholar

Mueller, S. G., Weiner, M. W., Thal, L. J., Petersen, R. C., Jack, C., Jagust, W., et al. (2005). The Alzheimer's disease neuroimaging initiative. Neuroimaging Clin. 15, 869–877. doi: 10.1016/j.nic.2005.09.008

Crossref Full Text | Google Scholar

Pandya, S. Y., Clem, M. A., Silva, L. M., and Woon, F. L. (2016). Does mild cognitive impairment always lead to dementia? A review. J. Neurol. Sci. 369, 57–62. doi: 10.1016/j.jns.2016.07.055

Crossref Full Text | Google Scholar

Pihur, V., Datta, S., and Datta, S. (2009). RankAggreg, an R package for weighted rank aggregation. BMC Bioinf. 10, 1–10. doi: 10.1186/1471-2105-10-62

PubMed Abstract | Crossref Full Text | Google Scholar

Pimental, M. A. F., Clifton, D. A., Clifton, L., and Tarassenko, L. (2014). A review of novelty detection. Signal Proc. 99, 215–249. doi: 10.1016/j.sigpro.2013.12.026

Crossref Full Text | Google Scholar

Qiao, H., Chen, L., and Zhu, F. (2022). Ranking convolutional neural network for Alzheimer's disease mini-mental state examination prediction at multiple time-points. Comput. Methods Prog. Biomed. 213:106503. doi: 10.1016/j.cmpb.2021.106503

PubMed Abstract | Crossref Full Text | Google Scholar

Rad, N. M., Laarhoven, T. V., Furlanello, C., and Marchiori, E. (2018). Novelty detection using deep normative modeling for imu-based abnormal movement monitoring in Parkinson's disease and autism spectrum disorders. Sensors 18, 1–17. doi: 10.3390/s18103533

PubMed Abstract | Crossref Full Text | Google Scholar

Ren, R., Qi, J., Lin, S., Liu, X., Yin, P., Wang, Z., et al. (2022). The China Alzheimer report 2022. Gen. Psychiatr. 35:e100751. doi: 10.1136/gpsych-2022-100751

PubMed Abstract | Crossref Full Text | Google Scholar

Tombaugh, T. N., and McIntyre, N. J. (1992). The mini-mental state examination: a comprehensive review. J. Am. Geriatr. Soc. 40, 922–935. doi: 10.1111/j.1532-5415.1992.tb01992.x

Crossref Full Text | Google Scholar

Vasighizaker, A., Sharma, A., and Dehzangi, A. (2019). A novel one-class classification approach to accurately predict disease-gene association in acute myeloid leukemia cancer. PLoS ONE, 14, 1–12. doi: 10.1371/journal.pone.0226115

PubMed Abstract | Crossref Full Text | Google Scholar

Wang, L., Liu, Y., Zeng, X., Cheng, H., Wang, Z., Wang, Q., et al. (2020). Region-of-interest based sparse feature learning method for Alzheimer's disease identification. Comput. Methods Prog. Biomed. 187:105290. doi: 10.1016/j.cmpb.2019.105290

PubMed Abstract | Crossref Full Text | Google Scholar

Yi, F., Zhang, Y., Yuan, J., Liu, Z., Zhai, F., Hao, A., et al. (2023). Identifying underlying patterns in Alzheimer's disease trajectory: a deep learning approach and Mendelian randomization analysis. Eclinicalmedicine 64:102247. doi: 10.1016/j.eclinm.2023.102247

PubMed Abstract | Crossref Full Text | Google Scholar

Zuo, Q., Lei, B., Shen, Y., Liu, Y., Feng, Z., Wang, S., et al. (2021). Multimodal Representations Learning and Adversarial Hypergraph Fusion for Early Alzheimer's Disease Prediction. Guangdong: Pattern Recognition and Computer Vision.

Google Scholar

Zuo, Q., Shen, Y., Zhong, N., Chen, C. P., Lei, B., Wang, S., et al. (2023). Alzheimer' disease prediction via brain structural-functional deep fusing network. IEEE Trans. Neural Syst. Eng. 31, 4601–4612. doi: 10.1109/TNSRE.2023.3333952

PubMed Abstract | Crossref Full Text | Google Scholar

Keywords: Alzheimer's disease, mild cognitive impairment, novelty detection, decision boundary, decision support system

Citation: Yang H, Mao J, Ye Q, Bucholc M, Liu S, Gao W, Pan J, Xin J and Ding X (2024) Distance-based novelty detection model for identifying individuals at risk of developing Alzheimer's disease. Front. Aging Neurosci. 16:1285905. doi: 10.3389/fnagi.2024.1285905

Received: 01 September 2023; Accepted: 25 March 2024;
Published: 15 April 2024.

Edited by:

Do-Young Kang, Dong-a University Hospital, Republic of Korea

Reviewed by:

Shuqiang Wang, Chinese Academy of Sciences (CAS), China
Xiu Ying Wang, The University of Sydney, Australia

Copyright © 2024 Yang, Mao, Ye, Bucholc, Liu, Gao, Pan, Xin and Ding. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Magda Bucholc, m.bucholc@ulster.ac.uk; Qinyong Ye, unionqyye@163.com; Xuemei Ding, xuemeid@fjnu.edu.cn; x.ding@ulster.ac.uk

These authors share first authorship

Data used in the preparation of this article was obtained from the Australian Imaging Biomarkers and Lifestyle flagship study of ageing (AIBL) funded by the Commonwealth Scientific and Industrial Research Organization (CSIRO) which was made available at the ADNI database (www.loni.usc.edu/ADNI). The AIBL researchers contributed data but did not participate in analysis or writing of this report. AIBL researchers are listed at www.aibl.csiro.au

Download