LGAIIRJun 12, 2024

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

arXiv:2406.07979v2
AI Analysis

This work addresses the challenge of generalizing heuristics across diverse graphs for link prediction, offering a more efficient and interpretable solution, though it appears incremental as it builds on existing heuristic and GNN approaches.

The paper tackles the problem of link prediction in graphs by proposing a unified matrix formulation to generalize local and global heuristics, resulting in HL-GNN, which outperforms existing methods by a large margin and is several orders of magnitude faster with only a few trainable parameters.

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.

Code Implementations1 repo
Foundations

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

Your Notes