HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Algorithm and System Co-design for Efficient Subgraph-based Graph Representation Learning

Haoteng Yin Muhan Zhang Yanbang Wang Jianguo Wang Pan Li

Algorithm and System Co-design for Efficient Subgraph-based Graph Representation Learning

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 millions of nodes and edges demonstrate the effectiveness and scalability of SUREL. In particular, compared to SGRL baselines, SUREL achieves 10$\times$ speed-up with comparable or even better prediction performance; while compared to canonical GNNs, SUREL achieves 50% prediction accuracy improvement.

Code Repositories

veritasyin/subg_acc
Mentioned in GitHub
graph-com/surel
Official
pytorch
Mentioned in GitHub
Graph-COM/SUREL
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
link-property-prediction-on-ogbl-citation2SUREL
Ext. data: No
Number of params: 79617
Test MRR: 0.8883 ± 0.0018
Validation MRR: 0.8891 ± 0.0021

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Algorithm and System Co-design for Efficient Subgraph-based Graph Representation Learning | Papers | HyperAI