paper-with-me

홈 › Papers

Is Heterophily A Real Nightmare For Graph Neural Networks on Performing Node Classification?

2021-09-29 · Sitao Luan, Chenqing Hua, Qincheng Lu, Jiaqi Zhu, Mingde Zhao, Shuyuan Zhang, Xiao-Wen Chang, Doina Precup

Graph Neural Networks (GNNs) extend basic Neural Networks (NNs) by using the graph structures based on the relational inductive bias (homophily assumption). Though GNNs are believed to outperform NNs in real-world tasks, performance advantages of GNNs over graph-agnostic NNs seem not generally satisfactory. Heterophily has been considered as a main cause and numerous works have been put forward to address it. In this paper, we first show that not all cases of heterophily are harmful for GNNs with aggregation operation. Then, we propose new metrics based on a similarity matrix which considers the influence of both graph structure and input features on GNNs. The metrics demonstrate advantages over the commonly used homophily metrics in tests on synthetic graphs. From the metrics and the observations, we find that some cases of harmful heterophily can be addressed by diversification operation. By using this fact and knowledge of filterbanks, we propose the Adaptive Channel Mixing (ACM) framework to adaptively exploit aggregation, diversification and identity channels in each GNN layer, in order to address harmful heterophily. We validate the ACM-augmented baselines with 10 real-world node classification tasks. They consistently achieve significant performance gain and exceed the state-of-the-art GNNs on most of the tasks without incurring significant computational burden.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive BiasNode Classification

Similar Papers 제목 키워드 기반

Is Heterophily A Real Nightmare For Graph Neural Networks Performing Node Classification?

2021-05-21 · NeurIPS 2021 12 · Sitao Luan, Chenqing Hua, Qincheng Lu, Jiaqi Zhu 외

Graph Neural Networks (GNNs) extend basic Neural Networks (NNs) by using the graph structures based on the relational inductive bias (homophily assumption). Though GNNs are believed to outperform NNs in real-world tasks,…

Inductive BiasNode Classification

Is Heterophily A Real Nightmare For Graph Neural Networks To Do Node Classification?

2021-09-12 · Sitao Luan, Chenqing Hua, Qincheng Lu, Jiaqi Zhu 외

Graph Neural Networks (GNNs) extend basic Neural Networks (NNs) by using the graph structures based on the relational inductive bias (homophily assumption). Though GNNs are believed to outperform NNs in real-world tasks,…

Inductive BiasNode Classification

Enhancing Homophily-Heterophily Separation: Relation-Aware Learning in Heterogeneous Graphs

2025-06-26 · Ziyu Zheng, Yaming Yang, Ziyu Guan, Wei Zhao 외

Real-world networks usually have a property of node heterophily, that is, the connected nodes usually have different features or different labels. This heterophily issue has been extensively studied in homogeneous graphs…

Contrastive LearningRelation

Graph Contrastive Learning under Heterophily via Graph Filters

2023-03-11 · Wenhan Yang, Baharan Mirzasoleiman

Graph contrastive learning (CL) methods learn node representations in a self-supervised manner by maximizing the similarity between the augmented node representations obtained via a GNN-based encoder. However, CL methods…

Contrastive Learning

Finding the Missing-half: Graph Complementary Learning for Homophily-prone and Heterophily-prone Graphs

2023-06-13 · Yizhen Zheng, He Zhang, Vincent CS Lee, Yu Zheng 외

Real-world graphs generally have only one kind of tendency in their connections. These connections are either homophily-prone or heterophily-prone. While graphs with homophily-prone edges tend to connect nodes with the s…