Brain age model adapts to detect Alzheimer’s signs in MRI scans

A Generalizable Feature Extractor for Alzheimer's-Related Brain MRI Tasks

Computer Vision and Pattern Recognition

Summary

Deep learning models need many labeled examples to learn well, but such data is often scarce in Alzheimer’s research. The authors tested a small brain age prediction model that can be adapted for different tasks using very few extra trained settings. This model successfully identified dementia and signs of disease progression on brain scans, even on new groups of patients it was never retrained on. It also estimated brain measurements usually done by much larger systems. This suggests a single, well-trained brain age model can be reused to help spot different Alzheimer’s-related changes with less data and effort.

transfer learningdeep learningbrain MRIAlzheimer’s diseasebrain age prediction3D convolutional neural networkLow-Rank Adaptation (LoRA)AUC (area under curve)foundation modelMCI (mild cognitive impairment)

Authors

Reza Rajabli, D. Louis Collins

Abstract

When there is not enough labeled data to properly train deep learning models, transfer learning can help. We still do not fully understand how effective it is in neuroimaging, especially for Alzheimer's disease research. It is also not clear if these transferred models can work on new datasets without being retrained for each specific task. We evaluate whether a compact, supervised pretrained model can serve as a reusable foundation model for downstream neuroimaging tasks. We freeze the 7.18 million weights of a 3D CNN previously trained for brain-age prediction, and adapt it to each task using Low-Rank Adaptation (LoRA), requiring only ~1% additional trainable parameters. We evaluate generalizability in six experiments. Adapting the model to classify cognitively normal versus Dementia on ADNI gave an AUC of 0.964 on held-out folds (Experiment #1). Applying that adapted model unchanged to OASIS-3, with no retraining, gave an AUC of 0.871 (Experiment #2). Reusing its output logit together with age and a cognitive score distinguished stable from progressing MCI with an AUC of 0.828 (Experiment #3). Adapting the same backbone to predict amyloid positivity from structural MRI gave an AUC of 0.804 (Experiment #4). Finally, the same approach estimated ICV-normalized hippocampal and white matter hypointensity volumes directly from the T1w image, with R^2 of 0.80 and 0.91 respectively, tasks normally addressed with much larger U-Net networks (Experiments #5 and #6). A compact model supervised on brain age can therefore serve as a reusable backbone, adapting to each task with ~1% additional parameters and transferring to an unseen cohort without any training. Our findings suggest that a carefully trained brain age model can serve as an effective foundation model for Alzheimer's related tasks, even under strict data constraints.