← Search

Jiong Zhu

4 accepted papers

2025

Learning Laplacian Positional Encodings for Heterophilous Graphs

AISTATS 2025poster

In this work, we theoretically demonstrate that current graph positional encodings (PEs) are not beneficial and could potentially hurt performance in tasks involving heterophilous graphs, where nodes that are close tend to have different labels. This limitation is critical as many real-world network…

Cited by 0SourceScholar
2024

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

NeurIPS 2024poster

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…

Cited by 1SourcePDFScholar
2021

Graph Neural Networks with Heterophily

AAAI 2021technical

Graph Neural Networks (GNNs) have proven to be useful for many different practical applications. However, many existing GNN models have implicitly assumed homophily among the nodes connected in the graph, and therefore have largely overlooked the important setting of heterophily, where most connecte…

2020

Beyond Homophily in Graph Neural Networks: Current Limitations and Effective Designs

NeurIPS 2020poster

We investigate the representation power of graph neural networks in the semi-supervised node classification task under heterophily or low homophily, i.e., in networks where connected nodes may have different class labels and dissimilar features. Many popular GNNs fail to generalize to this setting,…