Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Classic GNNs are Strong Baselines: Reassessing GNNs for Node Classification

About

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 various GNN configurations, such as normalization, dropout, residual connections, and network depth, on node classification performance. Our study aims to promote a higher standard of empirical rigor in the field of graph machine learning, encouraging more accurate comparisons and evaluations of model capabilities.

Yuankai Luo, Lei Shi, Xiao-Ming Wu• 2024

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy85.1
1215
Node ClassificationChameleon
Accuracy46.29
867
Node ClassificationSquirrel
Accuracy45.01
786
Node ClassificationPubmed
Accuracy90.04
627
Node ClassificationCora
Accuracy85.12
583
Node ClassificationCiteseer
Accuracy77.53
503
Node Classificationogbn-arxiv (test)
Accuracy73.4
497
Node ClassificationPhoto
Mean Accuracy96.27
374
Node ClassificationwikiCS
Accuracy81.07
329
Node ClassificationRoman-Empire
Accuracy91.45
327
Showing 10 of 40 rows

Other info

Code

Follow for update