Accurate Link Prediction for Edge-Incomplete Graphs via PU Learning
Junghun Kim, Ka Hyun Park, Hoyoung Yoon, U Kang
TL;DR
PULL reframes link prediction on edge-incomplete graphs as a positive-unlabeled learning problem, introducing latent edge variables and an expected graph $\bar{\mathcal{G}}$ to propagate information beyond observed edges. By modeling the joint distribution on a line graph with node potentials tied to predicted linking probabilities and enforcing an EM-like learning signal, PULL iteratively refines both the graph structure and the link predictor. The approach yields state-of-the-art performance across multiple real-world datasets, demonstrates compatibility with several GCNN-based baselines, and scales linearly with graph size. The results highlight the practical impact of accounting for unlabeled edges when predicting missing links in real networks.
Abstract
Given an edge-incomplete graph, how can we accurately find the missing links? The link prediction in edge-incomplete graphs aims to discover the missing relations between entities when their relationships are represented as a graph. Edge-incomplete graphs are prevalent in real-world due to practical limitations, such as not checking all users when adding friends in a social network. Addressing the problem is crucial for various tasks, including recommending friends in social networks and finding references in citation networks. However, previous approaches rely heavily on the given edge-incomplete (observed) graph, making it challenging to consider the missing (unobserved) links during training. In this paper, we propose PULL (PU-Learning-based Link predictor), an accurate link prediction method based on the positive-unlabeled (PU) learning. PULL treats the observed edges in the training graph as positive examples, and the unconnected node pairs as unlabeled ones. PULL effectively prevents the link predictor from overfitting to the observed graph by proposing latent variables for every edge, and leveraging the expected graph structure with respect to the variables. Extensive experiments on five real-world datasets show that PULL consistently outperforms the baselines for predicting links in edge-incomplete graphs.
