Inductive Link Prediction with Interactive Structure Learning on Attributed Graph

Shuo Yang,Binbin Hu,Zhiqiang Zhang,Wang Sun,Yang Wang,Jun Zhou,Hongyu Shan,Yuetian Cao,Borui Ye,Yanming Fang,Quan Yu
DOI: https://doi.org/10.1007/978-3-030-86520-7_24
2021-01-01
Abstract:Link prediction is one of the most important tasks in graph machine learning, which aims at predicting whether two nodes in a network have an edge. Real-world graphs typically contain abundant node and edge attributes, thus how to perform link prediction by simultaneously learning structure and attribute information from both interactions/paths between two associated nodes and local neighborhood among node's ego subgraph is intractable. To address this issue, we develop a novel Path-aware Graph Neural Network (PaGNN) method for link prediction, which incorporates interaction and neighborhood information into graph neural networks via broadcasting and aggregating operations. And a cache strategy is developed to accelerate the inference process. Extensive experiments show a superior performance of our proposal over state-of-the-art methods on real-world link prediction tasks.
What problem does this paper attempt to address?