Algorithm and System Co-design for Efficient Subgraph-based Graph Representation Learning
Haoteng Yin, Muhan Zhang, Yanbang Wang, Jianguo Wang, Pan Li

TL;DR
The paper introduces SUREL, a system-optimized framework for scalable subgraph-based graph representation learning that significantly improves speed and accuracy over existing methods.
Contribution
It presents a novel walk-based decomposition approach and system co-design for scalable subgraph extraction in SGRL, addressing previous scalability limitations.
Findings
SUREL achieves 10x speed-up over SGRL baselines.
SUREL maintains or improves prediction accuracy.
SUREL scales effectively to large graphs with millions of nodes and edges.
Abstract
Subgraph-based graph representation learning (SGRL) has been recently proposed to deal with some fundamental challenges encountered by canonical graph neural networks (GNNs), and has demonstrated advantages in many important data science applications such as link, relation and motif prediction. However, current SGRL approaches suffer from scalability issues since they require extracting subgraphs for each training or test query. Recent solutions that scale up canonical GNNs may not apply to SGRL. Here, we propose a novel framework SUREL for scalable SGRL by co-designing the learning algorithm and its system support. SUREL adopts walk-based decomposition of subgraphs and reuses the walks to form subgraphs, which substantially reduces the redundancy of subgraph extraction and supports parallel computation. Experiments over six homogeneous, heterogeneous and higher-order graphs with…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Recommender Systems and Techniques
