Self-supervised Graph Representation Learning via Bootstrapping
Feihu Che, Guohua Yang, Dawei Zhang, Jianhua Tao, Pengpeng Shao, Tong, Liu

TL;DR
This paper introduces Deep Graph Bootstrapping (DGB), a self-supervised learning method for graph neural networks that learns effective representations without labels or negative samples by using online and target networks with graph augmentations.
Contribution
The paper proposes a novel self-supervised graph learning approach using bootstrapping with online and target networks, eliminating the need for negative samples.
Findings
DGB outperforms current state-of-the-art methods on benchmark datasets.
Graph augmentations significantly influence the performance of DGB.
DGB effectively learns graph representations without supervision.
Abstract
Graph neural networks~(GNNs) apply deep learning techniques to graph-structured data and have achieved promising performance in graph representation learning. However, existing GNNs rely heavily on enough labels or well-designed negative samples. To address these issues, we propose a new self-supervised graph representation method: deep graph bootstrapping~(DGB). DGB consists of two neural networks: online and target networks, and the input of them are different augmented views of the initial graph. The online network is trained to predict the target network while the target network is updated with a slow-moving average of the online network, which means the online and target networks can learn from each other. As a result, the proposed DGB can learn graph representation without negative examples in an unsupervised manner. In addition, we summarize three kinds of augmentation methods…
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 · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
