Simplifying Node Classification on Heterophilous Graphs with Compatible Label Propagation
Zhiqiang Zhong, Sergey Ivanov, Jun Pang

TL;DR
This paper introduces a new label propagation-based method for node classification on heterophilous graphs, achieving state-of-the-art results with fewer parameters and faster computation.
Contribution
It designs a compatible label propagation algorithm that learns class compatibility and improves semi-supervised node classification on heterophilous graphs.
Findings
Achieves leading performance across various homophily levels.
Uses significantly fewer parameters than GNNs.
Requires less execution time than existing methods.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Text and Document Classification Technologies
MethodsBalanced Selection
