Simplifying Node Classification on Heterophilous Graphs with Compatible Label Propagation

Abstract

Graph Neural Networks (GNNs) have been predominant for graph learning tasks; however, recent studies showed that a well-known graph algorithm, Label Propagation (LP), combined with a shallow neural network can achieve comparable performance to GNNs in semi-supervised node classification on graphs with high homophily. In this paper, we show that this approach falls short on graphs with low homophily, where nodes often connect to the nodes of the opposite classes. To overcome this, we carefully design a combination of a base predictor with LP algorithm that enjoys a closed-form solution as well as convergence guarantees. Our algorithm first learns the class compatibility matrix and then aggregates label predictions using LP algorithm weighted by class compatibilities. On a wide variety of benchmarks, we show that our approach achieves the leading performance on graphs with various levels of homophily. Meanwhile, it has orders of magnitude fewer parameters and requires less execution time.

Cite

Text

Zhong et al. "Simplifying Node Classification on Heterophilous Graphs with Compatible Label Propagation." Transactions on Machine Learning Research, 2022.

Markdown

[Zhong et al. "Simplifying Node Classification on Heterophilous Graphs with Compatible Label Propagation." Transactions on Machine Learning Research, 2022.](https://mlanthology.org/tmlr/2022/zhong2022tmlr-simplifying/)

BibTeX

@article{zhong2022tmlr-simplifying,
  title     = {{Simplifying Node Classification on Heterophilous Graphs with Compatible Label Propagation}},
  author    = {Zhong, Zhiqiang and Ivanov, Sergei and Pang, Jun},
  journal   = {Transactions on Machine Learning Research},
  year      = {2022},
  url       = {https://mlanthology.org/tmlr/2022/zhong2022tmlr-simplifying/}
}