Unsupervised Analysis of Alzheimer's Disease Signatures using 3D Deformable Autoencoders
Mehmet Yigit Avci, Emily Chan, Veronika Zimmer, Daniel Rueckert, Benedikt Wiestler, Julia A. Schnabel, Cosmin I. Bercea
TL;DR
The paper tackles the challenge of detecting and localizing Alzheimer's disease (AD)–related brain atrophy using MRI in an unsupervised setting. It introduces MORPHADE, a 3D deformable autoencoder that employs dual deformation fields (constrained and unconstrained) and adversarial training to produce refined residual and folding maps, which are fused into an anomaly map for localization and severity assessment. Key innovations include the use of deformation fields within an unsupervised framework and the combination of $m_{residual}=|x-x_{recon}|$ with $m_{foldings}=\max(0,-\det(J_{\boldsymbol{\Phi}}))$ to highlight atrophy regions, as well as a training protocol that optimizes for reconstruction fidelity while preserving anatomical variability. On ADNI data, MORPHADE achieves $AUROC=0.80$ for AD detection, surpassing several supervised and unsupervised baselines, and shows spatial concordance with medial temporal atrophy (MTA) scores, supporting its potential for non-invasive disease monitoring. The authors also provide public code at $github.com/ci-ber/MORPHADE$ for broader adoption and validation.
Abstract
With the increasing incidence of neurodegenerative diseases such as Alzheimer's Disease (AD), there is a need for further research that enhances detection and monitoring of the diseases. We present MORPHADE (Morphological Autoencoders for Alzheimer's Disease Detection), a novel unsupervised learning approach which uses deformations to allow the analysis of 3D T1-weighted brain images. To the best of our knowledge, this is the first use of deformations with deep unsupervised learning to not only detect, but also localize and assess the severity of structural changes in the brain due to AD. We obtain markedly higher anomaly scores in clinically important areas of the brain in subjects with AD compared to healthy controls, showcasing that our method is able to effectively locate AD-related atrophy. We additionally observe a visual correlation between the severity of atrophy highlighted in our anomaly maps and medial temporal lobe atrophy scores evaluated by a clinical expert. Finally, our method achieves an AUROC of 0.80 in detecting AD, out-performing several supervised and unsupervised baselines. We believe our framework shows promise as a tool towards improved understanding, monitoring and detection of AD. To support further research and application, we have made our code publicly available at github.com/ci-ber/MORPHADE.
