Classic GNNs are Strong Baselines: Reassessing GNNs for Node Classification
Yuankai Luo, Lei Shi, Xiao-Ming Wu

TL;DR
This paper reevaluates the performance of classic GNNs versus Graph Transformers, showing that with proper hyperparameter tuning, GNNs can match or outperform GTs on node classification tasks.
Contribution
The study demonstrates that classic GNNs are strong baselines and their performance was previously underestimated due to suboptimal hyperparameter choices.
Findings
Classic GNNs achieve state-of-the-art results with proper tuning.
GNNs match or surpass GTs on 17 out of 18 datasets.
Hyperparameter configurations significantly impact GNN performance.
Abstract
Graph Transformers (GTs) have recently emerged as popular alternatives to traditional message-passing Graph Neural Networks (GNNs), due to their theoretically superior expressiveness and impressive performance reported on standard node classification benchmarks, often significantly outperforming GNNs. In this paper, we conduct a thorough empirical analysis to reevaluate the performance of three classic GNN models (GCN, GAT, and GraphSAGE) against GTs. Our findings suggest that the previously reported superiority of GTs may have been overstated due to suboptimal hyperparameter configurations in GNNs. Remarkably, with slight hyperparameter tuning, these classic GNN models achieve state-of-the-art performance, matching or even exceeding that of recent GTs across 17 out of the 18 diverse datasets examined. Additionally, we conduct detailed ablation studies to investigate the influence of…
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
TopicsTopic Modeling
MethodsGraph Attention Network
