FakeEdge: Alleviate Dataset Shift in Link Prediction
Kaiwen Dong, Yijun Tian, Zhichun Guo, Yang Yang, Nitesh V. Chawla

TL;DR
This paper identifies the dataset shift problem in link prediction with GNNs and proposes FakeEdge, a model-agnostic method to mitigate the topological gap, improving performance across multiple datasets.
Contribution
The paper introduces FakeEdge, a novel, model-agnostic technique to reduce dataset shift in link prediction tasks, backed by theoretical analysis and extensive experiments.
Findings
FakeEdge effectively reduces dataset shift in link prediction.
FakeEdge improves GNN performance across diverse datasets.
Theoretical analysis confirms vulnerability of existing methods to dataset shift.
Abstract
Link prediction is a crucial problem in graph-structured data. Due to the recent success of graph neural networks (GNNs), a variety of GNN-based models were proposed to tackle the link prediction task. Specifically, GNNs leverage the message passing paradigm to obtain node representation, which relies on link connectivity. However, in a link prediction task, links in the training set are always present while ones in the testing set are not yet formed, resulting in a discrepancy of the connectivity pattern and bias of the learned representation. It leads to a problem of dataset shift which degrades the model performance. In this paper, we first identify the dataset shift problem in the link prediction task and provide theoretical analyses on how existing link prediction methods are vulnerable to it. We then propose FakeEdge, a model-agnostic technique, to address the problem by…
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 · Opinion Dynamics and Social Influence
