| Literature DB >> 32570205 |
Fei Gao1, Hyunsoo Yoon1, Yanzhe Xu1, Dhruman Goradia2, Ji Luo2, Teresa Wu3, Yi Su4.
Abstract
The prediction of Mild Cognitive Impairment (MCI) patients who are at higher risk converting to Alzheimer's Disease (AD) is critical for effective intervention and patient selection in clinical trials. Different biomarkers including neuroimaging have been developed to serve the purpose. With extensive methodology development efforts on neuroimaging, an emerging field is deep learning research. One great challenge facing deep learning is the limited medical imaging data available. To address the issue, researchers explore the use of transfer learning to extend the applicability of deep models on neuroimaging research for AD diagnosis and prognosis. Existing transfer learning models mostly focus on transferring the features from the pre-training into the fine-tuning stage. Recognizing the advantages of the knowledge gained during the pre-training, we propose an AD-NET (Age-adjust neural network) with the pre-training model serving two purposes: extracting and transferring features; and obtaining and transferring knowledge. Specifically, the knowledge being transferred in this research is an age-related surrogate biomarker. To evaluate the effectiveness of the proposed approach, AD-NET is compared with 8 classification models from literature using the same public neuroimaging dataset. Experimental results show that the proposed AD-NET outperforms the competing models in predicting the MCI patients at risk for conversion to the AD stage.Entities:
Keywords: AD; Biomarker; Deep learning; MCI; Transfer learning
Year: 2020 PMID: 32570205 PMCID: PMC7306626 DOI: 10.1016/j.nicl.2020.102290
Source DB: PubMed Journal: Neuroimage Clin ISSN: 2213-1582 Impact factor: 4.881
Fig. 1The architecture of the proposed AD-Net. 3D boxes represent input and feature maps. The arrows represent network operations: the black arrow indicates 3D convolutional operation followed by a rectified linear unit (ReLU) activation function; orange arrow represents max-pooling operations; red arrow represents the flatten operation; dotted red arrow represents fully connected layers; purple square represents the regression outputs for predicted B-Age; blue square represents classification outputs for MCI-Converter probability; layers within dotted square form a building block, and there are 3 repeating blocks (block × 3) for feature extraction before flatten layer. (For interpretation of the references to colour in this figure legend, the reader is referred to the web version of this article.)
Fig. 2Curves for vs. under different settings of (r = 0.8).
Demographic information for subjects in Dataset I and Dataset II.
| Dataset I | Dataset II | |
|---|---|---|
| Data Source | ADNI and IXI | ADNI |
| Sample Size | 847 | 292 |
| Sex (M/F) | 395/452 | 185/107 |
| Age Mean ± std (years) (Range in years) | 56.86 ± 18.34 (18 – 94) | 74.84 ± 7.24 (55 – 89) |
| Apolipoprotein e4 (NC/HT/HM) | N/A | 129/128/35 |
| Education Mean ± std (Years) (Range) | N/A | 16 ± 3 (7 – 20) |
| MMSE Mean ± std (Range) | N/A | 27.04 ± 1.76 (23 – 30) |
NC = Non-carrier; HT = Heterozygote; HM = Homozygote; N/A = Not available.
Fig. 3Sample slices from input T1-weighted MRI imaging after the minimal pre-processing procedure. A) Cognitively normal subject from the IXI dataset. B) Cognitively normal subject from the ADNI dataset. C) MCI Non-Converter subject from the ADNI dataset. D) MCI-Converter subject from the ADNI dataset.
Fig. 4Plot of chronological age (C-Age) vs. predicted biological age (B-Age): A) training dataset (MSE = 187.16, MAE = 11.17, PC = 0.75), B) testing dataset (MSE = 196.62, MAE = 12.28, PC-0.67). Red lines are the fitted linear regression, respectively. (For interpretation of the references to colour in this figure legend, the reader is referred to the web version of this article.)
P-values of t-test on age-gap between MCI-converter vs. non-converter group at the different age range.
| Age Range | MCI-converter | MCI non-converter | p-value | ||
|---|---|---|---|---|---|
| # subjects | Mean | # subjects | Mean | ||
| 55–90 | 168 | −15.77 | 129 | −17.78 | |
| 60–90 | 162 | −16.5 | 126 | −18.1 | |
| 65–90 | 154 | −17.03 | 111 | −19.36 | |
| 70–90 | 128 | −18.29 | 101 | −19.81 | |
| 75–90 | 88 | −20.16 | 66 | −22.49 | 0.124 |
| 80–90 | 42 | −22.39 | 40 | −24.51 | 0.47 |
| 85–90 | 10 | −23.36 | 14 | −25.25 | 0.331 |
Bold number represents that p-value is less than 0.05.
Fig. 5Distribution normalized values for MCI-Converter and MCI Non-Converter groups.
Comparison Results on AUC, Accuracy, Sensitivity, and Specificity.
| Methods | Model | Data | AUC | ACC | SEN | SPE |
|---|---|---|---|---|---|---|
| Logistic/Cox regression ( | ML | Structural MRI + CSF + Neuropsychological testing | NA | 0.77 | 0.82 | 0.73 |
| Orthogonal partial least squares ( | ML | Structural MRI + CSF | 0.76 | 0.69 | 0.74 | 0.63 |
| Gaussian Process ( | ML | Structural MRI + CSF + PET + APOE | 0.80 | 0.74 | 0.79 | 0.66 |
| SVM ( | ML | Structural MRI + PET | 0.70 | 0.68 | 0.65 | 0.70 |
| SAE + Logistic regression ( | DL/ML | Structural MRI + PET | NA* | 0.54 | 0.52 | 0.87 |
| Deep polynomial network + SVM ( | DL/ML | Structural MRI + PET | 0.80 | 0.79 | 0.68 | 0.87 |
| TL-CNN ( | DL | Structural MRI | 0.76 | 0.73 | 0.68 | 0.77 |
| TL-CNN- | DL | Structural MRI + Age | 0.77 | 0.77 | 0.80 | 0.73 |
| AD-NET | DL | Structural MRI + Age | 0.81 | 0.76 | 0.77 | 0.76 |
*NA: not reported in the literature.
AUC performance for TL-CNN, TL-CNN-, AD-NET under for different age group.
| Age range | # of subject | Methods | AUC |
|---|---|---|---|
| 55–75 | 80 MCI converters vs. 63 MCI non-converters | TL-CNN ( | 0.74 |
| TL-CNN- | 0.75 | ||
| AD-NET | 0.79 | ||
| 75–90 | 88 MCI converters vs. 66 MCI non-converters | TL-CNN ( | 0.80 |
| TL-CNN- | 0.80 | ||
| AD-NET | 0.83 |
Fig. 6Sensitivity Experiments on global scalar r on AUC values for MCI converter vs. non-converter prediction.