Mixture of Link Predictors on Graphs
Li Ma, Haoyu Han, Juanhui Li, Harry Shomer, Hui Liu, Xiaofeng Gao,, Jiliang Tang

TL;DR
This paper introduces Link-MoE, a mixture of experts model for link prediction in graphs that dynamically selects the best pairwise information source for each node pair, significantly improving prediction accuracy.
Contribution
It proposes a novel mixture of experts approach that leverages multiple GNNs for different pairwise information types, addressing the limitations of uniform information application in link prediction.
Findings
Achieves an 18.71% relative improvement in MRR on Pubmed.
Attains a 9.59% relative improvement in Hits@100 on ogbl-ppa.
Demonstrates substantial performance gains across diverse real-world datasets.
Abstract
Link prediction, which aims to forecast unseen connections in graphs, is a fundamental task in graph machine learning. Heuristic methods, leveraging a range of different pairwise measures such as common neighbors and shortest paths, often rival the performance of vanilla Graph Neural Networks (GNNs). Therefore, recent advancements in GNNs for link prediction (GNN4LP) have primarily focused on integrating one or a few types of pairwise information. In this work, we reveal that different node pairs within the same dataset necessitate varied pairwise information for accurate prediction and models that only apply the same pairwise information uniformly could achieve suboptimal performance. As a result, we propose a simple mixture of experts model Link-MoE for link prediction. Link-MoE utilizes various GNNs as experts and strategically selects the appropriate expert for each node pair based…
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
Taxonomy
TopicsAdvanced Clustering Algorithms Research · Analytical Chemistry and Chromatography · Complex Network Analysis Techniques
