TL;DR
Geometer is a novel graph few-shot class-incremental learning method that uses prototype representations and geometric adjustments to classify nodes effectively as new classes emerge, outperforming existing methods.
Contribution
The paper introduces Geometer, a prototype-based approach that dynamically adjusts class representations in a graph setting for incremental learning with few labels.
Findings
Achieves 9.46% to 27.60% improvement over state-of-the-art methods.
Effectively mitigates catastrophic forgetting and class imbalance.
Demonstrates strong performance on four public datasets.
Abstract
With the tremendous expansion of graphs data, node classification shows its great importance in many real-world applications. Existing graph neural network based methods mainly focus on classifying unlabeled nodes within fixed classes with abundant labeling. However, in many practical scenarios, graph evolves with emergence of new nodes and edges. Novel classes appear incrementally along with few labeling due to its newly emergence or lack of exploration. In this paper, we focus on this challenging but practical graph few-shot class-incremental learning (GFSCIL) problem and propose a novel method called Geometer. Instead of replacing and retraining the fully connected neural network classifer, Geometer predicts the label of a node by finding the nearest class prototype. Prototype is a vector representing a class in the metric space. With the pop-up of novel classes, Geometer learns and…
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
MethodsGraph Neural Network · Knowledge Distillation
