paper-with-me

홈 › Papers

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

2020-06-20 · NeurIPS 2020 12 · Jiong Zhu, Yujun Yan, Lingxiao Zhao, Mark Heimann, Leman Akoglu, Danai Koutra

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, and are even outperformed by models that ignore the graph structure (e.g., multilayer perceptrons). Motivated by this limitation, we identify a set of key designs -- ego- and neighbor-embedding separation, higher-order neighborhoods, and combination of intermediate representations -- that boost learning from the graph structure under heterophily. We combine them into a graph neural network, H2GCN, which we use as the base method to empirically evaluate the effectiveness of the identified designs. Going beyond the traditional benchmarks with strong homophily, our empirical analysis shows that the identified designs increase the accuracy of GNNs by up to 40% and 27% over models without them on synthetic and real networks with heterophily, respectively, and yield competitive performance under homophily.

📄 PDF Abstract BibTeX arXiv:2006.11468

Code (4)

GemsLab/H2GCN 공식 구현 tf
GitEventhandler/H2GCN-PyTorch pytorch
kdd-submitter/on_local_aggregation pytorch
sxwee/GNNsIMPL/tree/main/H2GCN pytorch

Tasks

Graph Neural NetworkNode ClassificationNode Classification on Non-Homophilic (Heterophilic) Graphs

Similar Papers 제목 키워드 기반

What Is Missing In Homophily? Disentangling Graph Homophily For Graph Neural Networks

2024-06-27 · Yilun Zheng, Sitao Luan, Lihui Chen

Graph homophily refers to the phenomenon that connected nodes tend to share similar characteristics. Understanding this concept and its related metrics is crucial for designing effective Graph Neural Networks (GNNs). The…

Stochastic Block Model

Structural Bias Beyond Homophily: A Study of Fairness in Link Prediction

2026-02-12 · Lilian Marey, Mathilde Perez, Tiphaine Viard, Charlotte Laclau arxiv

Graph link prediction (LP) plays a critical role in socially impactful applications such as job recommendation and friendship formation, making fairness a critical concern in this task. While many fairness-aware methods …

Graph GenerationLink PredictionGraph Learning

Unveiling the Impact of Local Homophily on GNN Fairness: In-Depth Analysis and New Benchmarks

2024-10-05 · Donald Loveland, Danai Koutra

Graph Neural Networks (GNNs) often struggle to generalize when graphs exhibit both homophily (same-class connections) and heterophily (different-class connections). Specifically, GNNs tend to underperform for nodes with …

Fairness

Characterizing Graph Datasets for Node Classification: Homophily-Heterophily Dichotomy and Beyond

2022-09-13 · NeurIPS 2023 11 · Oleg Platonov, Denis Kuznedelev, Artem Babenko, Liudmila Prokhorenkova

Homophily is a graph property describing the tendency of edges to connect similar nodes; the opposite is called heterophily. It is often believed that heterophilous graphs are challenging for standard message-passing gra…

InformativenessNode Classification

Beyond Homophily: Structure-aware Path Aggregation Graph Neural Network

2022-07-20 · Proceedings of the Thirty-First International Joint Conference on Artificial Intelligence 2022 7 · Yifei Sun, Haoran Deng, Yang Yang, Chunping Wang 외

Graph neural networks (GNNs) have been intensively studied in various real-world tasks. However, the homophily assumption of GNNs' aggregation function limits their representation learning ability in heterophily graphs. …

Graph MiningGraph Neural NetworkNode ClassificationRepresentation Learning