AIDec 23, 2024

BrainMAP: Learning Multiple Activation Pathways in Brain Networks

arXiv:2412.17404v22 citationsh-index: 24Has CodeAAAI
Originality Incremental advance
AI Analysis

This work addresses a specific problem in neuroscience for researchers analyzing brain activity, but it is incremental as it builds on existing GNN methods with novel adaptations.

The paper tackles the challenge of learning multiple activation pathways in brain networks from fMRI data, where conventional Graph Neural Networks struggle with long-range dependencies, and introduces BrainMAP, a framework that uses sequential models and a Mixture of Experts aggregation module to achieve superior performance in experiments.

Functional Magnetic Resonance Image (fMRI) is commonly employed to study human brain activity, since it offers insight into the relationship between functional fluctuations and human behavior. To enhance analysis and comprehension of brain activity, Graph Neural Networks (GNNs) have been widely applied to the analysis of functional connectivities (FC) derived from fMRI data, due to their ability to capture the synergistic interactions among brain regions. However, in the human brain, performing complex tasks typically involves the activation of certain pathways, which could be represented as paths across graphs. As such, conventional GNNs struggle to learn from these pathways due to the long-range dependencies of multiple pathways. To address these challenges, we introduce a novel framework BrainMAP to learn Multiple Activation Pathways in Brain networks. BrainMAP leverages sequential models to identify long-range correlations among sequentialized brain regions and incorporates an aggregation module based on Mixture of Experts (MoE) to learn from multiple pathways. Our comprehensive experiments highlight BrainMAP's superior performance. Furthermore, our framework enables explanatory analyses of crucial brain regions involved in tasks. Our code is provided at https://github.com/LzyFischer/Graph-Mamba.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes