10
0

Adapting to Heterophilic Graph Data with Structure-Guided Neighbor Discovery

Abstract

Graph Neural Networks (GNNs) often struggle with heterophilic data, where connected nodes may have dissimilar labels, as they typically assume homophily and rely on local message passing. To address this, we propose creating alternative graph structures by linking nodes with similar structural attributes (e.g., role-based or global), thereby fostering higher label homophily on these new graphs. We theoretically prove that GNN performance can be improved by utilizing graphs with fewer false positive edges (connections between nodes of different classes) and that considering multiple graph views increases the likelihood of finding such beneficial structures. Building on these insights, we introduce Structure-Guided GNN (SG-GNN), an architecture that processes the original graph alongside the newly created structural graphs, adaptively learning to weigh their contributions. Extensive experiments on various benchmark datasets, particularly those with heterophilic characteristics, demonstrate that our SG-GNN achieves state-of-the-art or highly competitive performance, highlighting the efficacy of exploiting structural information to guide GNNs.

View on arXiv
@article{tenorio2025_2506.08871,
  title={ Adapting to Heterophilic Graph Data with Structure-Guided Neighbor Discovery },
  author={ Victor M. Tenorio and Madeline Navarro and Samuel Rey and Santiago Segarra and Antonio G. Marques },
  journal={arXiv preprint arXiv:2506.08871},
  year={ 2025 }
}
Comments on this paper