greenelab / deep-review

A collaboratively written review paper on deep learning, genomics, and precision medicine
https://greenelab.github.io/deep-review/
Other
1.24k stars 272 forks source link

Predicting brain age with deep learning from raw imaging data results in a reliable and heritable biomarker #160

Open agitter opened 7 years ago

agitter commented 7 years ago

https://arxiv.org/abs/1612.02572

Machine learning analysis of neuroimaging data can accurately predict chronological age in healthy people and deviations from healthy brain ageing have been associated with cognitive impairment and disease. Here we sought to further establish the credentials of "brain-predicted age" as a biomarker of individual differences in the brain ageing process, using a predictive modelling approach based on deep learning, and specifically convolutional neural networks (CNN), and applied to both pre-processed and raw T1-weighted MRI data. Firstly, we aimed to demonstrate the accuracy of CNN brain-predicted age using a large dataset of healthy adults (N = 2001). Next, we sought to establish the heritability of brain-predicted age using a sample of monozygotic and dizygotic female twins (N = 62). Thirdly, we examined the test-retest and multi-centre reliability of brain-predicted age using two samples (within-scanner N = 20; between-scanner N = 11). CNN brain-predicted ages were generated and compared to a Gaussian Process Regression (GPR) approach, on all datasets. Input data were grey matter (GM) or white matter (WM) volumetric maps generated by Statistical Parametric Mapping (SPM) or raw data. Brain-predicted age represents an accurate, highly reliable and genetically-valid phenotype, that has potential to be used as a biomarker of brain ageing. Moreover, age predictions can be accurately generated on raw T1-MRI data, substantially reducing computation time for novel data, bringing the process closer to giving real-time information on brain health in clinical settings.

cgreene commented 7 years ago

Relatively standard architecture: 3D convolutional neural networks. Voxel input data. Single output node for age.

This work falls prey to some hazards for using normality assumptions to characterize distributions that must not be normal:

The average interval between each scan 68.17 ± 92.23 days, with eight participants being scanned in Amsterdam first, three in London first.

Results:

Performance was generally strong using existing methods and the neural network when features were extracted and GM/WM were input directly. When raw voxel data were used, the CNN performance was essentially unaffected, while the existing method became much less reliable.

In terms of impact for our review, this paper doesn't provide transformational results in terms of performance. It does, however, highlight the role of deep neural networks as a powerful feature constructor.