English

OgBench: A Framework for Evaluating Graph Neural Networks on Omics Data

Machine Learning 2026-05-18 v1

Abstract

Graph Neural Networks (GNNs) have become the dominant framework for inductive graph-level learning. Yet most benchmarks focus on the regime npn \gg p, where the number of graphs nn greatly exceeds the number of nodes per graph pp. This overlooks biological domains such as omics, which operate in the opposite npn \ll p regime, characterized by large graphs of genes, transcripts, or proteins across few patient samples. This raises the question: \textit{how do GNNs perform in this low-sample, high-node omics setting?} We introduce \texttt{OgBench} (Omics-Graph Bench), the first benchmarking platform for graph-level prediction in the npn \ll p regime characteristic of omics data. We provide a standardized, end-to-end modular infrastructure from raw omics data to families of featured graphs with varied structural properties. We benchmark classical GNNs, as well as GNNs designed for large graphs and omics applications, alongside MLPs and machine learning baselines to establish reference performances. Our results show that widely used GNNs often do not outperform simple MLPs and classical baselines. These findings challenge the prevailing assumption that graph structure inherently adds value in this domain, fostering a critical reassessment of current learning paradigms. Ultimately, by exposing these limitations, OgBench provides the open-source ecosystem necessary for the community to develop and validate novel architectures explicitly tailored for biological graphs. The code is available at https://github.com/geometric-intelligence/ogbench.

Keywords

Cite

@article{arxiv.2605.15511,
  title  = {OgBench: A Framework for Evaluating Graph Neural Networks on Omics Data},
  author = {Louisa Cornelis and Johan Mathe and Louis Van Langendonck and Guillermo Bernárdez and Nina Miolane},
  journal= {arXiv preprint arXiv:2605.15511},
  year   = {2026}
}

Comments

42 pages