Topological Cycle Graph Attention Network for Brain Functional Connectivity
Jinghan Huang, Nanguang Chen, Anqi Qiu
TL;DR
This work tackles the challenge of distinguishing the brain's functional backbone from redundant cycle connections in brain functional connectivity graphs derived from fMRI. It introduces CycGAT, a cycle-aware graph attention network that uses a cycle incidence matrix $T$, cycle adjacency $A_E$, and edge positional encodings in cycles $P_E$ to filter edge signals through a cycle graph convolution with attention. On the large ABCD rs-fMRI dataset, CycGAT outperforms several state-of-the-art GNNs in classifying high vs low general intelligence and reveals a sparser, more focused functional backbone, validated by ablation studies of edge positional encodings. The approach provides a topological framework for analyzing neural circuits, with potential implications for cognitive neuroscience and clinical prediction, and suggests avenues for future validation and integration with structural connectivity.
Abstract
This study, we introduce a novel Topological Cycle Graph Attention Network (CycGAT), designed to delineate a functional backbone within brain functional graph--key pathways essential for signal transmissio--from non-essential, redundant connections that form cycles around this core structure. We first introduce a cycle incidence matrix that establishes an independent cycle basis within a graph, mapping its relationship with edges. We propose a cycle graph convolution that leverages a cycle adjacency matrix, derived from the cycle incidence matrix, to specifically filter edge signals in a domain of cycles. Additionally, we strengthen the representation power of the cycle graph convolution by adding an attention mechanism, which is further augmented by the introduction of edge positional encodings in cycles, to enhance the topological awareness of CycGAT. We demonstrate CycGAT's localization through simulation and its efficacy on an ABCD study's fMRI data (n=8765), comparing it with baseline models. CycGAT outperforms these models, identifying a functional backbone with significantly fewer cycles, crucial for understanding neural circuits related to general intelligence. Our code will be released once accepted.
