A Scalable and Effective Alternative to Graph Transformers
Kaan Sancak, Zhigang Hua, Jin Fang, Yan Xie, Andrey Malevich, Bo Long,, Muhammed Fatih Balin, \"Umit V. \c{C}ataly\"urek

TL;DR
This paper introduces GECO, a scalable alternative to Graph Transformers that captures local and global dependencies efficiently, enabling large-scale graph learning with significant speedups and competitive accuracy.
Contribution
GECO leverages neighborhood propagation and global convolutions to provide a quasilinear time alternative to Graph Transformers for large graphs.
Findings
GECO achieves 169x speedup on a 2M node graph.
GECO scales to large graphs where traditional GTs struggle.
GECO improves state-of-the-art accuracy by up to 4.5%.
Abstract
Graph Neural Networks (GNNs) have shown impressive performance in graph representation learning, but they face challenges in capturing long-range dependencies due to their limited expressive power. To address this, Graph Transformers (GTs) were introduced, utilizing self-attention mechanism to effectively model pairwise node relationships. Despite their advantages, GTs suffer from quadratic complexity w.r.t. the number of nodes in the graph, hindering their applicability to large graphs. In this work, we present Graph-Enhanced Contextual Operator (GECO), a scalable and effective alternative to GTs that leverages neighborhood propagation and global convolutions to effectively capture local and global dependencies in quasilinear time. Our study on synthetic datasets reveals that GECO reaches 169x speedup on a graph with 2M nodes w.r.t. optimized attention. Further evaluations on diverse…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks
MethodsGoal-Driven Tree-Structured Neural Model · Generalized ELBO with Constrained Optimization
