Biology

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

How the science connects

Alzheimer's diseaseDeep learningNeuroimaging

AI Insight

Researchers developed a compact deep learning model originally trained for brain age prediction that can be efficiently adapted to multiple Alzheimer's disease-related tasks using only 1% additional parameters. The model successfully performed six different neuroimaging tasks including dementia classification (AUC 0.964), amyloid positivity prediction (AUC 0.804), and brain volume estimation, and could transfer to new datasets without retraining while maintaining reasonable performance (AUC 0.871 on unseen data). This approach demonstrates that a single pretrained model can serve as a reusable foundation for various Alzheimer's research applications even with limited labeled data.


This work addresses a critical challenge in medical AI where limited labeled data restricts deep learning applications. By enabling a single compact model to handle multiple Alzheimer's-related tasks efficiently, this approach could reduce computational costs, accelerate research, and make advanced neuroimaging analysis more accessible to institutions with limited data or computing resources.


⚠️ Preprint – Noch nicht peer-reviewed

Dieser Artikel wurde noch nicht von unabhängigen Experten begutachtet. Die Ergebnisse sind vorläufig und sollten mit Vorsicht interpretiert werden.

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.

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