Towards Robust Graph Incremental Learning on Evolving Graphs
Junwei Su, Difan Zou, Zijun Zhang, Chuan Wu

TL;DR
This paper addresses the challenge of incremental learning on evolving graphs, proposing a novel regularization method called SSRM to mitigate structural shifts and prevent catastrophic forgetting in inductive node-wise graph learning tasks.
Contribution
It introduces a formal problem formulation for inductive NGIL with structural shifts and proposes SSRM, a regularization technique that enhances existing GNN incremental learning frameworks.
Findings
SSRM effectively reduces catastrophic forgetting in benchmark datasets.
The method improves performance of state-of-the-art GNN frameworks in inductive settings.
Structural shifts significantly impact model performance, and SSRM mitigates this effect.
Abstract
Incremental learning is a machine learning approach that involves training a model on a sequence of tasks, rather than all tasks at once. This ability to learn incrementally from a stream of tasks is crucial for many real-world applications. However, incremental learning is a challenging problem on graph-structured data, as many graph-related problems involve prediction tasks for each individual node, known as Node-wise Graph Incremental Learning (NGIL). This introduces non-independent and non-identically distributed characteristics in the sample data generation process, making it difficult to maintain the performance of the model as new tasks are added. In this paper, we focus on the inductive NGIL problem, which accounts for the evolution of graph structure (structural shift) induced by emerging tasks. We provide a formal formulation and analysis of the problem, and propose a novel…
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
Taxonomy
TopicsText and Document Classification Technologies · Domain Adaptation and Few-Shot Learning · Artificial Intelligence in Healthcare
MethodsFocus
