TL;DR
This paper introduces PS2, a personalized subgraph selector for GNN-based link prediction, which automatically identifies optimal subgraphs for each edge, improving prediction accuracy across various models and datasets.
Contribution
The paper proposes a novel bi-level optimization framework, PS2, for personalized subgraph selection in GNN link prediction, addressing the limitations of fixed subgraphs and enabling inductive, edge-specific subgraph identification.
Findings
PS2 improves link prediction accuracy across multiple GNN models.
Personalized subgraph selection outperforms fixed subgraph approaches.
The method is effective on diverse datasets and benchmarks.
Abstract
Graph neural networks (GNNs) have received remarkable success in link prediction (GNNLP) tasks. Existing efforts first predefine the subgraph for the whole dataset and then apply GNNs to encode edge representations by leveraging the neighborhood structure induced by the fixed subgraph. The prominence of GNNLP methods significantly relies on the adhoc subgraph. Since node connectivity in real-world graphs is complex, one shared subgraph is limited for all edges. Thus, the choices of subgraphs should be personalized to different edges. However, performing personalized subgraph selection is nontrivial since the potential selection space grows exponentially to the scale of edges. Besides, the inference edges are not available during training in link prediction scenarios, so the selection process needs to be inductive. To bridge the gap, we introduce a Personalized Subgraph Selector (PS2) as…
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
MethodsLightGCN
