LGSep 26, 2024

On the Impact of Feature Heterophily on Link Prediction with Graph Neural Networks

arXiv:2409.17475v111 citationsh-index: 40
Originality Incremental advance
AI Analysis

This addresses a gap in understanding heterophily's impact on link prediction, an important graph learning task, but is incremental as it builds on known challenges in GNNs.

The paper tackles the problem of how feature heterophily affects Graph Neural Network (GNN) performance in link prediction, showing that adopting learnable decoders and GNN encoders with ego- and neighbor-embedding separation improves performance on heterophilic tasks.

Heterophily, or the tendency of connected nodes in networks to have different class labels or dissimilar features, has been identified as challenging for many Graph Neural Network (GNN) models. While the challenges of applying GNNs for node classification when class labels display strong heterophily are well understood, it is unclear how heterophily affects GNN performance in other important graph learning tasks where class labels are not available. In this work, we focus on the link prediction task and systematically analyze the impact of heterophily in node features on GNN performance. Theoretically, we first introduce formal definitions of homophilic and heterophilic link prediction tasks, and present a theoretical framework that highlights the different optimizations needed for the respective tasks. We then analyze how different link prediction encoders and decoders adapt to varying levels of feature homophily and introduce designs for improved performance. Our empirical analysis on a variety of synthetic and real-world datasets confirms our theoretical insights and highlights the importance of adopting learnable decoders and GNN encoders with ego- and neighbor-embedding separation in message passing for link prediction tasks beyond homophily.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes