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

Heuristic Learning with Graph Neural Networks: A Unified Framework for Link Prediction

About

Link prediction is a fundamental task in graph learning, inherently shaped by the topology of the graph. While traditional heuristics are grounded in graph topology, they encounter challenges in generalizing across diverse graphs. Recent research efforts have aimed to leverage the potential of heuristics, yet a unified formulation accommodating both local and global heuristics remains undiscovered. Drawing insights from the fact that both local and global heuristics can be represented by adjacency matrix multiplications, we propose a unified matrix formulation to accommodate and generalize various heuristics. We further propose the Heuristic Learning Graph Neural Network (HL-GNN) to efficiently implement the formulation. HL-GNN adopts intra-layer propagation and inter-layer connections, allowing it to reach a depth of around 20 layers with lower time complexity than GCN. Extensive experiments on the Planetoid, Amazon, and OGB datasets underscore the effectiveness and efficiency of HL-GNN. It outperforms existing methods by a large margin in prediction performance. Additionally, HL-GNN is several orders of magnitude faster than heuristic-inspired methods while requiring only a few trainable parameters. The case study further demonstrates that the generalized heuristics and learned weights are highly interpretable.

Juzheng Zhang, Lanning Wei, Zhen Xu, Quanming Yao• 2024

Related benchmarks

TaskDatasetResultRank
Link PredictionCiteseer
AUC93.24
146
Link PredictionCoauthor CS
AUC91.14
10
Link PredictionAmazon Computers
AUC (%)92.25
10
Link PredictionCora
AUC92.71
10
Link PredictionEMAIL-ENRON
AUC89.96
10
Link PredictionChCh-Miner
AUC86.51
10
Showing 6 of 6 rows

Other info

Follow for update