Every Node Counts: Improving the Training of Graph Neural Networks on Node Classification
Moshe Eliasof, Eldad Haber, Eran Treister

TL;DR
This paper introduces novel training objectives for Graph Neural Networks that leverage all nodes, both labelled and unlabelled, to significantly improve node classification accuracy across multiple datasets.
Contribution
It proposes new objective terms for GNN training that exploit all available data without changing network architecture, enhancing performance.
Findings
Consistent accuracy improvements across 10 datasets
Effective with various GNN architectures like GCN, GAT, GCNII
Novel objectives improve utilization of unlabelled data
Abstract
Graph Neural Networks (GNNs) are prominent in handling sparse and unstructured data efficiently and effectively. Specifically, GNNs were shown to be highly effective for node classification tasks, where labelled information is available for only a fraction of the nodes. Typically, the optimization process, through the objective function, considers only labelled nodes while ignoring the rest. In this paper, we propose novel objective terms for the training of GNNs for node classification, aiming to exploit all the available data and improve accuracy. Our first term seeks to maximize the mutual information between node and label features, considering both labelled and unlabelled nodes in the optimization process. Our second term promotes anisotropic smoothness in the prediction maps. Lastly, we propose a cross-validating gradients approach to enhance the learning from labelled data. Our…
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 · Brain Tumor Detection and Classification · Machine Learning in Materials Science
MethodsResidual Connection · Graph Attention Network · GCNII · Graph Convolutional Network
