Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Simplifying Subgraph Representation Learning for Scalable Link Prediction

About

Link prediction on graphs is a fundamental problem. Subgraph representation learning approaches (SGRLs), by transforming link prediction to graph classification on the subgraphs around the links, have achieved state-of-the-art performance in link prediction. However, SGRLs are computationally expensive, and not scalable to large-scale graphs due to expensive subgraph-level operations. To unlock the scalability of SGRLs, we propose a new class of SGRLs, that we call Scalable Simplified SGRL (S3GRL). Aimed at faster training and inference, S3GRL simplifies the message passing and aggregation operations in each link's subgraph. S3GRL, as a scalability framework, accommodates various subgraph sampling strategies and diffusion operators to emulate computationally-expensive SGRLs. We propose multiple instances of S3GRL and empirically study them on small to large-scale graphs. Our extensive experiments demonstrate that the proposed S3GRL models scale up SGRLs without significant performance compromise (even with considerable gains in some cases), while offering substantially lower computational footprints (e.g., multi-fold inference and training speedup).

Paul Louis, Shweta Ann Jacob, Amirali Salehi-Abari• 2023

Related benchmarks

TaskDatasetResultRank
Link PredictionCiteseer
AUC95.76
146
Link PredictionCora (test)--
69
Link Predictionogbl-citation2 (test)
MRR0.8814
57
Link PredictionCiteseer (test)--
31
Link Predictionogbl-ddi--
30
Link Predictionogbl-collab--
30
Link Predictionogbl-citation2 (val)
MRR88.09
28
Link Predictionogbl-citation2
MRR88.14
23
Link Predictionogbl-ppa
Hits@10042.42
19
Link PredictionCora Attributed
AUC94.77
18
Showing 10 of 19 rows

Other info

Code

Follow for update