An Efficient Memory Module for Graph Few-Shot Class-Incremental Learning
Dong Li, Aijia Zhang, Junqi Gao, Biqing Qi

TL;DR
This paper introduces Mecoin, an efficient memory module for graph few-shot class-incremental learning that reduces memory usage and forgetting by caching prototypes and adapting memory representations, outperforming existing methods.
Contribution
Mecoin presents a novel memory architecture with structured units and adaptation modules to improve graph incremental learning with fewer labels and less fine-tuning.
Findings
Mecoin achieves higher accuracy than existing methods.
It significantly reduces forgetting rates.
The approach is validated through experiments and VC-dimension analysis.
Abstract
Incremental graph learning has gained significant attention for its ability to address the catastrophic forgetting problem in graph representation learning. However, traditional methods often rely on a large number of labels for node classification, which is impractical in real-world applications. This makes few-shot incremental learning on graphs a pressing need. Current methods typically require extensive training samples from meta-learning to build memory and perform intensive fine-tuning of GNN parameters, leading to high memory consumption and potential loss of previously learned knowledge. To tackle these challenges, we introduce Mecoin, an efficient method for building and maintaining memory. Mecoin employs Structured Memory Units to cache prototypes of learned categories, as well as Memory Construction Modules to update these prototypes for new categories through interactions…
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
TopicsMachine Learning and ELM · Domain Adaptation and Few-Shot Learning · Text and Document Classification Technologies
MethodsSoftmax · Attention Is All You Need · Knowledge Distillation
