Evaluating Loss Functions for Graph Neural Networks: Towards Pretraining and Generalization
Khushnood Abbas, Ruizhe Hou, Zhou Wengang, Dong Shi, Niu Ling, Satyaki Nan, Alireza Abbasi

TL;DR
This comprehensive study evaluates how different loss functions and GNN architectures interact across various tasks, revealing that hybrid losses and the GIN architecture often outperform others in real-world graph learning scenarios.
Contribution
It provides the first large-scale, systematic analysis of multiple GNN architectures combined with a wide range of loss functions across diverse datasets and settings.
Findings
Hybrid loss functions outperform single losses in robustness.
GIN architecture consistently achieves top performance with Cross-Entropy loss.
GAT with hybrid losses shows strong specialized performance.
Abstract
Graph Neural Networks (GNNs) became useful for learning on non-Euclidean data. However, their best performance depends on choosing the right model architecture and the training objective, also called the loss function. Researchers have studied these parts separately, but a large-scale evaluation has not looked at how GNN models and many loss functions work together across different tasks. To fix this, we ran a thorough study - it included seven well-known GNN architectures. We also used a large group of 30 single plus mixed loss functions. The study looked at both inductive and transductive settings. Our evaluation spanned three distinct real-world datasets, assessing performance in both inductive and transductive settings using 21 comprehensive evaluation metrics. From these extensive results (detailed in supplementary information 1 \& 2), we meticulously analyzed the top ten…
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
TopicsNeural Networks and Applications · Advanced Graph Neural Networks
MethodsGraph Isomorphism Network · Graph Attention Network · Message Passing Neural Network
