Skip to main content
Scientific Reports logoLink to Scientific Reports
. 2022 Jan 19;12:1020. doi: 10.1038/s41598-022-04943-3

Diagnosis of early mild cognitive impairment using a multiobjective optimization algorithm based on T1-MRI data

Jafar Zamani 1, Ali Sadr 1,, Amir-Homayoun Javadi 2,3,
PMCID: PMC8770462  PMID: 35046444

Abstract

Alzheimer’s disease (AD) is the most prevalent form of dementia. The accurate diagnosis of AD, especially in the early phases is very important for timely intervention. It has been suggested that brain atrophy, as measured with structural magnetic resonance imaging (sMRI), can be an efficacy marker of neurodegeneration. While classification methods have been successful in diagnosis of AD, the performance of such methods have been very poor in diagnosis of those in early stages of mild cognitive impairment (EMCI). Therefore, in this study we investigated whether optimisation based on evolutionary algorithms (EA) can be an effective tool in diagnosis of EMCI as compared to cognitively normal participants (CNs). Structural MRI data for patients with EMCI (n = 54) and CN participants (n = 56) was extracted from Alzheimer’s disease Neuroimaging Initiative (ADNI). Using three automatic brain segmentation methods, we extracted volumetric parameters as input to the optimisation algorithms. Our method achieved classification accuracy of greater than 93%. This accuracy level is higher than the previously suggested methods of classification of CN and EMCI using a single- or multiple modalities of imaging data. Our results show that with an effective optimisation method, a single modality of biomarkers can be enough to achieve a high classification accuracy.

Subject terms: Diagnostic markers, Image processing, Alzheimer's disease, Alzheimer's disease

Introduction

Dementia is the greatest healthcare issue in the twenty-first century causing cognitive decline, disabilities and finally death to an aging population1. AD is the most frequent neurodegenerative disease and has received much public attention due to putting excessive costs on society and a significant burden on family members2. Despite vast investigations, there is still no reliable cure for AD3, mainly because the physiology and etiopathology of AD still remains unclear due to its multifactorial nature4. Identifying AD at an early phase is essential to ensuring proper care of patients and also to developing and testing new treatment approaches. Mild cognitive impairment (MCI) usually represents a transitional phase between normal aging and clinically probable AD5,6. Structural changes in the brain have been shown to be one of the earliest biomarkers that can be used in the diagnosis of AD7,8, such as atrophy. Neuroimaging tools, in particular structural magnetic resonance imaging (sMRI), are used for measures of atrophy, especially because the atrophic process occurs earlier than the appearance of behavioural amnestic symptoms9,10.

The pattern of structural changes, however, is complicated; atrophy does not occur uniformly across all the brain. Therefore, many researchers are investigating to identify which brain areas are more reliable in diagnosis of MCI and AD9. Hippocampal volume loss, in particular, has been shown to be an indication of AD11,12, however, even the subfields of the hippocampus do not shrink uniformly, perhaps due to their specialisation13,14. Identification of the brain areas that are most affected by MCI is even harder due to the changes being smaller10,15,16. Therefore, it is important to find methods that can successfully classify those with MCI.

To identify profound brain changes induced by the atrophic process in MRI data, various computer aided diagnosis (CAD) approaches are used for the early diagnosis of AD, as well as MCI5. CAD methods in MRI usually contain three fundamental components: (1) segmentation, (2) extraction of the features (e.g., volume and percentage), and (3) classification1719. For segmentation, with the development of semi- and fully-automated segmentation methods, it has now become easier and faster to segment the cortex as well as the hippocampus20,21. Hippocampus subfield Segmentation (HIPS)22, volBrain23, and Computational Anatomy Toolbox (CAT)24,25 are some of the commonly used fully-automated methods. The segmented brain areas are used as features in the classification methods26,27.

The number of extracted parameters, however, are quite large which leads to complication of the classification methods. CAD methods typically suffer from the challenge of overfitting, due to the very high dimensionality of extracted features compared to the number of data points for model training. To overcome this challenge, dimension reduction of the features is an essential step for selecting the optimal subset of features. The essential problem of the feature selection algorithms is finding the relevant subset of features that yields high performance28. Evolutionary algorithms (EAs) offer an effective optimisation method, especially in large search spaces. For example, methods such as nondominated sorting genetic algorithm II (NSGA-II) have the computational complexity required to select features in multidimensional classification applications29. The aim of these methods is finding the optimum number of features with minimum classification error30.

This paper investigates the application of EAs using nondominated sorting NSGA-II, which is a very novel method of EA, as well as more established methods of genetic algorithm (GA), ant colony optimisation (ACO), simulated annealing (SA) and particle swarm optimisation (PSO) in classification of early stages of AD and cognitively normal (CN) subjects using brain areas volumetric information of the T1-MRI data. We compared the results of EAs with the results based on statistical feature selection methods. We used three automated segmentation methods, volBrain and CAT for segmentation of the whole brain, and HIPS for segmentation of subfields of the hippocampus. For the classification, we used multi-layer perceptron artificial neural network (ANN).

Results

Using CAT and volBrain we extracted 142 and 107 parameters indicating the volume, percentage and asymmetry between the two hemispheres across the whole brain. We also used HIPS to segment the hippocampus and extracted 41 parameters indicating the volume, percentage and asymmetry between the two hemispheres. Combining CAT and HIPS, as well as, volBrain and HIPS, we generated two additional sets of parameters. Due to non-normal distribution of the parameters, we used non-parametric two independent-sample t-tests to compare the parameters from the EMCI and CN groups. Details of these comparisons are listed in Supplementary Tables 13. Twenty-eight out of 142 parameters (19.71%) in CAT showed significant differences between the two groups. Some of these brain areas included bilateral pre- and post-central gyri, and the right inferior frontal gyrus that showed significantly smaller size in the EMCI group. Interestingly, some brain areas such as hippocampus and amygdala were not significantly different. No volBrain and HIPS parameters were significantly different between the two groups after false discovery rate (FDR) correction for multiple comparison31,32. Only a few parameters showed a trend towards significance, such as asymmetry between left and right hemispheres of cerebrum and CA1 in volBrain and HIPS, respectively. The parameters were sorted based on the p-values to investigate whether the multi-layer perceptron ANN can classify the two groups. Figure 1a shows the performance of this method for different numbers of included parameters for the five datasets. The performance of this method was quite poor with the best accuracy of 81.85%.

Figure 1.

Figure 1

Performance of the proposed algorithms for the five datasets. (a) Performance of the optimisation based on the statistical comparison of the two groups of EMCI and CN. (b) Average performance of the five evolutionary algorithms (EA).

We used five EA methods to investigate whether optimisation algorithms that were specifically designed for searches in large search-spaces are effective in the classification of the two groups. Figure 1b shows the average performance of the five EA methods. This plot shows that the EA methods achieved high classification accuracy of almost 93% for the volBrain and CAT, and almost 94% for the combination of volBrain and CAT with HIPS. Interestingly, the optimisation based on HIPS parameters alone achieved a lower accuracy level of almost 87%.

Comparison between the EA methods showed quite similar performance across the method. NSGA-II, however, achieved the best accuracy, 1.01% more accurate than the average. ACO was the fastest algorithm outperforming other algorithms for about 156 s per optimisation cycle. See Fig. 2 for details.

Figure 2.

Figure 2

Comparison of the five evolutionary algorithms (EA) in terms of accuracy (a) and processing time (b). Values reported are mean (SD) difference compared to the average of the five EAs. GA Genetic algorithm, NSGA2 nondominated sorting genetic algorithm II, ACO ant colony optimisation, SA simulated annealing, PSO particle swarm optimisation.

To investigate the brain areas that are most involved in the recognition of CN and EMCI, we extracted the list of the five most indicative brain areas based on the number of times that they appeared in the 100 simulations for the five EA’s. For the complete list of the brain areas, please refer to Table 1.

Table 1.

Summary of the five most indicative brain areas in the classification of CN and EMCI.

Segmentation Brain areas Segmentation Brain areas
CAT Occipital fusiform gyrus CAT + HIPS 4th ventricle
Frontal pole Occipital fusiform gyrus
4th ventricle Frontal pole
Lateral ventricle Subiculum
CLCVL SR–SL–SM
volBrain Caudate volBrain + HIPS Caudate
Putamen Putamen
Cerebrum Lateral ventricles
Accumbens Hippocampus
Lateral ventricles Accumbens
HIPS SR–SL–SM
Hippocampus
CA2-CA3
CA1
CA4-DG

CLCVL Cerebellar lobule cerebellar vermal lobules, SR–SL–SM strata radiatum/lacunosum/moleculare.

To investigate whether our method is successful in classification of CN participants from those with AD, we extracted data for a set of 54 participants with AD and applied our algorithm to this data. Our analysis showed a very high average classification accuracy of 95%. See Supplementary Table 5 for details of the demographics of the participants and Supplementary Table 6 for the breakdown of the classification accuracy for different segmentation and classification methods.

Discussion

Using three automated methods, we segmented the whole brain (volBrain and CAT) and the subfields of the hippocampus (HIPS) using T1-weighted MRI data of EMCI (n = 54) and CN (n = 56) individuals. Our proposed optimisation method based on evolutionary algorithms (EA) achieved a higher classification accuracy than the conventional statistical methods. There was no significant difference between the EA algorithms in terms of performance. Classification based on hippocampus subfields was poorer than whole brain subfields. Combination of the whole brain and hippocampus subfields, however, improved the classification accuracy.

While classification methods have been effective in diagnosing AD, their success the in diagnosis of MCI has been very limited. This is due to smaller and more minute changes in MCI as compared to AD. Therefore, recognition of changes from healthy to mildly cognitively impaired is quite difficult. Table 2 compares the results of our study with the previous studies using data from ADNI on classification of EMCI and CN. It shows that our approach achieved the best performance accuracy with 94.4% classification accuracy. In addition to superior performance, our approach has multiple advantages over other studies: it is based on only one biomarker, (2) it is highly interpretable, (3) high accuracy levels base on relatively low number of participants, and (4) the preprocessing was done using fully automated pipelines.

Table 2.

Summary of the studies using ADNI dataset for classification of patients with early mild cognitive impairment (EMCI) and cognitively normal (CN) participants.

Reference Data Subjects (N) EMCI vs CN (%)
Guerrero et al.33 MRI 363 65.0
Prasad et al.34 DWI 124 59.2
Jie et al.35 MRI + fMRI 106 78.2
Wee et al.36 MRI 614 51.8
Lee et al.37 MRI + PET + DTI 128 70.5
Fang et al.38 MRI + PET 548 79.2
Kang et al.39 MRI + DTI 120 94.2
Kam et al.40 MRI + fMRI 97 76.0
Yang et al.41 MRI + fMRI 58 82.7
Proposed method MRI 110 94.4

DTI diffusion tensor imaging, DWI diffusion-weighted imaging, PET positron emission therapy.

In this study we used only structural MRI (T1-weighted MRI) images which is one of the most commonly used neuroimaging methods in clinical settings. One important aspect of structural MRI is that is intendent of participant’s behaviour, which might rely heavily on general cognitive ability and mood of the participant at the time of measurement. Reliance on a single neuroimaging modality that is independent of the patient’s behaviour is an advantage over other classification methods that use two or more neuroimaging methods (e.g., DTI and PET, see for example3739) that occasionally rely on participants’ response to different stimuli (e.g., fMRI, see for example35,40,41): it reduces the burden on the patient and reduces the costs.

Our method was based on volumetric data: brain images were segmented into smaller brain areas over the cortex (volBrain and CAT) as well as hippocampus (HIPS) using standardised brain atlases. Therefore, the individual components involved in the optimisation algorithms reflect the size of each brain area, which is extremely interpretable26. This is in contrast to optimisation methods based on deep neural networks and support vector machines that are mostly considered as black boxes42. Interpretability enables us to have a better understanding of the mechanisms underlying diseases43,44. For example, a closer look at the data showed that atrophy in the amygdala and caudate are better indicators of EMCI as compared to atrophy in the precuneus, and pre- and post-central gyri. In addition, while overall hippocampus volume was significantly different between the two groups, none of its subfields showed significant difference between CN and EMCI13,14,45,46. This is of great interest as although hippocampus atrophy is typically considered as the hallmark of AD12,47, brain areas in the rest of the cortex were better indicators of EMCI. This is an important finding as it highlights that changes in cognitive domains that are less reliant on the hippocampus, such as executive functions, are better indicators of behavioural outcomes of EMCI4852.

We used a relatively low number of participants (N = 110) in our study as compared to methods that require hundreds of datasets, such as those based on deep neural networks36,38. Requiring low number of participants to train the system is an advantage as it can be applied to smaller databases, which increases practicality of the method. For example, relying on a low number of participants enables researchers and clinicians to build their own databases or transfer results of the larger databases easier to their particular settings56,57. Having higher number of participants, however, brings in the advantage of generalisation that might be more difficult to achieve in smaller databases. Therefore, while the algorithm was successful with lower number of participants, it could benefit from more data and subsequently achieve a higher performance accuracy.

While publicly available large databases are becoming more common, not all such databases are suitable for all classification methods. Additionally, there is a wide variability between different databases in terms of population, and neuroimaging methods and parameters, which reduces reproducibility5355. These impede translation from one database to other, or from one database to specific population in question. Therefore, it is important to test the models on more than one dataset to study sensitivity of the algorithm to different characteristics of the dataset.

We used three pipelines for segmentation of the whole brain (CAT and volBrain) and hippocampus (HIPS). All these pipelines are fully automated with minimum customisation. Therefore, it is possible to run the model without much manual handling of the data. This is an important feature as other processing methods of segmentation (e.g., FreeSurfer toolbox58) or more diverse methods such as connectivity analysis (e.g., as in CONN toolbox59) require more adjustments. Hence, there is no need for particular expertise to use these tools, which makes them more accessible and more practical in clinical settings. The validity of these methods, however, is still to be fully studied17,26,6062. In particular, their level of accuracy in segmentation of brains with different disorders (such as those with atrophy) is less clear. For example, while BrainSuite toolbox63 has been successfully used in the past in many applications6466, it is less robust against brain atrophy and major structural changes.

For feature selection, we used statistical analysis and EA methods. Statistical analysis showed very limited evidence of differences between the two groups. This indicates that the volumetric difference between EMCI and CN is quite minute and more advanced diagnosis methods are required to classify the images. The EA methods, however, showed superior performance with more than 10% improvement in the classification accuracy. NSGA-II was the strongest method. This method is one of the emerging techniques for solving multi-disciplinary stochastic optimisation problems30,67,68. The superior overall performance of these methods shows the potential application of these optimisation methods in clinical settings.

It must to be noted that ADNI uses behavioural measures such as MMSE and CDR scores to classify the participants into different groups of CN, MCI, and AD81. Such classification methods have been challenged and there has since developed a stronger emphasis on biomarkers, such as beta-amyloid deposition8284. It has been shown that such measures are better indicators of AD as well as MCI8587. Therefore, some of the participants in our study might have been misclassified. For example, the behavioural differences could be due to reasons other than AD. Therefore, future research should look into replicating our model using groups of participants that are classified based on latest guidelines.

Since there is no effective treatment for AD, it is extremely important to diagnose MCI as early as possible, as it might be possible to delay its progression toward AD, particularly by indirect interventions such as increased physical activity80. However, it is challenging to identify EMCI because there are only mild changes in the brain structures of patients compared with brain structures of CN. Our method, however, was able to classify the images into EMCI and CN based on these small differences with very high accuracy. We compared the performances of classification method based on EA and statistical method using a single modality of T1-MRI for prediction of the early MCI. Our results showed that EA can be used effectively in medical image processing and practical clinical applications. Additionally, our results showed that biomarkers based on MRI hold promise for early detection and differential diagnosis of the early stage of AD.

Materials and methods

Participants

Data for a total of 110 participants were extracted from a freely available public database of the Alzheimer’s disease Neuroimaging Initiative database (ADNI) (http://adni.loni.usc.edu)69,70. The ADNI was launched in 2003 to test whether serial MRI, fMRI, other biological markers, and clinical and neuropsychological assessments can be combined to measure the progression of MCI and early Alzheimer’s disease (AD). The Principal Investigator of ADNI is Michael W. Weiner, MD, VA Medical Center and University of California San Francisco. Enrolled participants were between 55 and 90 (inclusive) years of age, had a study partner able to provide an independent evaluation of functioning, and spoke either English or Spanish. All participants were willing and able to undergo all test procedures including neuroimaging and agreed to longitudinal follow up. All participants or their study partner gave written informed consent in line with the Declaration of Helsinki. The study protocol was approved by the local ethics committee in the VA Medical Center and University of California San Francisco and all methods were performed in accordance with relevant guidelines and regulations. See Table 3 for the details of the data. EMCI subjects had no other neurodegenerative diseases except MCI. CN subjects had no history of cognitive impairment, head injury, major psychiatric disease, or stroke. The EMCI participants were recruited with memory function approximately 1.0 SD below expected education adjusted norms71.

Table 3.

Demographics of the participants.

EMCI CN p
n 54 56
Female (n [%]) 26 [54.28] 27 [52.77]
Age (mean [SD]) 70.64 [6.74] 69.17 [5.82] 0.304
MMSE (mean [SD]) 28.85 [1.74] 28.27 [4.65] 0.356
CDR 0.5 or 1 0 < 0.001

CDR clinical dementia rating, MMSE mini-mental state exam, CN cognitively normal, EMCI early mild cognitive impairment.

Proposed method

The procedure of our proposed method is shown in Fig. 3. In this method, T1-MRI data of healthy participants (CN; n = 56) and patients (EMCI; n = 54) are extracted from the ADNI database. A similar segmentation method was used as in an earlier report26, see also Supplementary Methods section. We obtained volumes of different brain areas using volBrain, CAT and HIPS. These methods are based on an advanced pipeline providing automatic segmentation of different brain structures from T1-weighted MRI. Preprocessing and segmentation of brain areas are done using volBrain and CAT for the whole brain, and HIPS for subfields of the hippocampus. Subsequently, the extracted features are given to one of the optimisation methods to select the best subset of parameters in conjunction with the classification method. Optimisation methods consisted of PSO and statistical algorithms. The outputs of these methods are given to an ANN with three hidden layers to classify the data into CN and EMCI.

Figure 3.

Figure 3

The procedure of the proposed method. Five evolutionary algorithms (EA) were used: genetic algorithm (GA), nondominated sorting genetic algorithm II (NSGA-II), ant colony optimisation (ACO), simulated annealing (SA) and particle swarm optimisation (PSO).

Multiobjective optimisation algorithm

A similar algorithm was used as in an early publication72. Nondominated sorting genetic algorithm II (NSGA-II) has recently been shown to be an effective method of optimisation. NSGA-II is a fast and superior method based on genetic algorithm to solve multiobjective optimisation problems to capture a number of solutions simultaneously67. In this algorithm, nondomination is used as ranking criterion of solution, and fitness sharing is used for diversification control in the search space. All the operators in genetic algorithms (i.e., selection, crossover and mutation) are also used here. NSGA-II uses binary features to fill a mating poll. Crossover and mutation operators are applied to certain portions of the mating pool members. Original, offspring, and mutant populations are merged to create a larger one. Nondomination and crowding distance are used to sort the new members. A specific number of individuals in the sorted population are transferred to the next generation. Certain number of individuals in the sorted population is selected and others are excluded. This cycle iterates until stop conditions are satisfied. The conventional NSGA has a computational complexity of O(MN3), where M is the number of objectives and N is the population size. NSGA-II, on the other hand, has an overall complexity OMN2, which is significantly lower than other GAs67. In dealing with multiobjective problems, designer may be interested in a set of pareto-optimal points, instead of a single point. After termination of the optimisation process, nondominated solutions form the Pareto frontier. Each of the solutions on the Pareto frontier can be considered as an optimal strategy for a specific situation7375. In this study, the mutation percentage and mutation rate were set to 0.4 and 0.1, respectively; population size was 25 equal to the mating pool size, and crossover percentage was 14%.

In addition, we used four other EA methods: genetic algorithm (GA), ant colony optimisation (ACO), simulated annealing (SA) and particle swarm optimisation (PSO). For further details see Supplementary Method document.

Classification method

For the classification of EMCI and CN, we used a multi-layer perceptron artificial neural network (ANN) with three fully-connected hidden layers with 20, 10 and 5 nodes each, respectively72. The classification method was performed via an 80/20 split; 80% of the data was used for the training and 20% of the data was used for validation. We used Levenberg–Marquardt Back propagation (LMBP) algorithm for training and mean square error as a measure of performance7678. The LMBP has three steps (1) propagate the input forward through the network; (2) propagate the sensitivities backward through the network from the last layer to the first layer; and finally (3) update the weights and biases using Newton’s computational method79. In the LMBP algorithm the performance index Fx is formulated as:

Fx=eTxex

where e is a vector of network error, and x is the vector matrix of network weights and biases. The network weights are updated using the Hessian matrix and its gradient:

xk+1=xk-JTJ+μI-1JTe=xk-H+μI-1G

where J represent Jacobian matrix. The Hessian matrix H and its gradient G are calculated using:

H=JTJ
G=JTe

where the Jacobian matrix is calculated by:

J=Smam-1

where am-1 is the output of the (m-1)th layer of the network, and Sm is the sensitivity of Fx to changes in the network input element in the mth layer and is calculated by:

Sm=Fm(nm)(wm+1)Sm+1

where wm+1 represents the neuron weight at (m+1)th layer, and n is the network input79.

Supplementary Information

Supplementary Figures. (3.8MB, docx)
Supplementary Tables. (30.5KB, docx)
Supplementary Methods. (2.6MB, docx)

Acknowledgements

The authors would like to thank Oliver Herdson for his comments and proofreading the manuscript.

Author contributions

J.Z. and A.H.J. conceived the study. J.Z. extracted the data. J.Z. and A.H.J. analysed the data. J.Z. and A.H.J. wrote the paper. A.H.J. prepared the figures. All authors revised the manuscript. A.S. and A.H.J. supervised the project.

Data availability

No datasets were generated or analysed during the current study.

Competing interests

The authors declare no competing interests.

Footnotes

Publisher's note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Contributor Information

Ali Sadr, Email: sadr@iust.ac.ir.

Amir-Homayoun Javadi, Email: a.h.javadi@gmail.com.

Supplementary Information

The online version contains supplementary material available at 10.1038/s41598-022-04943-3.

References

  • 1.Prince, M., Guerchet, M. & Prina, M. The Global Impact of Dementia 2013–2050 Policy Brief for Heads of Government. https://www.alz.co.uk/research/GlobalImpactDementia2013 (2013).
  • 2.Nichols E, et al. Global, regional, and national burden of Alzheimer’s disease and other dementias, 1990–2016: A systematic analysis for the Global Burden of Disease Study 2016. Lancet Neurol. 2019;18:88–106. doi: 10.1016/S1474-4422(18)30403-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Cummings J, Lee G, Ritter A, Sabbagh M, Zhong K. Alzheimer’s disease drug development pipeline: 2019. Alzheimer Dement. 2019;5:272–293. doi: 10.1016/j.trci.2019.05.008. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Iqbal K, Grundke-Iqbal I. Alzheimer’s disease, a multifactorial disorder seeking multitherapies. Alzheimer Dement. 2010;6:420–424. doi: 10.1016/j.jalz.2010.04.006. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Petersen RC. Mild cognitive impairment. N. Engl. J. Med. 2011;364:2227–2234. doi: 10.1056/NEJMcp0910237. [DOI] [PubMed] [Google Scholar]
  • 6.Grundman M, et al. Mild cognitive impairment can be distinguished from Alzheimer disease and normal aging for clinical trials. Arch. Neurol. 2004;61:59–66. doi: 10.1001/archneur.61.1.59. [DOI] [PubMed] [Google Scholar]
  • 7.Edwards FA. A unifying hypothesis for Alzheimer’s disease: From plaques to neurodegeneration. Trends Neurosci. 2019;42:310–322. doi: 10.1016/j.tins.2019.03.003. [DOI] [PubMed] [Google Scholar]
  • 8.McConathy J, Sheline YI. Imaging biomarkers associated with cognitive decline: A review. Biol. Psychiat. 2015;77:685–692. doi: 10.1016/j.biopsych.2014.08.024. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Frisoni GB, Fox NC, Jack CR, Scheltens P, Thompson PM. The clinical use of structural MRI in Alzheimer disease. Nat. Rev. Neurol. 2010;6:67–77. doi: 10.1038/nrneurol.2009.215. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Mueller SG, et al. Hippocampal atrophy patterns in mild cognitive impairment and Alzheimer’s disease. Hum. Brain Mapp. 2010;31:1339–1347. doi: 10.1002/hbm.20934. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.de Flores R, la Joie R, Chételat G. Structural imaging of hippocampal subfields in healthy aging and Alzheimer’s disease. Neuroscience. 2015;309:29–50. doi: 10.1016/j.neuroscience.2015.08.033. [DOI] [PubMed] [Google Scholar]
  • 12.Nobis L, et al. Hippocampal volume across age: Nomograms derived from over 19,700 people in UK Biobank. NeuroImage Clin. 2019;23:101904. doi: 10.1016/j.nicl.2019.101904. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Mueller SG, Weiner MW. Selective effect of age, Apo e4, and Alzheimer’s disease on hippocampal subfields. Hippocampus. 2009;19:558–564. doi: 10.1002/hipo.20614. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Wisse LEM, et al. Hippocampal subfield volumes at 7T in early Alzheimer’s disease and normal aging. Neurobiol. Aging. 2014;35:2039–2045. doi: 10.1016/j.neurobiolaging.2014.02.021. [DOI] [PubMed] [Google Scholar]
  • 15.Tabatabaei-Jafari H, Shaw ME, Cherbuin N. Cerebral atrophy in mild cognitive impairment: A systematic review with meta-analysis. Alzheimer Dement. 2015;1:487–504. doi: 10.1016/j.dadm.2015.11.002. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16.Tang X, Holland D, Dale AM, Younes L, Miller MI. Shape abnormalities of subcortical and ventricular structures in mild cognitive impairment and Alzheimer’s disease: Detecting, quantifying, and predicting. Hum. Brain Mapp. 2014;35:3701–3725. doi: 10.1002/hbm.22431. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Mikhael S, Hoogendoorn C, Valdes-Hernandez M, Pernet C. A critical analysis of neuroanatomical software protocols reveals clinically relevant differences in parcellation schemes. Neuroimage. 2018;170:348–364. doi: 10.1016/j.neuroimage.2017.02.082. [DOI] [PubMed] [Google Scholar]
  • 18.Han X, et al. Reliability of MRI-derived measurements of human cerebral cortical thickness: The effects of field strength, scanner upgrade and manufacturer. Neuroimage. 2006;32:180–194. doi: 10.1016/j.neuroimage.2006.02.051. [DOI] [PubMed] [Google Scholar]
  • 19.Litjens G, et al. A survey on deep learning in medical image analysis. Med. Image Anal. 2017;42:60–88. doi: 10.1016/j.media.2017.07.005. [DOI] [PubMed] [Google Scholar]
  • 20.Ambarki K, Wåhlin A, Birgander R, Eklund A, Malm J. MR imaging of brain volumes: Evaluation of a fully automatic software. Am. J. Neuroradiol. 2011;32:408–412. doi: 10.3174/ajnr.A2275. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.Yushkevich PA, et al. Automated volumetry and regional thickness analysis of hippocampal subfields and medial temporal cortical structures in mild cognitive impairment. Hum. Brain Mapp. 2015;36:258–287. doi: 10.1002/hbm.22627. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Romero JE, Coupé P, Manjón JV. HIPS: A new hippocampus subfield segmentation method. Neuroimage. 2017;163:286–295. doi: 10.1016/j.neuroimage.2017.09.049. [DOI] [PubMed] [Google Scholar]
  • 23.Manjón JV, Coupé P. volBrain: An online MRI brain volumetry system. Front. Neuroinform. 2016;10:1–14. doi: 10.3389/fninf.2016.00030. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Tzourio-Mazoyer N, et al. Automated anatomical labeling of activations in SPM using a macroscopic anatomical parcellation of the MNI MRI single-subject brain. Neuroimage. 2002;15:273–289. doi: 10.1006/nimg.2001.0978. [DOI] [PubMed] [Google Scholar]
  • 25.Rolls ET, Huang C-C, Lin C-P, Feng J, Joliot M. Automated anatomical labelling atlas 3. Neuroimage. 2020;206:116189. doi: 10.1016/j.neuroimage.2019.116189. [DOI] [PubMed] [Google Scholar]
  • 26.Zamani J, Sadr A, Javadi A. A large-scale comparison of cortical and subcortical structural segmentation methods in alzheimer’ s disease: A statistical approach. BioRxiv. 2020 doi: 10.1101/2020.08.18.256321. [DOI] [PubMed] [Google Scholar]
  • 27.Zamani J, Sadr A, Javadi A. Cortical and subcortical structural segmentation in Alzheimer’s disease. Front. Biomed. Technol. 2019;6:94–98. [Google Scholar]
  • 28.John, G. H., Kohavi, R. & Pfleger, K. Irrelevant features and the subset selection problem. in Machine Learning Proceedings 1994, 121–129 (Elsevier, 1994). 10.1016/B978-1-55860-335-6.50023-4.
  • 29.Ahmad, S. S. S. Feature and instances selection for nearest neighbor classification via cooperative PSO. 2014 4th World Congress on Information and Communication Technologies, WICT 2014 45–50 (2014) 10.1109/WICT.2014.7077300.
  • 30.Xue B, Zhang M, Browne WN, Yao X. A survey on evolutionary computation approaches to feature selection. IEEE Trans. Evol. Comput. 2016;20:606–626. [Google Scholar]
  • 31.Finner H, Roters M. On the false discovery rate and expected type I errors. Biom. J. 2001;43:985–1005. [Google Scholar]
  • 32.Benjamini Y, Yekutieli D. The control of the false discovery rate in multiple testing under dependency. Ann. Stat. 2001;29:1165–1188. [Google Scholar]
  • 33.Guerrero R, Wolz R, Rao AW, Rueckert D. Manifold population modeling as a neuro-imaging biomarker: Application to ADNI and ADNI-GO. Neuroimage. 2014;94:275–286. doi: 10.1016/j.neuroimage.2014.03.036. [DOI] [PubMed] [Google Scholar]
  • 34.Prasad G, Joshi SH, Nir TM, Toga AW, Thompson PM. Brain connectivity and novel network measures for Alzheimer’s disease classification. Neurobiol. Aging. 2015;36:S121–S131. doi: 10.1016/j.neurobiolaging.2014.04.037. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35.Jie B, Liu M, Shen D. Integration of temporal and spatial properties of dynamic connectivity networks for automatic diagnosis of brain disease. Med. Image Anal. 2018;47:81–94. doi: 10.1016/j.media.2018.03.013. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Wee CY, et al. Cortical graph neural network for AD and MCI diagnosis and transfer learning across populations. NeuroImage Clin. 2019;23:101929. doi: 10.1016/j.nicl.2019.101929. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Lee P, Kim HR, Jeong Y. Detection of gray matter microstructural changes in Alzheimer’s disease continuum using fiber orientation. BMC Neurol. 2020;20:1–10. doi: 10.1186/s12883-020-01939-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38.Fang C, et al. Gaussian discriminative component analysis for early detection of Alzheimer’s disease: A supervised dimensionality reduction algorithm. J. Neurosci. Methods. 2020;344:108856. doi: 10.1016/j.jneumeth.2020.108856. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 39.Kang L, Jiang J, Huang J, Zhang T. Identifying early mild cognitive impairment by multi-modality MRI-based deep learning. Front. Aging Neurosci. 2020;12:1–10. doi: 10.3389/fnagi.2020.00206. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40.Kam TE, Zhang H, Jiao Z, Shen D. Deep learning of static and dynamic brain functional networks for early MCI detection. IEEE Trans. Med. Imaging. 2020;39:478–487. doi: 10.1109/TMI.2019.2928790. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 41.Yang P, et al. Fused sparse network learning for longitudinal analysis of mild cognitive impairment. IEEE Trans. Cybern. 2021;51:233–246. doi: 10.1109/TCYB.2019.2940526. [DOI] [PubMed] [Google Scholar]
  • 42.Reyes M, et al. On the interpretability of artificial intelligence in radiology: Challenges and opportunities. Radiol. Artif. Intell. 2020;2:e190043. doi: 10.1148/ryai.2020190043. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 43.Amorim JP, Abreu PH, Reyes M, Santos J. Interpretability vs. complexity: The friction in deep neural networks. Proc. Int. Joint Conf. Neural Netw. 2020 doi: 10.1109/IJCNN48605.2020.9206800. [DOI] [Google Scholar]
  • 44.Pereira S, et al. Enhancing interpretability of automatically extracted machine learning features: Application to a RBM-Random Forest system on brain lesion segmentation. Med. Image Anal. 2018;44:228–244. doi: 10.1016/j.media.2017.12.009. [DOI] [PubMed] [Google Scholar]
  • 45.Bobinski M, et al. Relationships between regional neuronal loss and neurofibrillary changes in the hippocampal formation and duration and severity of Alzheimer disease. J. Neuropathol. Exp. Neurol. 1997;56:414–420. doi: 10.1097/00005072-199704000-00010. [DOI] [PubMed] [Google Scholar]
  • 46.La Joie R, et al. Hippocampal subfield volumetry in mild cognitive impairment, Alzheimer’s disease and semantic dementia. NeuroImage Clin. 2013;3:155–162. doi: 10.1016/j.nicl.2013.08.007. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 47.McRae-McKee K, et al. Combining hippocampal volume metrics to better understand Alzheimer’s disease progression in at-risk individuals. Sci. Rep. 2019;9:1–9. doi: 10.1038/s41598-019-42632-w. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 48.Traykov L, et al. Executive functions deficit in mild cognitive impairment. Cogn. Behav. Neurol. 2007;20:219–224. doi: 10.1097/WNN.0b013e31815e6254. [DOI] [PubMed] [Google Scholar]
  • 49.Clément F, Gauthier S, Belleville S. Executive functions in mild cognitive impairment: Emergence and breakdown of neural plasticity. Cortex. 2013;49:1268–1279. doi: 10.1016/j.cortex.2012.06.004. [DOI] [PubMed] [Google Scholar]
  • 50.Lim YY, et al. Effect of amyloid on memory and non-memory decline from preclinical to clinical Alzheimer’s disease. Brain. 2014;137:221–231. doi: 10.1093/brain/awt286. [DOI] [PubMed] [Google Scholar]
  • 51.Huntley JD, Howard RJ. Working memory in early Alzheimer’s disease: A neuropsychological review. Int. J. Geriatr. Psychiatry. 2010;25:121–132. doi: 10.1002/gps.2314. [DOI] [PubMed] [Google Scholar]
  • 52.Brandt J, et al. Selectivity of executive function deficits in mild cognitive impairment. Neuropsychology. 2009;23:607–618. doi: 10.1037/a0015851. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 53.Lee E, Choi JS, Kim M, Suk H. Toward an interpretable Alzheimer’s disease diagnostic model with regional abnormality representation via deep learning. Neuroimage. 2019;202:1–10. doi: 10.1016/j.neuroimage.2019.116113. [DOI] [PubMed] [Google Scholar]
  • 54.Samper-González J, et al. Reproducible evaluation of classification methods in Alzheimer’s disease: Framework and application to MRI and PET data. Neuroimage. 2018;183:504–521. doi: 10.1016/j.neuroimage.2018.08.042. [DOI] [PubMed] [Google Scholar]
  • 55.Klöppel S, et al. Automatic classification of MR scans in Alzheimer’s disease. Brain. 2008;131:681–689. doi: 10.1093/brain/awm319. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 56.Bae J, et al. Transfer learning for predicting conversion from mild cognitive impairment to dementia of Alzheimer’s type based on a three-dimensional convolutional neural network. Neurobiol. Aging. 2021;99:53–64. doi: 10.1016/j.neurobiolaging.2020.12.005. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 57.Li W, Zhang L, Qiao L, Shen D. Toward a better estimation of functional brain network for mild cognitive impairment identification: A transfer learning view. IEEE J. Biomed. Health Inform. 2020;24:1160–1168. doi: 10.1109/JBHI.2019.2934230. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 58.Yushkevich PA, et al. Nearly automatic segmentation of hippocampal subfields in in vivo focal T2-weighted MRI. Neuroimage. 2010;53:1208–1224. doi: 10.1016/j.neuroimage.2010.06.040. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 59.Whitfield-Gabrieli S, Nieto-Castanon A. Conn: A functional connectivity toolbox for correlated and anticorrelated brain networks. Brain Connectivity. 2012;2:125–141. doi: 10.1089/brain.2012.0073. [DOI] [PubMed] [Google Scholar]
  • 60.Pantazis D, et al. Comparison of landmark-based and automatic methods for cortical surface registration. Neuroimage. 2010;49:2479–2493. doi: 10.1016/j.neuroimage.2009.09.027. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 61.Mikhael SS, Pernet C. A controlled comparison of thickness, volume and surface areas from multiple cortical parcellation packages. BMC Bioinform. 2019;20:1–12. doi: 10.1186/s12859-019-2609-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 62.Carass A, et al. Comparing fully automated state-of-the-art cerebellum parcellation from magnetic resonance images. Neuroimage. 2018;183:150–172. doi: 10.1016/j.neuroimage.2018.08.003. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 63.Shattuck DW, Leahy RM. BrainSuite: An automated cortical surface identification tool. Med. Image Anal. 2002;6:129–142. doi: 10.1016/s1361-8415(02)00054-3. [DOI] [PubMed] [Google Scholar]
  • 64.Wang ZI, et al. Automated MRI volumetric analysis in patients with rasmussen syndrome. Am. J. Neuroradiol. 2016;37:2348–2355. doi: 10.3174/ajnr.A4914. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 65.Skjøth-Rasmussen J, Jespersen B, Brennum J. The use of Brainsuite iCT for frame-based stereotactic procedures. Acta Neurochir. 2015;157:1437–1440. doi: 10.1007/s00701-015-2475-8. [DOI] [PubMed] [Google Scholar]
  • 66.Ou Y, et al. Field of view normalization in multi-site brain MRI. Neuroinformatics. 2018;16:431–444. doi: 10.1007/s12021-018-9359-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 67.Deb K, Pratap A, Agarwal S, Meyarivan T. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Trans. Evol. Comput. 2002;6:182–197. [Google Scholar]
  • 68.del Ser J, et al. Bio-inspired computation: Where we stand and what’s next. Swarm Evol. Comput. 2019;48:220–250. [Google Scholar]
  • 69.Jack CR, et al. Update on the magnetic resonance imaging core of the Alzheimer’s disease neuroimaging initiative. Alzheimer Dement. 2010;6:212–220. doi: 10.1016/j.jalz.2010.03.004. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 70.Jack CR, et al. The Alzheimer’s disease neuroimaging initiative (ADNI): MRI methods. J. Magn. Reson. Imaging. 2008;27:685–691. doi: 10.1002/jmri.21049. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 71.Rathore S, Habes M, Iftikhar MA, Shacklett A, Davatzikos C. A review on neuroimaging-based classification studies and associated feature extraction methods for Alzheimer’s disease and its prodromal stages. Neuroimage. 2017;155:530–548. doi: 10.1016/j.neuroimage.2017.03.057. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 72.Zamani J, Sadr A, Javadi A. Evolutionary optimisation in classification of early-MCI patients from healthy controls using graph measures of resting-state fMRI. BioRxiv. 2021 doi: 10.1101/2021.03.04.433989. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 73.Srinivas N, Deb K. Muiltiobjective optimisation using nondominated sorting in genetic algorithms. Evol. Comput. 1994;2:221–248. [Google Scholar]
  • 74.Heris SMK, Khaloozadeh H. Open-and closed-loop multiobjective optimal strategies for HIV therapy using NSGA-II. IEEE Trans. Biomed. Eng. 2011;58:1678–1685. doi: 10.1109/TBME.2011.2110651. [DOI] [PubMed] [Google Scholar]
  • 75.Dang, V. Q. & Lam, C. NSC-NSGA2: Optimal search for finding multiple thresholds for nearest shrunken centroid. in 2013 IEEE International Conference on Bioinformatics and Biomedicine 367–372 (IEEE, 2013). 10.1109/BIBM.2013.6732520.
  • 76.Lv C, et al. Levenberg-marquardt backpropagation training of multilayer neural networks for state estimation of a safety-critical cyber-physical system. IEEE Trans. Ind. Inf. 2018;14:3436–3446. [Google Scholar]
  • 77.de Rubio, J. J. Stability analysis of the modified levenberg-marquardt algorithm for the artificial neural network training. IEEE Transactions on Neural Networks and Learning Systems 1–15 (2020) 10.1109/TNNLS.2020.3015200. [DOI] [PubMed]
  • 78.Hagan MT, Menhaj MB. Training feedforward networks with the Marquardt algorithm. IEEE Trans. Neural Netw. 1994;5:989–993. doi: 10.1109/72.329697. [DOI] [PubMed] [Google Scholar]
  • 79.Wang X, Yang J, Teng X, Xia W, Jensen R. Feature selection based on rough sets and particle swarm optimisation. Pattern Recogn. Lett. 2007;28:459–471. [Google Scholar]
  • 80.Erickson KI, Voss MW, Prakash RS, Basak C, Szabo A, Chaddock L, Kim JS, et al. Exercise training increases size of hippocampus and improves memory. Proc. Natl. Acad. Sci. 2011;108(7):3017–3022. doi: 10.1073/pnas.1015950108. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 81.Petersen RC, Aisen PS, Beckett LA, Donohue MC, Gamst AC, Harvey DJ, Jack CR, et al. Alzheimer's disease neuroimaging initiative (ADNI): Clinical characterization. Neurology. 2010;74(3):201–209. doi: 10.1212/WNL.0b013e3181cb3e25. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 82.McKhann GM, Knopman DS, Chertkow H, Hyman BT, Jack CR, Jr, Kawas CH, Klunk WE, et al. The diagnosis of dementia due to Alzheimer's disease: Recommendations from the National Institute on Aging-Alzheimer's Association workgroups on diagnostic guidelines for Alzheimer's disease. Alzheimer Dement. 2011;7(3):263–269. doi: 10.1016/j.jalz.2011.03.005. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 83.Albert MS, DeKosky ST, Dickson D, Dubois B, Feldman HH, Fox NC, Gamst A, et al. The diagnosis of mild cognitive impairment due to Alzheimer's disease: Recommendations from the National Institute on Aging-Alzheimer's Association workgroups on diagnostic guidelines for Alzheimer's disease. Alzheimer Dement. 2011;7(3):270–279. doi: 10.1016/j.jalz.2011.03.008. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 84.Sperling RA, Aisen PS, Beckett LA, Bennett DA, Craft S, Fagan AM, Iwatsubo T, et al. Toward defining the preclinical stages of Alzheimer's disease: Recommendations from the National Institute on Aging-Alzheimer's Association workgroups on diagnostic guidelines for Alzheimer's disease. Alzheimer Dement. 2011;7(3):280–292. doi: 10.1016/j.jalz.2011.03.003. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 85.Edwards FA. A unifying hypothesis for Alzheimer’s disease: From plaques to neurodegeneration. Trends Neurosci. 2019;42(5):310–322. doi: 10.1016/j.tins.2019.03.003. [DOI] [PubMed] [Google Scholar]
  • 86.Hillen H. The beta amyloid dysfunction (BAD) hypothesis for Alzheimer’s disease. Front. Neurosci. 2019;13:1154. doi: 10.3389/fnins.2019.01154. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 87.Busche MA, Hyman BT. Synergy between amyloid-β and tau in Alzheimer’s disease. Nat. Neurosci. 2020;23(10):1183–1193. doi: 10.1038/s41593-020-0687-6. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

Supplementary Figures. (3.8MB, docx)
Supplementary Tables. (30.5KB, docx)
Supplementary Methods. (2.6MB, docx)

Data Availability Statement

No datasets were generated or analysed during the current study.


Articles from Scientific Reports are provided here courtesy of Nature Publishing Group

RESOURCES