Integrating Causal Inference with Graph Neural Networks for Alzheimer's Disease Analysis
Pranay Kumar Peddi, Dhrubajyoti Ghosh
TL;DR
The paper addresses the challenge of distinguishing causal brain-region influences on Alzheimer's disease from confounding factors by presenting Causal-GCN, a graph-convolutional network augmented with do-calculus back-door adjustment. It defines and estimates average causal effects for each ROI via do-interventions, incorporating PCA-based adjustment for covariates such as age, sex, and APOE4, and uses bootstrap uncertainty to rank regions by their causal impact on AD probability. On the ADNI-derived dataset (484 subjects, 62 ROIs), Causal-GCN achieves performance comparable to baseline GNNs (AUC ≈ 0.535) while offering interpretable causal ROI rankings that highlight posterior, cingulate, and insular hubs, consistent with known AD pathology. This approach provides mechanistic insights and a principled framework to identify regions whose perturbation would influence disease progression, advancing interpretability and potential therapeutic targeting in neurodegenerative research.
Abstract
Deep graph learning has advanced Alzheimer's (AD) disease classification from MRI, but most models remain correlational, confounding demographic and genetic factors with disease specific features. We present Causal-GCN, an interventional graph convolutional framework that integrates do-calculus-based back-door adjustment to identify brain regions exerting stable causal influence on AD progression. Each subject's MRI is represented as a structural connectome where nodes denote cortical and subcortical regions and edges encode anatomical connectivity. Confounders such as age, sec, and APOE4 genotype are summarized via principal components and included in the causal adjustment set. After training, interventions on individual regions are simulated by serving their incoming edges and altering node features to estimate average causal effects on disease probability. Applied to 484 subjects from the ADNI cohort, Causal-GCN achieves performance comparable to baseline GNNs while providing interpretable causal effect rankings that highlight posterior, cingulate, and insular hubs consistent with established AD neuropathology.
