Learning High-Order Relationships of Brain Regions
Introduction
Discovering reliable and informative relationships among brain regions from functional magnetic resonance imaging (fMRI) signals is essential in phenotypic predictions. Most of the current methods fail to accurately characterize those interactions because they only focus on pairwise connections and overlook the high-order relationships of brain regions. We propose that these high-order relationships should be maximally informative and minimally redundant (MIMR). However, identifying such high-order relationships is challenging and under-explored due to the exponential search space and the absence of a tractable objective. In response to this gap, we propose a novel method named HyBRiD which aims to extract MIMR high-order relationships from fMRI data. HyBRiD employs a CONSTRUCTOR to identify hyperedge structures, and a WEIGHTER to compute a weight for each hyperedge, which avoids searching in exponential space. HyBRiD achieves the MIMR objective through an innovative information bottleneck framework named multi-head drop-bottleneck with theoretical guarantees. Our comprehensive experiments demonstrate the effectiveness of our model. Our model outperforms the state-of-the-art predictive model by an average of , regarding the quality of hyperedges measured by CPM, a standard protocol for studying brain connections.
Method
We propose to use information bottleneck to learn the high-order relationships.
where is the high-order relationships, is the input fMRI data, and is the phenotypic outcome (e.g. IQ score). The first term ensures that the learned high-order relationships are informative towards the outcome, while the second term ensures that the learned structure is succinct and non-redundant.
However, existing tractable approximations of information bottleneck do not apply to high-order relationships. In response of this, we propose multi-head drop-bottleneck, which takes the following form:
To instantiate the theoretical framework, we propose the following architecture
The architecture overview of HyBRiD.
The model consists of two main components: the CONSTRUCTOR and the WEIGHTER when the number of nodes and the number of hyperedges . At a high level, the CONSTRUCTOR learns the hyperedge structure by masking nodes. The WEIGHTER computes the weight of each hyperedge based on the hyperedge's member nodes and their features.
Experiments
Predictive Performance of Learned High-Order Relationships
We evaluate the predictive performance of learned high-order relationships on two datasets: Autism Brain Imaging Data Exchange (ABIDE) and Adolescent Brain Cognitive Development (ABCD). We use the value from the CPM protocol as the evaluation metric.
Predictive perfomance on ABIDE.
Predictive performance on ABCD.
Further Analysis
Analysis of learned high-order relationships.
- (a) We find there are two distinct clusters in the figure. The first cluster is hyperedges with degree ≤ 5. 1-degree and 2-degree hyperedges are special cases of our method: 1-degree hyperedges are individual nodes, which imply the contribution of individual regions to the cognition. 2-degree hyperedges reveal the importance of traditional pairwise connectivity. The other cluster concentrates around degree 25, which implies the importance of relationships of multiple regions.
- (b) We find a strong positive correlation between a hyperedge's degree and its significance, which indicates that interactions of multiple brain regions play more important roles in cognition than pairwise or individual ones. It is also worth mentioning that there is a turning point around degree 5, which corresponds to the valley around 5 in (a).
- (c) We find out that the learned hyperedges are much more significant than traditional pairwise ones.