BrainOOD: Out-of-distribution Generalizable Brain Network Analysis
Jiaxing Xu, Yongqiang Chen, Xia Dong, Mengcheng Lan, Tiancheng Huang, Qingtian Bian, James Cheng, Yiping Ke
TL;DR
BrainOOD addresses the dual challenges of out-of-distribution generalization and interpretability in brain-network analysis by coupling a learnable feature selector with a discrete-structure extractor, all guided by an enhanced Graph Information Bottleneck. The framework emphasizes recovering causally informative subgraphs while aligning interpretations across subjects, aided by a high-pass GNN for feature reconstruction and an alignment loss to stabilize structure across a batch. Empirical results on ABIDE and ADNI show BrainOOD outperforming 16 baselines with up to 8.5% improvements in OOD accuracy and through-case analyses that yield neuroscience-consistent biomarkers. Additionally, BrainOOD contributes the first OOD brain-network benchmark, enabling standardized evaluation and reproducibility for future studies in clinical neuroscience and network science.
Abstract
In neuroscience, identifying distinct patterns linked to neurological disorders, such as Alzheimer's and Autism, is critical for early diagnosis and effective intervention. Graph Neural Networks (GNNs) have shown promising in analyzing brain networks, but there are two major challenges in using GNNs: (1) distribution shifts in multi-site brain network data, leading to poor Out-of-Distribution (OOD) generalization, and (2) limited interpretability in identifying key brain regions critical to neurological disorders. Existing graph OOD methods, while effective in other domains, struggle with the unique characteristics of brain networks. To bridge these gaps, we introduce BrainOOD, a novel framework tailored for brain networks that enhances GNNs' OOD generalization and interpretability. BrainOOD framework consists of a feature selector and a structure extractor, which incorporates various auxiliary losses including an improved Graph Information Bottleneck (GIB) objective to recover causal subgraphs. By aligning structure selection across brain networks and filtering noisy features, BrainOOD offers reliable interpretations of critical brain regions. Our approach outperforms 16 existing methods and improves generalization to OOD subjects by up to 8.5%. Case studies highlight the scientific validity of the patterns extracted, which aligns with the findings in known neuroscience literature. We also propose the first OOD brain network benchmark, which provides a foundation for future research in this field. Our code is available at https://github.com/AngusMonroe/BrainOOD.
