Graph Neural Networks in Network Neuroscience

Alaa Bessadok,Mohamed Ali Mahjoub,Islem Rekik
DOI: https://doi.org/10.48550/arXiv.2106.03535
2022-09-28
Abstract:Noninvasive medical neuroimaging has yielded many discoveries about the brain connectivity. Several substantial techniques mapping morphological, structural and functional brain connectivities were developed to create a comprehensive road map of neuronal activities in the human brain -namely brain graph. Relying on its non-Euclidean data type, graph neural network (GNN) provides a clever way of learning the deep graph structure and it is rapidly becoming the state-of-the-art leading to enhanced performance in various network neuroscience tasks. Here we review current GNN-based methods, highlighting the ways that they have been used in several applications related to brain graphs such as missing brain graph synthesis and disease classification. We conclude by charting a path toward a better application of GNN models in network neuroscience field for neurological disorder diagnosis and population graph integration. The list of papers cited in our work is available at <a class="link-external link-https" href="https://github.com/basiralab/GNNs-in-Network-Neuroscience" rel="external noopener nofollow">this https URL</a>.
Machine Learning,Neurons and Cognition
What problem does this paper attempt to address?
The problems that this paper attempts to solve mainly focus on how to use Graph Neural Networks (GNNs) to conduct more effective research in neuroscience networks. Specifically, the paper focuses on the following aspects: 1. **Brain atlas prediction**: Due to the high cost of medical scans, patients may only obtain MRI images at one time point and lack subsequent MRI or other types of scans, such as diffusion MRI or resting - state functional MRI. Therefore, synthesizing a complete brain atlas from the existing small amount of data is crucial for the improvement of early - disease - diagnosis models. The paper explores how to predict brain atlases across domains (such as morphology, structure, function), across resolutions, and across time through GNNs. 2. **Brain atlas integration**: The paper also discusses how to use GNNs to generate representative Connected Brain Templates (CBT) to standardize a set of brain atlases. This method can capture the features shared by a specific population (for example, autistic patients). 3. **Disease classification**: Learn the embedding representation of brain atlases through GNNs for disease classification, such as the identification of Mild Cognitive Impairment (MCI) and Alzheimer's Disease (AD). 4. **Brain atlas embedding**: The paper also introduces how to embed brain atlases into different spaces, such as geometric space and hyperbolic space, in order to better visualize and understand the complex topological structure of brain connections. 5. **Multimodal data fusion**: The paper emphasizes the use of multimodal data (such as functional and morphological connections) to improve the accuracy of diagnosis. By combining data of different modalities, a more comprehensive understanding of the changes in brain connections can be achieved. 6. **Brain atlas evolution prediction**: The paper explores how to predict the changes of a single brain atlas over time through GNNs, which is of great significance for understanding the development and changes of brain connections. In summary, the main objective of this paper is to solve problems such as brain atlas synthesis, integration, disease classification, multimodal data fusion, and brain atlas evolution prediction through the application of GNNs in neuroscience networks, thereby promoting the research progress in the field of neuroscience.