TL;DR
This paper reevaluates the Long-Range Graph Benchmark and finds that the previously reported performance gap between Graph Transformers and MPGNNs disappears after proper hyperparameter tuning, emphasizing the need for rigorous empirical practices.
Contribution
It demonstrates that the performance gap on LRGB is overestimated due to suboptimal hyperparameters and highlights the importance of rigorous evaluation standards in graph learning research.
Findings
Performance gap vanishes after hyperparameter optimization.
Lack of feature normalization affects results on vision datasets.
Spurious link prediction metric implementation identified.
Abstract
The recent Long-Range Graph Benchmark (LRGB, Dwivedi et al. 2022) introduced a set of graph learning tasks strongly dependent on long-range interaction between vertices. Empirical evidence suggests that on these tasks Graph Transformers significantly outperform Message Passing GNNs (MPGNNs). In this paper, we carefully reevaluate multiple MPGNN baselines as well as the Graph Transformer GPS (Ramp\'a\v{s}ek et al. 2022) on LRGB. Through a rigorous empirical analysis, we demonstrate that the reported performance gap is overestimated due to suboptimal hyperparameter choices. It is noteworthy that across multiple datasets the performance gap completely vanishes after basic hyperparameter optimization. In addition, we discuss the impact of lacking feature normalization for LRGB's vision datasets and highlight a spurious implementation of LRGB's link prediction metric. The principal aim 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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Softmax · Dense Connections · Linear Layer · Byte Pair Encoding · Dropout · Adam · Position-Wise Feed-Forward Layer · Multi-Head Attention · Residual Connection
