Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Line Graph Neural Networks for Link Prediction

About

We consider the graph link prediction task, which is a classic graph analytical problem with many real-world applications. With the advances of deep learning, current link prediction methods commonly compute features from subgraphs centered at two neighboring nodes and use the features to predict the label of the link between these two nodes. In this formalism, a link prediction problem is converted to a graph classification task. In order to extract fixed-size features for classification, graph pooling layers are necessary in the deep learning model, thereby incurring information loss. To overcome this key limitation, we propose to seek a radically different and novel path by making use of the line graphs in graph theory. In particular, each node in a line graph corresponds to a unique edge in the original graph. Therefore, link prediction problems in the original graph can be equivalently solved as a node classification problem in its corresponding line graph, instead of a graph classification task. Experimental results on fourteen datasets from different applications demonstrate that our proposed method consistently outperforms the state-of-the-art methods, while it has fewer parameters and high training efficiency.

Lei Cai, Jundong Li, Jie Wang, Shuiwang Ji• 2020

Related benchmarks

TaskDatasetResultRank
Link PredictionCiteseer
AUC89.41
146
Link PredictionCora
AUC0.913
116
Link PredictionFacebook
AUC0.9851
20
Link PredictionCora
Hits@2062.98
11
Link PredictionCora
Hits@5071.43
11
Link PredictionFacebook
Hits@5056.22
11
Link PredictionFacebook
Hits@2037.86
11
Link PredictionFacebook
AP98.62
11
Showing 8 of 8 rows

Other info

Follow for update