paper-with-me

홈 › Papers

Link Prediction Based on Graph Neural Networks

2018-02-27 · NeurIPS 2018 12 · Muhan Zhang, Yixin Chen

Link prediction is a key problem for network-structured data. Link prediction heuristics use some score functions, such as common neighbors and Katz index, to measure the likelihood of links. They have obtained wide practical uses due to their simplicity, interpretability, and for some of them, scalability. However, every heuristic has a strong assumption on when two nodes are likely to link, which limits their effectiveness on networks where these assumptions fail. In this regard, a more reasonable way should be learning a suitable heuristic from a given network instead of using predefined ones. By extracting a local subgraph around each target link, we aim to learn a function mapping the subgraph patterns to link existence, thus automatically learning a `heuristic' that suits the current network. In this paper, we study this heuristic learning paradigm for link prediction. First, we develop a novel $\gamma$-decaying heuristic theory. The theory unifies a wide range of heuristics in a single framework, and proves that all these heuristics can be well approximated from local subgraphs. Our results show that local subgraphs reserve rich information related to link existence. Second, based on the $\gamma$-decaying theory, we propose a new algorithm to learn heuristics from local subgraphs using a graph neural network (GNN). Its experimental results show unprecedented performance, working consistently well on a wide range of problems.

📄 PDF Abstract BibTeX arXiv:1802.09691

Code (10)

muhanzhang/SEAL 공식 구현 pytorch
arianemarandon/linkpredconf pytorch
dmlc/dgl/tree/master/examples/pytorch/seal pytorch
facebookresearch/SEAL_OGB pytorch
fs302/EasyLink pytorch
fs302/EasyLink/blob/main/example/ogbl_ppa_ra.py pytorch
sreycodes/YLR tf
venomouscyanide/S3GRL_OGB pytorch
venomouscyanide/s3grl pytorch
venomouscyanide/s3grl_ogb pytorch

Tasks

Graph Neural NetworkLink PredictionPrediction

Similar Papers 제목 키워드 기반

Link Prediction in Hypergraphs using Graph Convolutional Networks

2019-05-01 · ICLR 2019 5 · Naganand Yadati, Vikram Nitin, Madhav Nimishakavi, Prateek Yadav 외

Link prediction in simple graphs is a fundamental problem in which new links between nodes are predicted based on the observed structure of the graph. However, in many real-world applications, there is a need to model re…

Link PredictionPrediction

Link Prediction on Heterophilic Graphs via Disentangled Representation Learning

2022-08-03 · Shijie Zhou, Zhimeng Guo, Charu Aggarwal, Xiang Zhang 외

Link prediction is an important task that has wide applications in various domains. However, the majority of existing link prediction approaches assume the given graph follows homophily assumption, and designs similarity…

Link PredictionPredictionRepresentation Learning

Trust from the past: Bayesian Personalized Ranking based Link Prediction in Knowledge Graphs

2016-01-14 · Baichuan Zhang, Sutanay Choudhury, Mohammad Al Hasan, Xia Ning 외

Link prediction, or predicting the likelihood of a link in a knowledge graph based on its existing state is a key research task. It differs from a traditional link prediction task in that the links in a knowledge graph a…

Knowledge GraphsLink PredictionPrediction

Generative Graph Neural Networks for Link Prediction

2022-12-31 · Xingping Xian, Tao Wu, Xiaoke Ma, Shaojie Qiao 외

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…

Link PredictionPrediction

Introducing New Node Prediction in Graph Mining: Predicting All Links from Isolated Nodes with Graph Neural Networks

2024-01-10 · Damiano Zanardini, Emilio Serrano

This paper introduces a new problem in the field of graph mining and social network analysis called new node prediction. More technically, the task can be categorized as zero-shot out-of-graph all-links prediction. This …

AllGraph MiningLink PredictionPrediction