Contrasformer: A Brain Network Contrastive Transformer for Neurodegenerative Condition Identification
Jiaxing Xu, Kai He, Mengcheng Lan, Qingtian Bian, Wei Li, Tieying Li, Yiping Ke, Miao Qiao
TL;DR
Contrasformer tackles neurological disorder identification from fMRI brain networks by addressing sub-population distribution shifts and the lack of node-identity awareness. It introduces a contrast graph encoder with two-stream attention to produce disease-discriminative priors and a cross decoder with identity embedding to fuse these priors into node representations. The model is trained with four losses, including a novel ROI-level contrastive loss that enforces ROI identity consistency across subjects, plus sparsity and cluster constraints. Empirical results across four diverse datasets show consistent improvements over 13 baselines, with interpretable biomarker patterns aligning with neuroscience knowledge. This work enhances the applicability of Transformer-based models to dense brain graphs and provides a framework for robust, interpretable neurodiagnostics.
Abstract
Understanding neurological disorder is a fundamental problem in neuroscience, which often requires the analysis of brain networks derived from functional magnetic resonance imaging (fMRI) data. Despite the prevalence of Graph Neural Networks (GNNs) and Graph Transformers in various domains, applying them to brain networks faces challenges. Specifically, the datasets are severely impacted by the noises caused by distribution shifts across sub-populations and the neglect of node identities, both obstruct the identification of disease-specific patterns. To tackle these challenges, we propose Contrasformer, a novel contrastive brain network Transformer. It generates a prior-knowledge-enhanced contrast graph to address the distribution shifts across sub-populations by a two-stream attention mechanism. A cross attention with identity embedding highlights the identity of nodes, and three auxiliary losses ensure group consistency. Evaluated on 4 functional brain network datasets over 4 different diseases, Contrasformer outperforms the state-of-the-art methods for brain networks by achieving up to 10.8\% improvement in accuracy, which demonstrates its efficacy in neurological disorder identification. Case studies illustrate its interpretability, especially in the context of neuroscience. This paper provides a solution for analyzing brain networks, offering valuable insights into neurological disorders. Our code is available at \url{https://github.com/AngusMonroe/Contrasformer}.
