Two-Dimensional Weisfeiler-Lehman Graph Neural Networks for Link Prediction
Yang Hu, Xiyuan Wang, Zhouchen Lin, Pan Li, Muhan Zhang

TL;DR
This paper introduces two-dimensional Weisfeiler-Lehman graph neural networks that directly generate link representations, offering higher discriminative power for link prediction tasks compared to traditional one-dimensional methods.
Contribution
The paper proposes novel 2-WL-GNN models that directly produce link representations, backed by theoretical analysis of their superior discriminative capabilities over 1-WL-GNNs.
Findings
2-WL-GNNs outperform 1-WL-GNNs in link discrimination.
Proposed models achieve competitive results on real-world datasets.
Theoretical analysis confirms higher expressive power of 2-WL tests.
Abstract
Link prediction is one important application of graph neural networks (GNNs). Most existing GNNs for link prediction are based on one-dimensional Weisfeiler-Lehman (1-WL) test. 1-WL-GNNs first compute node representations by iteratively passing neighboring node features to the center, and then obtain link representations by aggregating the pairwise node representations. As pointed out by previous works, this two-step procedure results in low discriminating power, as 1-WL-GNNs by nature learn node-level representations instead of link-level. In this paper, we study a completely different approach which can directly obtain node pair (link) representations based on \textit{two-dimensional Weisfeiler-Lehman (2-WL) tests}. 2-WL tests directly use links (2-tuples) as message passing units instead of nodes, and thus can directly obtain link representations. We theoretically analyze the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Graph Theory and Algorithms
