Inductive Graph Few-shot Class Incremental Learning
Yayong Li, Peyman Moghadam, Can Peng, Nan Ye, Piotr Koniusz

TL;DR
This paper introduces an inductive approach for graph few-shot class incremental learning that continually learns new classes without accessing previous data, using topology-based augmentation and prototype calibration to mitigate forgetting and overfitting.
Contribution
It proposes TAP, a novel method combining multi-topology class augmentation and prototype calibration for inductive GFSCIL, addressing catastrophic forgetting and overfitting in a practical setting.
Findings
TAP improves generalization in inductive GFSCIL.
The method effectively mitigates catastrophic forgetting.
Experimental results on four datasets demonstrate superior performance.
Abstract
Node classification with Graph Neural Networks (GNN) under a fixed set of labels is well known in contrast to Graph Few-Shot Class Incremental Learning (GFSCIL), which involves learning a GNN classifier as graph nodes and classes growing over time sporadically. We introduce inductive GFSCIL that continually learns novel classes with newly emerging nodes while maintaining performance on old classes without accessing previous data. This addresses the practical concern of transductive GFSCIL, which requires storing the entire graph with historical data. Compared to the transductive GFSCIL, the inductive setting exacerbates catastrophic forgetting due to inaccessible previous data during incremental training, in addition to overfitting issue caused by label sparsity. Thus, we propose a novel method, called Topology-based class Augmentation and Prototype calibration (TAP). To be specific, it…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and ELM · Text and Document Classification Technologies
MethodsBalanced Selection · Sparse Evolutionary Training
