| Literature DB >> 34040552 |
Weikang Gong1, Christian F Beckmann1,2, Andrea Vedaldi3, Stephen M Smith1, Han Peng1,2,3.
Abstract
Brain age prediction from brain MRI scans not only helps improve brain ageing modelling generally, but also provides benchmarks for predictive analysis methods. Brain-age delta, which is the difference between a subject's predicted age and true age, has become a meaningful biomarker for the health of the brain. Here, we report the details of our brain age prediction models and results in the Predictive Analysis Challenge 2019. The aim of the challenge was to use T1-weighted brain MRIs to predict a subject's age in multicentre datasets. We apply a lightweight deep convolutional neural network architecture, Simple Fully Convolutional Neural Network (SFCN), and combined several techniques including data augmentation, transfer learning, model ensemble, and bias correction for brain age prediction. The model achieved first place in both of the two objectives in the PAC 2019 brain age prediction challenge: Mean absolute error (MAE) = 2.90 years without bias removal (Second Place = 3.09 yrs; Third Place = 3.33 yrs), and MAE = 2.95 years with bias removal, leading by a large margin (Second Place = 3.80 yrs; Third Place = 3.92 yrs).Entities:
Keywords: big data; brain age prediction; brain imaging; convolution neural network; deep learning; predictive analysis
Year: 2021 PMID: 34040552 PMCID: PMC8141616 DOI: 10.3389/fpsyt.2021.627996
Source DB: PubMed Journal: Front Psychiatry ISSN: 1664-0640 Impact factor: 4.157
Difference in age distribution between PAC 2019 used in this study and UK Biobank dataset used in Peng et al. (24).
| UK Biobank | 44–80 | 62.7 ± 7.5 | 5,698/518/– | 6,216 | 2 |
| PAC 2019 | 17–90 | 35.9 ± 16.2 | 2,198/440/660 | 2,638 with label + 660 without label | 17 |
Figure 1Age distribution of different datasets. The UK Biobank (blue bars) and the PAC 2019 (orange bars) differ in age range and number of subjects.
Figure 2Illustration of the core network for the Simple Fully Convolutional Neural Network (SFCN) model. (A) SFCN model architecture. (B) An example of soft labels and output probabilities. The figure is reproduced from Peng et al. (24) under CC-BY-NCND 4.0.
Figure 3Training curves for the SGD and ADAM optimisers in PAC 2019 data. The curves are smoothed with a 7-step averaging window. The shading areas show the standard deviation within the window.
Performance of model ensembles with different pseudo modalities in PAC 2019.
| Raw, linearly registered, Pretrained with UK Biobank × 5 | 3.69 ± 0.08 | 0.946 ± 0.006 | 3.22 | 0.960 |
| Raw, linearly registered × 10 | 3.91 ± 0.13 | 0.935 ± 0.007 | 3.48 | 0.951 |
| Raw, non-linearly registered × 10 | 3.89 ± 0.16 | 0.937 ± 0.006 | 3.40 | 0.957 |
| Grey matter | 3.93 ± 0.13 | 0.948 ± 0.003 | 3.54 | 0.957 |
| White matter | 4.19 ± 0.09 | 0.937 ± 0.003 | 3.74 | 0.951 |
| All 45 models | 3.95 ± 0.19 | 0.940 ± 0.007 | 2.98 | 0.971 |
Five models are initialised with pretrained weights and then finetuned with linearly registered brains. For all other experiments, 10 models are trained from scratch for each modality and used to predict brain age individually. The mean and the standard deviation of the single model performances are computed within each modality.
Figure 4Training curves for transfer learning. The curves are averaged by five models trained with 5-fold cross-validation splitting, and then smoothed with a 7-step averaging window. The shading areas show the standard deviation within the window.
Figure 5Correlations of predicted brain age difference (d-age) between different models, showing similar results as Peng et al. (24).
Bias correction results.
| 45 Model ensemble | 2.98 | −0.44 | 3.01 | −0.06 |
| 45 Model ensemble | 2.90 | −0.39 | 2.95 | −0.03 |
Figure 6Ensemble performance with different number of models. (A) Average performance in MAE with different number of models used by ensemble. The mean and standard deviation come from 1,000-time bootstraps. (B) The fitted line of a power law. MAE0 is the critical point if an infinite number of models are used to form the ensemble.