LGOct 20, 2020

Line Graph Neural Networks for Link Prediction

arXiv:2010.10046v1278 citations
Originality Highly original
AI Analysis

This addresses a key limitation in graph link prediction for applications like social networks and recommendation systems by introducing a novel approach that improves performance and efficiency.

The paper tackles the link prediction problem in graphs by converting it from a graph classification task to a node classification problem using line graphs, which avoids information loss from pooling layers. Experimental results show that the proposed method consistently outperforms state-of-the-art methods across fourteen datasets, with fewer parameters and higher training efficiency.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes