Inductive Subgraph Embedding for Link Prediction
Chunyu Miao, Chenxuan Xie, Jiajun Zhou, Shanqing Yu, Lina Chen, Qi, Xuan

TL;DR
This paper introduces SCLRL, a self-supervised framework that leverages neighborhood subgraphs for effective and scalable link representation learning, outperforming existing methods in accuracy and efficiency.
Contribution
It proposes a novel subgraph contrastive learning approach for link embedding that captures intrinsic link features and improves scalability on large graphs.
Findings
SCLRL outperforms existing methods on benchmark datasets.
SCLRL demonstrates significant efficiency in training speed and memory usage.
Subgraph-level contrastive discrimination effectively captures link features.
Abstract
Graph representation learning (GRL) has emerged as a powerful technique for solving graph analytics tasks. It can effectively convert discrete graph data into a low-dimensional space where the graph structural information and graph properties are maximumly preserved. While there is rich literature on node and whole-graph representation learning, GRL for link is relatively less studied and less understood. One common practice in previous works is to generate link representations by directly aggregating the representations of their incident nodes, which is not capable of capturing effective link features. Moreover, common GRL methods usually rely on full-graph training, suffering from poor scalability and high resource consumption on large-scale graphs. In this paper, we design Subgraph Contrastive Link Representation Learning (SCLRL) -- a self-supervised link embedding framework, which…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Bioinformatics and Genomic Networks
