Strategies for Pre-training Graph Neural Networks
Weihua Hu, Bowen Liu, Joseph Gomes, Marinka Zitnik, Percy Liang, Vijay, Pande, Jure Leskovec

TL;DR
This paper introduces a novel pre-training strategy for Graph Neural Networks that learns both local and global representations, significantly improving performance on various graph classification tasks.
Contribution
The paper proposes a new self-supervised pre-training method for GNNs that pre-trains at node and graph levels, avoiding negative transfer and enhancing downstream task performance.
Findings
Pre-training at both node and graph levels yields better results.
Naive pre-training strategies can cause negative transfer.
Achieved up to 9.4% absolute ROC-AUC improvement.
Abstract
Many applications of machine learning require a model to make accurate pre-dictions on test examples that are distributionally different from training ones, while task-specific labels are scarce during training. An effective approach to this challenge is to pre-train a model on related tasks where data is abundant, and then fine-tune it on a downstream task of interest. While pre-training has been effective in many language and vision domains, it remains an open question how to effectively use pre-training on graph datasets. In this paper, we develop a new strategy and self-supervised methods for pre-training Graph Neural Networks (GNNs). The key to the success of our strategy is to pre-train an expressive GNN at the level of individual nodes as well as entire graphs so that the GNN can learn useful local and global representations simultaneously. We systematically study pre-training on…
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
Stanford CS224W: ML with Graphs | 2021 | Lecture 19.1 - Pre-Training Graph Neural Networks· youtube
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Machine Learning in Materials Science
