Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

GraphMix: Improved Training of GNNs for Semi-Supervised Learning

About

We present GraphMix, a regularization method for Graph Neural Network based semi-supervised object classification, whereby we propose to train a fully-connected network jointly with the graph neural network via parameter sharing and interpolation-based regularization. Further, we provide a theoretical analysis of how GraphMix improves the generalization bounds of the underlying graph neural network, without making any assumptions about the "aggregation" layer or the depth of the graph neural networks. We experimentally validate this analysis by applying GraphMix to various architectures such as Graph Convolutional Networks, Graph Attention Networks and Graph-U-Net. Despite its simplicity, we demonstrate that GraphMix can consistently improve or closely match state-of-the-art performance using even simpler architectures such as Graph Convolutional Networks, across three established graph benchmarks: Cora, Citeseer and Pubmed citation network datasets, as well as three newly proposed datasets: Cora-Full, Co-author-CS and Co-author-Physics.

Vikas Verma, Meng Qu, Kenji Kawaguchi, Alex Lamb, Yoshua Bengio, Juho Kannala, Jian Tang• 2019

Related benchmarks

TaskDatasetResultRank
Node ClassificationPubmed--
742
Node ClassificationCora standard (test)
Accuracy83.94
130
Node ClassificationCiteseer standard (test)
Accuracy74.52
121
Node ClassificationCora (semi-supervised)
Accuracy82.98
103
Node ClassificationPubmed standard (test)
Accuracy81.1
92
Node ClassificationCora Full
Accuracy61.8
88
Node ClassificationCite semi-supervised
Accuracy74.55
61
Node ClassificationCoauthor-CS (test)
Accuracy91.83
47
Node ClassificationCora (standard)--
46
Node ClassificationCiteseer (standard)--
46
Showing 10 of 16 rows

Other info

Code

Follow for update