HyperBrain: Anomaly Detection for Temporal Hypergraph Brain Networks

Sadaf Sadeghian,Xiaoxiao Li,Margo Seltzer
2024-10-03
Abstract:Identifying unusual brain activity is a crucial task in neuroscience research, as it aids in the early detection of brain disorders. It is common to represent brain networks as graphs, and researchers have developed various graph-based machine learning methods for analyzing them. However, the majority of existing graph learning tools for the brain face a combination of the following three key limitations. First, they focus only on pairwise correlations between regions of the brain, limiting their ability to capture synchronized activity among larger groups of regions. Second, they model the brain network as a static network, overlooking the temporal changes in the brain. Third, most are designed only for classifying brain networks as healthy or disordered, lacking the ability to identify abnormal brain activity patterns linked to biomarkers associated with disorders. To address these issues, we present HyperBrain, an unsupervised anomaly detection framework for temporal hypergraph brain networks. HyperBrain models fMRI time series data as temporal hypergraphs capturing dynamic higher-order interactions. It then uses a novel customized temporal walk (BrainWalk) and neural encodings to detect abnormal co-activations among brain regions. We evaluate the performance of HyperBrain in both synthetic and real-world settings for Autism Spectrum Disorder and Attention Deficit Hyperactivity Disorder(ADHD). HyperBrain outperforms all other baselines on detecting abnormal co-activations in brain networks. Furthermore, results obtained from HyperBrain are consistent with clinical research on these brain disorders. Our findings suggest that learning temporal and higher-order connections in the brain provides a promising approach to uncover intricate connectivity patterns in brain networks, offering improved diagnosis.
Machine Learning,Neurons and Cognition
What problem does this paper attempt to address?
This paper aims to solve the key problem of identifying abnormal brain activities in neuroscience research, especially for the early detection of brain diseases. Most of the current graph - learning tools for analyzing brain networks have three main limitations: 1. **Only focus on pairwise correlations between brain regions**: This limits their ability to capture the synchronous activities of larger groups of regions. 2. **Model the brain network as a static network**: Ignoring the changes of the brain over time. 3. **Primarily used to classify brain networks as healthy or abnormal**: Lacking the ability to identify specific abnormal activity patterns related to diseases. To solve these problems, the authors propose **HyperBrain**, an unsupervised anomaly detection framework for temporal hypergraph brain networks. The main contributions of HyperBrain include: - **Temporal hypergraph modeling**: Model fMRI time - series data as temporal hypergraphs to capture dynamic high - order interactions. - **Custom - made temporal walks**: Use a new temporal walk method (called **BrainWalk**) to extract abnormal co - activation patterns between brain regions. - **Neural coding**: Incorporate information in temporal hypergraphs through neural coding techniques to detect abnormal co - activation of brain regions. - **Performance evaluation**: Evaluate the performance of HyperBrain on synthetic and real - world datasets, especially showing excellent performance in the detection of autism spectrum disorder (ASD) and attention - deficit hyperactivity disorder (ADHD). Through these methods, HyperBrain can more accurately identify abnormal brain activity patterns, thus providing strong support for the early diagnosis of diseases.