HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Distance-Enhanced Graph Neural Network for Link Prediction

{Tao Qin Lijun Wu Shufang Xie Yingce Xia Boling Li}

Abstract

Link prediction, which is to predict the existence of a link/edge between two vertices in a graph, is a classical problem in machine learning. Intuitively, if it takes a long distance to walk from u to v along the existing edges, there should not be a link between them, and vice versa. This motivates us to explicitly combine the distance information with graph neural networks (GNNs) to improve link prediction. Calculating the distances between any two vertices (e.g., shortest path, expectation of random walk) in training is time consuming. To overcome this difficulty, we propose an anchorbased distance: First, we randomly select K anchor vertices from the graph and then calculate the shortest distances of all vertices in the graph to them. The distance between vertices u and v is estimated as the average of their distances to the K anchor vertices. After that, we feed the distance into the GNN module. Our method brings significant improvement for link prediction with few additional parameters. We achieved state-of-the-art result on the drug-drug-interaction (i.e., DDI) and protein-protein-association (i.e., PPA) tasks of OGB (Hu et al., 2020). Our code is available at https://github.com/lbn187/DLGNN.

Benchmarks

BenchmarkMethodologyMetrics
link-property-prediction-on-ogbl-ddiGraphSAGE+anchor distance
Ext. data: No
Number of params: 3760134
Test Hits@20: 0.8239 ± 0.0437
Validation Hits@20: 0.8206 ± 0.0298

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Distance-Enhanced Graph Neural Network for Link Prediction | Papers | HyperAI