paper-with-me

홈 › Papers

Generative Graph Neural Networks for Link Prediction

2022-12-31 · Xingping Xian, Tao Wu, Xiaoke Ma, Shaojie Qiao, Yabin Shao, Chao Wang, Lin Yuan, Yu Wu

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 of sampling positive and negative links and heuristically computing the features of their enclosing subgraphs, GraphLP utilizes the feature learning ability of deep-learning models to automatically extract the structural patterns of graphs for link prediction under the assumption that real-world graphs are not locally isolated. Moreover, GraphLP explores high-order connectivity patterns to utilize the hierarchical organizational structures of graphs for link prediction. Our experimental results on all common benchmark datasets from different applications demonstrate that the proposed method consistently outperforms other state-of-the-art methods. Unlike the discriminative neural network models used for link prediction, GraphLP is generative, which provides a new paradigm for neural-network-based link prediction.

📄 PDF Abstract BibTeX arXiv:2301.00169

Code (1)

star4455/graphlp 공식 구현 pytorch

Tasks

Link PredictionPrediction

Similar Papers 제목 키워드 기반

Deep Generative Models for Subgraph Prediction

2024-08-07 · Erfaneh Mahmoudzadeh, Parmis Naddaf, Kiarash Zahirnia, Oliver Schulte

Graph Neural Networks (GNNs) are important across different domains, such as social network analysis and recommendation systems, due to their ability to model complex relational data. This paper introduces subgraph queri…

Bayesian OptimizationGraph LearningLink PredictionNode Classification+2

Sequence Diffusion Model for Temporal Link Prediction in Continuous-Time Dynamic Graph

2026-01-30 · Nguyen Minh Duc, Viet Cuong Ta arxiv

Temporal link prediction in dynamic graphs is a fundamental problem in many real-world systems. Existing temporal graph neural networks mainly focus on learning representations of historical interactions. Despite their s…

Link PredictionGraph Learning

Disentangling Node Attributes from Graph Topology for Improved Generalizability in Link Prediction

2023-07-17 · Ayan Chatterjee, Robin Walters, Giulia Menichetti, Tina Eliassi-Rad

Link prediction is a crucial task in graph machine learning with diverse applications. We explore the interplay between node attributes and graph topology and demonstrate that incorporating pre-trained node attributes im…

Graph GenerationInductive Link PredictionLink PredictionPrediction+1

Encoding Robust Representation for Graph Generation

2018-09-28 · Dongmian Zou, Gilad Lerman

Generative networks have made it possible to generate meaningful signals such as images and texts from simple noise. Recently, generative methods based on GAN and VAE were developed for graphs and graph signals. However,…

DecoderGraph GenerationLink Prediction

Sub-graph Based Diffusion Model for Link Prediction

2024-09-13 · Hang Li, Wei Jin, Geri Skenderi, Harry Shomer 외

Denoising Diffusion Probabilistic Models (DDPMs) represent a contemporary class of generative models with exceptional qualities in both synthesis and maximizing the data likelihood. These models work by traversing a forw…

DenoisingInductive LearningLink PredictionPrediction