Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Finding Global Homophily in Graph Neural Networks When Meeting Heterophily

About

We investigate graph neural networks on graphs with heterophily. Some existing methods amplify a node's neighborhood with multi-hop neighbors to include more nodes with homophily. However, it is a significant challenge to set personalized neighborhood sizes for different nodes. Further, for other homophilous nodes excluded in the neighborhood, they are ignored for information aggregation. To address these problems, we propose two models GloGNN and GloGNN++, which generate a node's embedding by aggregating information from global nodes in the graph. In each layer, both models learn a coefficient matrix to capture the correlations between nodes, based on which neighborhood aggregation is performed. The coefficient matrix allows signed values and is derived from an optimization problem that has a closed-form solution. We further accelerate neighborhood aggregation and derive a linear time complexity. We theoretically explain the models' effectiveness by proving that both the coefficient matrix and the generated node embedding matrix have the desired grouping effect. We conduct extensive experiments to compare our models against 11 other competitors on 15 benchmark datasets in a wide range of domains, scales and graph heterophilies. Experimental results show that our methods achieve superior performance and are also very efficient.

Xiang Li, Renyu Zhu, Yao Cheng, Caihua Shan, Siqiang Luo, Dongsheng Li, Weining Qian• 2022

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy88.33
1215
Node ClassificationCiteseer
Accuracy77.41
931
Node ClassificationCora (test)
Mean Accuracy88.57
861
Node ClassificationCiteseer (test)
Accuracy0.5572
824
Node ClassificationPubmed
Accuracy89.62
819
Node ClassificationChameleon
Accuracy75.68
640
Node ClassificationWisconsin
Accuracy88.04
627
Node ClassificationTexas
Accuracy84.32
616
Node ClassificationSquirrel
Accuracy57.9
591
Node ClassificationCornell
Accuracy85.95
582
Showing 10 of 117 rows
...

Other info

Code

Follow for update