English

Link Prediction with Physics-Inspired Graph Neural Networks

Machine Learning 2025-06-30 v3 Information Retrieval Social and Information Networks

Abstract

The message-passing mechanism underlying Graph Neural Networks (GNNs) is not naturally suited for heterophilic datasets, where adjacent nodes often have different labels. Most solutions to this problem remain confined to the task of node classification. In this article, we focus on the valuable task of link prediction under heterophily, an interesting problem for recommendation systems, social network analysis, and other applications. GNNs like GRAFF have improved node classification under heterophily by incorporating physics biases in the architecture. Similarly, we propose GRAFF-LP, an extension of GRAFF for link prediction. We show that GRAFF-LP effectively discriminates existing from non-existing edges by learning implicitly to separate the edge gradients. Based on this information, we propose a new readout function inspired by physics. Remarkably, this new function not only enhances the performance of GRAFF-LP but also improves that of other baseline models, leading us to reconsider how every link prediction experiment has been conducted so far. Finally, we provide evidence that even simple GNNs did not experience greater difficulty in predicting heterophilic links compared to homophilic ones. This leads us to believe in the necessity for heterophily measures specifically tailored for link prediction, distinct from those used in node classification. The code and appendix are available at https://github.com/difra100/Link_Prediction_with_PIGNN_IJCNN.

Keywords

Cite

@article{arxiv.2402.14802,
  title  = {Link Prediction with Physics-Inspired Graph Neural Networks},
  author = {Andrea Giuseppe Di Francesco and Francesco Caso and Maria Sofia Bucarelli and Fabrizio Silvestri},
  journal= {arXiv preprint arXiv:2402.14802},
  year   = {2025}
}

Comments

Camera-Ready version. Accepted at IJCNN 2025

R2 v1 2026-06-28T14:57:32.438Z