Generative Graph Neural Networks for Link Prediction
Xingping Xian, Tao Wu, Xiaoke Ma, Shaojie Qiao, Yabin Shao, Chao Wang,, Lin Yuan, Yu Wu

TL;DR
This paper introduces GraphLP, a generative deep learning approach for link prediction in graphs that leverages network reconstruction theory and high-order connectivity patterns, outperforming existing discriminative methods.
Contribution
Proposes a novel generative link prediction algorithm, GraphLP, that automatically learns structural graph features and utilizes hierarchical connectivity, differing from traditional discriminative models.
Findings
GraphLP outperforms state-of-the-art methods on benchmark datasets.
It leverages high-order connectivity patterns for improved accuracy.
The method demonstrates robustness across various graph applications.
Abstract
Inferring missing links or detecting spurious ones based on observed graphs, known as link prediction, is a long-standing challenge in graph data analysis. With the recent advances in deep learning, graph neural networks have been used for link prediction and have achieved state-of-the-art performance. Nevertheless, existing methods developed for this purpose are typically discriminative, computing features of local subgraphs around two neighboring nodes and predicting potential links between them from the perspective of subgraph classification. In this formalism, the selection of enclosing subgraphs and heuristic structural features for subgraph classification significantly affects the performance of the methods. To overcome this limitation, this paper proposes a novel and radically different link prediction algorithm based on the network reconstruction theory, called GraphLP. Instead…
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 · Graph Theory and Algorithms
