paper-with-me

홈 › Papers

Is Homophily a Necessity for Graph Neural Networks?

2021-06-11 · ICLR 2022 4 · Yao Ma, Xiaorui Liu, Neil Shah, Jiliang Tang

Graph neural networks (GNNs) have shown great prowess in learning representations suitable for numerous graph-based machine learning tasks. When applied to semi-supervised node classification, GNNs are widely believed to work well due to the homophily assumption ("like attracts like"), and fail to generalize to heterophilous graphs where dissimilar nodes connect. Recent works design new architectures to overcome such heterophily-related limitations, citing poor baseline performance and new architecture improvements on a few heterophilous graph benchmark datasets as evidence for this notion. In our experiments, we empirically find that standard graph convolutional networks (GCNs) can actually achieve better performance than such carefully designed methods on some commonly used heterophilous graphs. This motivates us to reconsider whether homophily is truly necessary for good GNN performance. We find that this claim is not quite true, and in fact, GCNs can achieve strong performance on heterophilous graphs under certain conditions. Our work carefully characterizes these conditions, and provides supporting theoretical understanding and empirical observations. Finally, we examine existing heterophilous graphs benchmarks and reconcile how the GCN (under)performs on them based on this understanding.

📄 PDF Abstract BibTeX arXiv:2106.06134

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

FedSPA: Generalizable Federated Graph Learning under Homophily Heterogeneity

2025-01-01 · CVPR 2025 1 · Zihan Tan, Guancheng Wan, Wenke Huang, He Li 외

Federated Graph Learning (FGL) has emerged as a solution to address real-world privacy concerns and data silos in graph learning, which relies on Graph Neural Networks (GNNs). Nevertheless, the homophily level discre…

Graph Learning

Homophily Enhanced Graph Domain Adaptation

2025-05-26 · Ruiyi Fang, Bingheng Li, Jingyu Zhao, Ruizhi Pu 외

Graph Domain Adaptation (GDA) transfers knowledge from labeled source graphs to unlabeled target graphs, addressing the challenge of label scarcity. In this paper, we highlight the significance of graph homophily, a pivo…

Domain AdaptationGRAPH DOMAIN ADAPTATION

Revisiting Graph Homophily Measures

2024-12-12 · Mikhail Mironov, Liudmila Prokhorenkova

Homophily is a graph property describing the tendency of edges to connect similar nodes. There are several measures used for assessing homophily but all are known to have certain drawbacks: in particular, they cannot be …

All

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

On Performance Discrepancies Across Local Homophily Levels in Graph Neural Networks

2023-06-08 · Donald Loveland, Jiong Zhu, Mark Heimann, Benjamin Fish 외

Graph Neural Network (GNN) research has highlighted a relationship between high homophily (i.e., the tendency of nodes of the same class to connect) and strong predictive performance in node classification. However, rece…

Graph Neural NetworkNode Classification