Prompt-Driven Continual Graph Learning
Qi Wang, Tianfei Zhou, Ye Yuan, Rui Mao

TL;DR
This paper introduces PROMPTCGL, a prompt-based continual graph learning framework that maintains fixed graph neural networks, avoiding catastrophic forgetting and reducing memory use through hierarchical prompting and personalized prompt generation.
Contribution
It proposes a novel prompt-driven approach for continual graph learning that addresses scalability and privacy issues, with hierarchical prompts and a personalized prompt generator.
Findings
Outperforms existing CGL methods on four benchmarks.
Reduces memory consumption significantly.
Effectively prevents catastrophic forgetting.
Abstract
Continual Graph Learning (CGL), which aims to accommodate new tasks over evolving graph data without forgetting prior knowledge, is garnering significant research interest. Mainstream solutions adopt the memory replay-based idea, ie, caching representative data from earlier tasks for retraining the graph model. However, this strategy struggles with scalability issues for constantly evolving graphs and raises concerns regarding data privacy. Inspired by recent advancements in the prompt-based learning paradigm, this paper introduces a novel prompt-driven continual graph learning (PROMPTCGL) framework, which learns a separate prompt for each incoming task and maintains the underlying graph neural network model fixed. In this way, PROMPTCGL naturally avoids catastrophic forgetting of knowledge from previous tasks. More specifically, we propose hierarchical prompting to instruct the model…
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 · Text and Document Classification Technologies · Domain Adaptation and Few-Shot Learning
MethodsGraph Neural Network · ADaptive gradient method with the OPTimal convergence rate
