Sampling Enclosing Subgraphs for Link Prediction
Paul Louis, Shweta Ann Jacob, Amirali Salehi-Abari

TL;DR
This paper introduces ScaLed, a scalable link prediction method that uses sparse subgraph sampling via random walks, enabling efficient predictions on large graphs without significant accuracy loss.
Contribution
ScaLed is a novel scalable approach that leverages sparse subgraph sampling to reduce computational costs in link prediction tasks on large graphs.
Findings
ScaLed achieves comparable accuracy to existing methods.
It significantly reduces computational overhead.
Flexible trade-off between accuracy and efficiency.
Abstract
Link prediction is a fundamental problem for graph-structured data (e.g., social networks, drug side-effect networks, etc.). Graph neural networks have offered robust solutions for this problem, specifically by learning the representation of the subgraph enclosing the target link (i.e., pair of nodes). However, these solutions do not scale well to large graphs as extraction and operation on enclosing subgraphs are computationally expensive, especially for large graphs. This paper presents a scalable link prediction solution, that we call ScaLed, which utilizes sparse enclosing subgraphs to make predictions. To extract sparse enclosing subgraphs, ScaLed takes multiple random walks from a target pair of nodes, then operates on the sampled enclosing subgraph induced by all visited nodes. By leveraging the smaller sampled enclosing subgraph, ScaLed can scale to larger graphs with much less…
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 · Complex Network Analysis Techniques · Bayesian Modeling and Causal Inference
