Self-supervised Training of Graph Convolutional Networks
Qikui Zhu, Bo Du, Pingkun Yan

TL;DR
This paper introduces self-supervised learning strategies for Graph Convolutional Networks (GCNs) to enhance their performance with limited labeled data by exploiting the graph structure itself.
Contribution
It proposes novel self-supervised training methods specifically designed for GCNs, addressing data scarcity and augmentation challenges in graph-based learning.
Findings
Self-supervised strategies improve GCN performance on citation datasets.
Enhanced generalization and portability of GCNs with proposed methods.
Significant performance gains demonstrated across multiple datasets.
Abstract
Graph Convolutional Networks (GCNs) have been successfully applied to analyze non-grid data, where the classical convolutional neural networks (CNNs) cannot be directly used. One similarity shared by GCNs and CNNs is the requirement of massive amount of labeled data for network training. In addition, GCNs need the adjacency matrix as input to define the relationship between those non-grid data, which leads to all of data including training, validation and test data typically forms only one graph structures data for training. Furthermore, the adjacency matrix is usually pre-defined and stationary, which makes the data augmentation strategies cannot be employed on the constructed graph structures data to augment the amount of training data. To further improve the learning capacity and model performance under the limited training data, in this paper, we propose two types of self-supervised…
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
TopicsAdvanced Graph Neural Networks · Domain Adaptation and Few-Shot Learning · Graph Theory and Algorithms
MethodsGraph Convolutional Network
