paper-with-me

홈 › Papers

Prompt-Driven Continual Graph Learning

2025-02-10 · Qi Wang, Tianfei Zhou, Ye Yuan, Rui Mao

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 from both feature- and topology-level to fully address the variability of task graphs in dynamic continual learning. Additionally, we develop a personalized prompt generator to generate tailored prompts for each graph node while minimizing the number of prompts needed, leading to constant memory consumption regardless of the graph scale. Extensive experiments on four benchmarks show that PROMPTCGL achieves superior performance against existing CGL approaches while significantly reducing memory consumption. Our code is available at https://github.com/QiWang98/PromptCGL.

📄 PDF Abstract BibTeX arXiv:2502.06327

Code (1)

QiWang98/PromptCGL 공식 구현 pytorch

Tasks

Continual LearningGraph LearningGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

Online Continual Graph Learning

2025-08-05 · Giovanni Donghi, Luca Pasa, Daniele Zambon, Cesare Alippi 외 arxiv

Continual Learning (CL) aims to incrementally acquire new knowledge while mitigating catastrophic forgetting. Within this setting, Online Continual Learning (OCL) focuses on updating models promptly and incrementally fro…

Continual LearningGraph Learning

CMKL: Modality-Aware Continual Learning for Evolving Biomedical Knowledge Graphs

2026-05-11 · Yousef A. Radwan, Yao Li, Qing Qing, Ziqi Xu 외 arxiv

Biomedical knowledge graphs are increasingly large, dynamic, and multimodal, driven by rapid advances in biotechnology such as high-throughput sequencing. Machine learning models can infer previously unobserved biomedica…

Knowledge Graph EmbeddingContinual LearningKnowledge Graphs

Data-driven RF Tomography via Cross-modal Sensing and Continual Learning

2025-08-04 · Yang Zhao, Tao Wang, Said Elhadi arxiv

Data-driven radio frequency (RF) tomography has demonstrated significant potential for underground target detection, due to the penetrative nature of RF signals through soil. However, it is still challenging to achieve a…

Continual Learning

Reinforced Continual Learning for Graphs

2022-09-04 · Appan Rakaraddi, Siew Kei Lam, Mahardhika Pratama, Marcus de Carvalho

Graph Neural Networks (GNNs) have become the backbone for a myriad of tasks pertaining to graphs and similar topological data structures. While many works have been established in domains related to node and graph classi…

class-incremental learningClass Incremental LearningContinual LearningGraph Classification+1

Continual Learning of Knowledge Graph Embeddings

2021-01-14 · Angel Daruna, Mehul Gupta, Mohan Sridharan, Sonia Chernova

In recent years, there has been a resurgence in methods that use distributed (neural) representations to represent and reason about semantic knowledge for robotics applications. However, while robots often observe previo…

Continual LearningGraph EmbeddingKnowledge Graph EmbeddingKnowledge Graph Embeddings+1