PSP: Pre-Training and Structure Prompt Tuning for Graph Neural Networks
Qingqing Ge, Zeyuan Zhao, Yiding Liu, Anfeng Cheng, Xiang Li,, Shuaiqiang Wang, Dawei Yin

TL;DR
This paper introduces PSP, a novel framework for GNNs that leverages pre-training and structure prompt tuning to improve performance in few-shot learning scenarios, especially on heterophilous graphs.
Contribution
PSP is the first to integrate structure information into both pre-training and prompt tuning stages for GNNs, enhancing few-shot learning on diverse graph types.
Findings
PSP outperforms existing methods in few-shot node and graph classification.
PSP effectively handles heterophilous and homophilous graphs.
Dual-view contrastive learning aligns semantic spaces of node attributes and structure.
Abstract
Graph Neural Networks (GNNs) are powerful in learning semantics of graph data. Recently, a new paradigm "pre-train and prompt" has shown promising results in adapting GNNs to various tasks with less supervised data. The success of such paradigm can be attributed to the more consistent objectives of pre-training and task-oriented prompt tuning, where the pre-trained knowledge can be effectively transferred to downstream tasks. Most existing methods are based on the class prototype vector framework. However, in the few-shot scenarios, given few labeled data, class prototype vectors are difficult to be accurately constructed or learned. Meanwhile, the structure information of graph is usually exploited during pre-training for learning node representations, while neglected in the prompt tuning stage for learning more accurate prototype vectors. In addition, they generally ignore the impact…
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 · Topic Modeling · Graph Theory and Algorithms
MethodsContrastive Learning · ALIGN
