Combining Label Propagation and Simple Models Out-performs Graph Neural Networks
Qian Huang, Horace He, Abhay Singh, Ser-Nam Lim, Austin R. Benson

TL;DR
This paper demonstrates that combining simple label propagation-based post-processing with shallow models can outperform complex GNNs in node classification tasks, offering faster and more parameter-efficient solutions.
Contribution
The authors introduce the Correct and Smooth (C&S) method, a simple post-processing approach that surpasses or matches GNN performance using traditional label propagation techniques.
Findings
C&S exceeds or matches state-of-the-art GNN performance on benchmarks.
C&S uses significantly fewer parameters and runs faster than GNNs.
Incorporating label information directly yields substantial performance improvements.
Abstract
Graph Neural Networks (GNNs) are the predominant technique for learning over graphs. However, there is relatively little understanding of why GNNs are successful in practice and whether they are necessary for good performance. Here, we show that for many standard transductive node classification benchmarks, we can exceed or match the performance of state-of-the-art GNNs by combining shallow models that ignore the graph structure with two simple post-processing steps that exploit correlation in the label structure: (i) an "error correlation" that spreads residual errors in training data to correct errors in test data and (ii) a "prediction correlation" that smooths the predictions on the test data. We call this overall procedure Correct and Smooth (C&S), and the post-processing steps are implemented via simple modifications to standard label propagation techniques from early graph-based…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Graph Theory and Algorithms
