LGGNJul 5, 2025

Graph Neural Networks as a Substitute for Transformers in Single-Cell Transcriptomics

arXiv:2507.04125v11 citationsh-index: 1BIBM
Originality Incremental advance
AI Analysis

This challenges the assumption that Transformers are always optimal, offering a more efficient alternative for researchers in single-cell transcriptomics.

The paper investigates whether Graph Neural Networks (GNNs) can replace Transformers in single-cell transcriptomics, finding that GNNs achieve competitive performance with lower computational costs.

Graph Neural Networks (GNNs) and Transformers share significant similarities in their encoding strategies for interacting with features from nodes of interest, where Transformers use query-key scores and GNNs use edges. Compared to GNNs, which are unable to encode relative positions, Transformers leverage dynamic attention capabilities to better represent relative relationships, thereby becoming the standard backbones in large-scale sequential pre-training. However, the subtle difference prompts us to consider: if positions are no longer crucial, could we substitute Transformers with Graph Neural Networks in some fields such as Single-Cell Transcriptomics? In this paper, we first explore the similarities and differences between GNNs and Transformers, specifically in terms of relative positions. Additionally, we design a synthetic example to illustrate their equivalence where there are no relative positions between tokens in the sample. Finally, we conduct extensive experiments on a large-scale position-agnostic dataset-single-cell transcriptomics-finding that GNNs achieve competitive performance compared to Transformers while consuming fewer computation resources. These findings provide novel insights for researchers in the field of single-cell transcriptomics, challenging the prevailing notion that the Transformer is always the optimum choice.

Foundations

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

Your Notes