LGAINCJun 9, 2023

NeuroGraph: Benchmarks for Graph Machine Learning in Brain Connectomics

arXiv:2306.06202v458 citationsh-index: 49Has Code
Originality Synthesis-oriented
AI Analysis

This provides standardized benchmarks for researchers in brain connectomics, but it is incremental as it focuses on dataset creation and baseline evaluation rather than novel methods.

The paper tackles the challenge of applying graph machine learning to neuroimaging by introducing NeuroGraph, a collection of 35 graph-based datasets for predicting behavioral and cognitive traits, with experiments showing that specific preprocessing choices like correlation vectors as node features improve performance.

Machine learning provides a valuable tool for analyzing high-dimensional functional neuroimaging data, and is proving effective in predicting various neurological conditions, psychiatric disorders, and cognitive patterns. In functional magnetic resonance imaging (MRI) research, interactions between brain regions are commonly modeled using graph-based representations. The potency of graph machine learning methods has been established across myriad domains, marking a transformative step in data interpretation and predictive modeling. Yet, despite their promise, the transposition of these techniques to the neuroimaging domain has been challenging due to the expansive number of potential preprocessing pipelines and the large parameter search space for graph-based dataset construction. In this paper, we introduce NeuroGraph, a collection of graph-based neuroimaging datasets, and demonstrated its utility for predicting multiple categories of behavioral and cognitive traits. We delve deeply into the dataset generation search space by crafting 35 datasets that encompass static and dynamic brain connectivity, running in excess of 15 baseline methods for benchmarking. Additionally, we provide generic frameworks for learning on both static and dynamic graphs. Our extensive experiments lead to several key observations. Notably, using correlation vectors as node features, incorporating larger number of regions of interest, and employing sparser graphs lead to improved performance. To foster further advancements in graph-based data driven neuroimaging analysis, we offer a comprehensive open-source Python package that includes the benchmark datasets, baseline implementations, model training, and standard evaluation.

Code Implementations1 repo
Foundations

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

Your Notes