SAS: A Simple, Accurate and Scalable Node Classification Algorithm
Ziyuan Wang, Feiming Yang, Rui Fan

TL;DR
This paper introduces SAS, a scalable node classification algorithm that trains a classifier before aggregation, outperforming existing two-stage methods and GNNs in speed and accuracy on large graphs.
Contribution
The paper proposes a novel classify-then-aggregate algorithm that is faster, scalable, and achieves higher accuracy than existing methods, with a theoretical explanation for its effectiveness.
Findings
SAS outperforms existing two-stage algorithms in speed and scalability.
SAS achieves comparable or higher accuracy than popular GNNs.
Theoretical analysis shows classify-then-aggregate improves accuracy in certain datasets.
Abstract
Graph neural networks have achieved state-of-the-art accuracy for graph node classification. However, GNNs are difficult to scale to large graphs, for example frequently encountering out-of-memory errors on even moderate size graphs. Recent works have sought to address this problem using a two-stage approach, which first aggregates data along graph edges, then trains a classifier without using additional graph information. These methods can run on much larger graphs and are orders of magnitude faster than GNNs, but achieve lower classification accuracy. We propose a novel two-stage algorithm based on a simple but effective observation: we should first train a classifier then aggregate, rather than the other way around. We show our algorithm is faster and can handle larger graphs than existing two-stage algorithms, while achieving comparable or higher accuracy than popular GNNs. We also…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Machine Learning in Materials Science
