Sampling Enclosing Subgraphs for Link Prediction
- URL: http://arxiv.org/abs/2206.12004v1
- Date: Thu, 23 Jun 2022 22:48:44 GMT
- Title: Sampling Enclosing Subgraphs for Link Prediction
- Authors: Paul Louis, Shweta Ann Jacob and Amirali Salehi-Abari
- Abstract summary: Link prediction is a fundamental problem for graph-structured data computation.
This paper presents a scalable solution, that we call ScaLed, which utilizes sparse enclosing subgraphs to make predictions.
By leveraging the smaller sampled subgraph, ScaLed can scale to larger graphs with much less overhead while maintaining high accuracy.
- Score: 2.1270496914042996
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- 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 overhead while maintaining
high accuracy. ScaLed further provides the flexibility to control the trade-off
between computation overhead and accuracy. Through comprehensive experiments,
we have shown that ScaLed can produce comparable accuracy to those reported by
the existing subgraph representation learning frameworks while being less
computationally demanding.
Related papers
- Deep Generative Models for Subgraph Prediction [10.56335881963895]
This paper introduces subgraph queries as a new task for deep graph learning.
Subgraph queries jointly predict the components of a target subgraph based on evidence that is represented by an observed subgraph.
We utilize a probabilistic deep Graph Generative Model to answer subgraph queries.
arXiv Detail & Related papers (2024-08-07T19:24:02Z) - Less is More: One-shot Subgraph Reasoning on Large-scale Knowledge Graphs [49.547988001231424]
We propose the one-shot-subgraph link prediction to achieve efficient and adaptive prediction.
Design principle is that, instead of directly acting on the whole KG, the prediction procedure is decoupled into two steps.
We achieve promoted efficiency and leading performances on five large-scale benchmarks.
arXiv Detail & Related papers (2024-03-15T12:00:12Z) - NodeFormer: A Scalable Graph Structure Learning Transformer for Node
Classification [70.51126383984555]
We introduce a novel all-pair message passing scheme for efficiently propagating node signals between arbitrary nodes.
The efficient computation is enabled by a kernerlized Gumbel-Softmax operator.
Experiments demonstrate the promising efficacy of the method in various tasks including node classification on graphs.
arXiv Detail & Related papers (2023-06-14T09:21:15Z) - Rethinking Explaining Graph Neural Networks via Non-parametric Subgraph
Matching [68.35685422301613]
We propose a novel non-parametric subgraph matching framework, dubbed MatchExplainer, to explore explanatory subgraphs.
It couples the target graph with other counterpart instances and identifies the most crucial joint substructure by minimizing the node corresponding-based distance.
Experiments on synthetic and real-world datasets show the effectiveness of our MatchExplainer by outperforming all state-of-the-art parametric baselines with significant margins.
arXiv Detail & Related papers (2023-01-07T05:14:45Z) - Reinforcement Learning Enhanced Weighted Sampling for Accurate Subgraph
Counting on Fully Dynamic Graph Streams [35.943447765433774]
We propose a weighted sampling algorithm called WSD for estimating the subgraph count in a fully dynamic graph stream.
We determine the weights of edges in a data-driven fashion, using a novel method based on reinforcement learning.
arXiv Detail & Related papers (2022-11-13T03:01:34Z) - Towards Accurate Subgraph Similarity Computation via Neural Graph
Pruning [22.307526272085024]
In this work, we convert graph pruning to a problem of node relabeling and then relax it to a differentiable problem.
Based on this idea, we further design a novel neural network to approximate a type of subgraph distance: the subgraph edit distance (SED)
In the design of the model, we propose an attention mechanism to leverage the information about the query graph and guide the pruning of the target graph.
arXiv Detail & Related papers (2022-10-19T15:16:28Z) - Neural Graph Matching for Pre-training Graph Neural Networks [72.32801428070749]
Graph neural networks (GNNs) have been shown powerful capacity at modeling structural data.
We present a novel Graph Matching based GNN Pre-Training framework, called GMPT.
The proposed method can be applied to fully self-supervised pre-training and coarse-grained supervised pre-training.
arXiv Detail & Related papers (2022-03-03T09:53:53Z) - Cherry-Picking Gradients: Learning Low-Rank Embeddings of Visual Data
via Differentiable Cross-Approximation [53.95297550117153]
We propose an end-to-end trainable framework that processes large-scale visual data tensors by looking emphat a fraction of their entries only.
The proposed approach is particularly useful for large-scale multidimensional grid data, and for tasks that require context over a large receptive field.
arXiv Detail & Related papers (2021-05-29T08:39:57Z) - On Explainability of Graph Neural Networks via Subgraph Explorations [48.56936527708657]
We propose a novel method, known as SubgraphX, to explain graph neural networks (GNNs)
Our work represents the first attempt to explain GNNs via identifying subgraphs explicitly.
arXiv Detail & Related papers (2021-02-09T22:12:26Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.