paper-with-me

홈 › Papers

OOD Link Prediction Generalization Capabilities of Message-Passing GNNs in Larger Test Graphs

2022-05-30 · Yangze Zhou, Gitta Kutyniok, Bruno Ribeiro

This work provides the first theoretical study on the ability of graph Message Passing Neural Networks (gMPNNs) -- such as Graph Neural Networks (GNNs) -- to perform inductive out-of-distribution (OOD) link prediction tasks, where deployment (test) graph sizes are larger than training graphs. We first prove non-asymptotic bounds showing that link predictors based on permutation-equivariant (structural) node embeddings obtained by gMPNNs can converge to a random guess as test graphs get larger. We then propose a theoretically-sound gMPNN that outputs structural pairwise (2-node) embeddings and prove non-asymptotic bounds showing that, as test graphs grow, these embeddings converge to embeddings of a continuous function that retains its ability to predict links OOD. Empirical results on random graphs show agreement with our theoretical results.

📄 PDF Abstract BibTeX arXiv:2205.15117

Code (1)

yangzez/ood-link-prediction-generalization-mpnn 공식 구현 pytorch

Tasks

Link Prediction

Similar Papers 제목 키워드 기반

Understanding Generalization in Node and Link Prediction

2025-07-01 · Antonis Vasileiou, Timo Stoll, Christopher Morris

Using message-passing graph neural networks (MPNNs) for node and link prediction is crucial in various scientific and industrial domains, which has led to the development of diverse MPNN architectures. Besides working we…

Link PredictionPrediction

Link Prediction with Untrained Message Passing Layers

2024-06-24 · Lisi Qarkaxhija, Anatol E. Wegner, Ingo Scholtes

Message passing neural networks (MPNNs) operate on graphs by exchanging information between neigbouring nodes. MPNNs have been successfully applied to various node-, edge-, and graph-level tasks in areas like molecular s…

Combinatorial OptimizationLink PredictionPrediction

Pure Message Passing Can Estimate Common Neighbor for Link Prediction

2023-09-02 · Kaiwen Dong, Zhichun Guo, Nitesh V. Chawla

Message Passing Neural Networks (MPNNs) have emerged as the {\em de facto} standard in graph representation learning. However, when it comes to link prediction, they often struggle, surpassed by simple heuristics such as…

Graph Representation LearningLink PredictionPredictionRepresentation Learning

E(n) Equivariant Message Passing Cellular Networks

2024-06-05 · Veljko Kovač, Erik J. Bekkers, Pietro Liò, Floor Eijkelboom

This paper introduces E(n) Equivariant Message Passing Cellular Networks (EMPCNs), an extension of E(n) Equivariant Graph Neural Networks to CW-complexes. Our approach addresses two aspects of geometric message passing n…

A Relation-Interactive Approach for Message Passing in Hyper-relational Knowledge Graphs

2024-02-23 · Yonglin Jing

Hyper-relational knowledge graphs (KGs) contain additional key-value pairs, providing more information about the relations. In many scenarios, the same relation can have distinct key-value pairs, making the original trip…

Knowledge GraphsLink PredictionPredictionRelation