一种用于图少样本类增量学习的轻量级可塑性记忆框架

arXiv cs.LG 论文

摘要

本文提出了一种用于图少样本类增量学习的轻量级可塑性记忆框架,该框架使用一种演化的微聚类结构和元学习,以在有限数据下平衡知识保留和对新类别的适应性。

arXiv:2609.25781v1 Announce Type: new Abstract: Graph Incremental Learning has garnered increasing attention as dynamic graph data continues to emerge across diverse fields. Conventional approaches primarily address catastrophic forgetting by preserving node-related knowledge through replay or distillation techniques; however, they often incur high computational costs and inefficiency. This issue is further exacerbated in real-world scenarios where labeled data for new classes is scarce. In this paper, we propose a novel lightweight plastic-memory framework specifically designed for few-shot incremental learning on graphs. The core idea of our framework is the construction of a plastic-memory module that evolves over time, continuously updating and expanding its memory to accommodate new classes while retaining previously learned knowledge. In contrast to existing techniques, our memory module is both lightweight and effective, featuring an innovative evolving micro-clustering structure that dynamically updates representations of class prototypes, sub-prototypes, and their interaction weights. Building on this memory module, we introduce a memory-driven meta-learning framework that enhances adaptability to new tasks in its inner loop while maintaining stability for earlier tasks in the outer loop. Extensive experiments on four benchmark datasets demonstrate the framework's superior performance in balancing stability for old knowledge and adaptability to new knowledge.
查看原文
查看缓存全文

缓存时间: 2026/09/23 09:36

# A Lightweight Plastic-Memory Framework for Graph Few-Shot Class-Incremental Learning
Source: [https://arxiv.org/html/2609.25781](https://arxiv.org/html/2609.25781)
Zhili QinTongze ZhangHongyuan LiuJunming Shao††thanks:Corresponding author\.Qinli Yang

###### Abstract

Graph Incremental Learning has garnered increasing attention as dynamic graph data continues to emerge across diverse fields\. Conventional approaches primarily address catastrophic forgetting by preserving node\-related knowledge through replay or distillation techniques; however, they often incur high computational costs and inefficiency\. This issue is further exacerbated in real\-world scenarios where labeled data for new classes is scarce\. In this paper, we propose a novel lightweight plastic\-memory framework specifically designed for few\-shot incremental learning on graphs\. The core idea of our framework is the construction of a plastic\-memory module that evolves over time, continuously updating and expanding its memory to accommodate new classes while retaining previously learned knowledge\. In contrast to existing techniques, our memory module is both lightweight and effective, featuring an innovative evolving micro\-clustering structure that dynamically updates representations of class prototypes, sub\-prototypes, and their interaction weights\. Building on this memory module, we introduce a memory\-driven meta\-learning framework that enhances adaptability to new tasks in its inner loop while maintaining stability for earlier tasks in the outer loop\. Extensive experiments on four benchmark datasets demonstrate the framework’s superior performance in balancing stability for old knowledge and adaptability to new knowledge\.

University of Electronic Science and Technology of China

\{zihanmei, zhangtongze, hongyuanliu, junmshao, qlyang\}@uestc\.edu\.cn, qinzhili@outlook\.com

## Introduction

Graph Incremental Learning has emerged as a critical area of research due to the increasing prevalence of dynamic graph data in real\-world applications, such as social networks, recommendation systems, and biological networks\([Xia et al\. 2021](https://arxiv.org/html/2609.25781#bib.bib9);[Yuan and Zhao 2024](https://arxiv.org/html/2609.25781#bib.bib11)\)\. These domains often involve evolving structures and relationships, requiring models that can adapt to new information without forgetting prior knowledge\. A key challenge is the scarcity of labeled data for new classes, making effective training difficult\. Few\-shot learning, which generalizes from limited labeled examples, becomes crucial in graph\-based tasks where extensive annotations are costly or impractical\. As a result, integrating few\-shot learning with graph incremental learning—Graph Few\-Shot Class\-Incremental Learning \(GFSCIL\)—has emerged as an essential research direction\. GFSCIL requires models to learn distinct node features with scarce labeled samples while retaining old knowledge and quickly adapting to new information\. This scenario involves addressing the stability\-plasticity dilemma, balancing the prevention of catastrophic forgetting with the efficient integration of new knowledge\.

Despite significant progress in graph incremental learning, existing methods face critical limitations in addressing GFSCIL, necessitating more flexible and lightweight frameworks\. Traditional methods mitigate forgetting by explicitly storing old\-class samples or fixing feature space topology, which leads to high memory consumption\([Snell et al\. 2017](https://arxiv.org/html/2609.25781#bib.bib33);[Zhou et al\. 2022](https://arxiv.org/html/2609.25781#bib.bib29);[Zhou and Cao 2021](https://arxiv.org/html/2609.25781#bib.bib24)\)\. Additionally, graph construction and updates are highly sensitive to few\-shot data distributions, with limited labeled samples making the topology prone to noise\([Kim et al\. 2019](https://arxiv.org/html/2609.25781#bib.bib28);[Tian et al\. 2024](https://arxiv.org/html/2609.25781#bib.bib15);[Zhou et al\. 2022](https://arxiv.org/html/2609.25781#bib.bib29)\), and traditional knowledge distillation methods exacerbating forgetting due to extreme class imbalance\([Dong et al\. 2021](https://arxiv.org/html/2609.25781#bib.bib31);[Tao et al\. 2020](https://arxiv.org/html/2609.25781#bib.bib30)\)\. Furthermore, most frameworks lack adaptability to dynamic incremental scenarios, relying on fixed network structures or complex multi\-stage training strategies that are ill\-suited for evolving class streams\([Kim et al\. 2019](https://arxiv.org/html/2609.25781#bib.bib28);[Tian et al\. 2024](https://arxiv.org/html/2609.25781#bib.bib15)\), while meta\-learning\-based dynamic networks face challenges in balancing forgetting and computational costs\([Chi et al\. 2022](https://arxiv.org/html/2609.25781#bib.bib32)\)\. Finally, graph models often fail to balance stability and plasticity, with parameter updates leading to overfitting\([Dong et al\. 2021](https://arxiv.org/html/2609.25781#bib.bib31);[Kim et al\. 2019](https://arxiv.org/html/2609.25781#bib.bib28)\)or weight stagnation due to insufficient updates for few\-shot tasks and excessive regularization\([Kirkpatrick et al\. 2017](https://arxiv.org/html/2609.25781#bib.bib19)\)\.

Figure 1:Hierarchical Memory Structure\. Traditional methods rely on node\-level data to retain knowledge, leading to inefficiency\. Our method introduces a hierarchical memory structure with three stages: \(1\) Retention & Refinement: Learned nodes are clustered into micro\-clusters to consolidate class representations\. \(2\) Disentangled Micro\-Memory: New nodes are grouped into semantic\-specific micro\-clusters, enabling memory evolution\. \(3\) Lightweight Memory: Only statistical information is retained, achieving a compact and efficient memory design\.GFSCIL confronts three interconnected challenges\. Catastrophic forgetting, inherent to incremental learning, is amplified in graphs due to their relational complexity, where small structural shifts can disrupt learned dependencies\. Simultaneously, the plasticity\-stability trade\-off demands careful equilibrium: adapting to new classes without overwriting prior knowledge\. Finally, label scarcity—a hallmark of few\-shot learning—imposes severe constraints on feature generalizability, requiring models to infer robust node representations from minimal annotated examples\. Interestingly, these issues resonate with longstanding problems in data stream clustering, where algorithms must dynamically update clusters under evolving data distributions with minimal supervision, which means both fields face similar challenges\([Silva et al\. 2013](https://arxiv.org/html/2609.25781#bib.bib35);[Zubaroğlu and Atalay 2021](https://arxiv.org/html/2609.25781#bib.bib36)\)\.

Inspired by these parallels, we introduce Lightweight Plastic\-Memory with Micro\-Clustering framework, termed LPMC, to tackle these challenges\. At the heart of our framework lies a plastic\-memory module that evolves dynamically over time, continuously updating and expanding its memory to incorporate new classes while preserving previously acquired knowledge, the concept of our method is shown in Figure[1](https://arxiv.org/html/2609.25781#Sx1.F1)\. Unlike existing methods, our memory module employs an innovative evolving micro\-clustering structure, which enables the dynamic representation of class prototypes, sub\-prototypes, and their interaction weights in real time\. Specifically, microclusters are formed by grouping nodes around multiple cluster centers that represent sub\-prototypes, while these cluster centers are further organized around a class center, representing the class prototype\. This hierarchical structure ensures efficient and adaptive memory management, making our framework both lightweight and effective for dynamic graph environments\.

Building on this memory module, we draw inspiration from the Model\-Agnostic Meta\-Learning \(MAML\) framework\([Finn et al\. 2017](https://arxiv.org/html/2609.25781#bib.bib12)\)to propose a memory\-driven meta\-learning framework\. Specifically, our approach integrates meta\-learning in the inner loop to enhance adaptability to new tasks, while employing Graph Pseudo Incremental Learning in the outer loop to preserve stability for earlier tasks\. This dual\-loop design optimizes the model’s ability to adapt to new tasks while maintaining a balance between stability, plasticity, and training efficiency\.

LPMC’s lightweight design is based on replacing raw data with prototypes, global structural updates with local adjustments, and retraining with meta\-optimization\. This is achieved through three key mechanisms\. First, the Hierarchical Micro\-Clustering Representation reduces memory overhead by maintaining a small set of dynamically adjusted prototypes and sub\-prototypes, rather than complete samples or graph structures\. Second, the Dynamic Evolution of Micro\-Clusters enables the seamless integration of new knowledge by locally adjusting sub\-prototypes and class prototypes during incremental phases, eliminating the need for global retraining or full graph reconstruction\. Finally, the Dual\-Loop Optimization mechanism enhances adaptability and stability: the inner loop uses meta\-learning for rapid task adaptation, while the outer loop employs pseudo\-incremental learning to stabilize old tasks through lightweight memory replay, avoiding redundant computations\. Together, these mechanisms ensure an efficient and flexible framework for incremental learning\.

In summary, our contributions can be outlined as follows:

- •We propose a lightweight plastic\-memory framework featuring evolving micro\-clustering that dynamically organizes class prototypes and sub\-prototypes through hierarchical clustering and maintains inter\-class discrimination through adaptive interaction weights\.
- •We design a memory\-driven dual\-loop framework where the inner loop implements task\-specific fast adaptation via gradient meta\-updates in meta\-learning, while the outer loop employs graph pseudo incremental learning to consolidate structural knowledge\.
- •Our proposed LPMC achieves new state\-of\-the\-art performance and faster runtime on four major benchmark datasets under various GFSCIL scenarios\.

## Related Work

In recent years, several methods specifically designed to address the challenges of GFSCIL have been proposed\.\([Tan et al\. 2022](https://arxiv.org/html/2609.25781#bib.bib13)\)introduces a hierarchical attention framework to balance forgetting and accuracy, but struggles with class imbalances and limited generalization\. Another method leverages memory\-enhanced knowledge distillation\([Li et al\. 2024](https://arxiv.org/html/2609.25781#bib.bib16)\), showing improved performance but facing challenges with multiple training rounds and ineffective prototype updating when labeled data is scarce\.

Although existing research specifically targeting GFSCIL is still limited, valuable insights into some of its key challenges have been explored in the fields of few\-shot learning and incremental learning\. In graph few\-shot learning, approaches can be broadly categorized into three groups: meta\-learning\-based, pre\-training\-based, and mixed methods\([Yu et al\. 2024](https://arxiv.org/html/2609.25781#bib.bib2)\)\. Meta\-learning\-based methods have been particularly influential, enabling models to adapt quickly to new tasks with limited data\. These methods enhance the model’s ability to capture graph structural information through node\-level, edge\-level, and subgraph\-level adaptations, while also improving rapid adaptation capabilities through graph\-level and task\-level optimizations\. Notable examples include: Meta\-GNN\([Zhou et al\. 2019](https://arxiv.org/html/2609.25781#bib.bib3)\), which integrates meta\-learning with graph neural networks \(GNNs\) to create a generalizable framework independent of specific GNN architectures\. G\-Meta\([Huang and Zitnik 2020](https://arxiv.org/html/2609.25781#bib.bib6)\), which represents nodes using local subgraphs and employs subgraph\-based meta\-learning\. TENT\([Wang et al\. 2022](https://arxiv.org/html/2609.25781#bib.bib7)\), which adapts to new data distributions by minimizing the entropy of test\-time predictions\. TEG\([Kim et al\. 2023](https://arxiv.org/html/2609.25781#bib.bib8)\), which focuses on learning task\-specific node embeddings\. GPN\([Ding et al\. 2020](https://arxiv.org/html/2609.25781#bib.bib5)\), which learns class prototype representations for rapid adaptation in GFSL scenarios\. In contrast, pre\-training\-based methods leverage large\-scale pre\-trained models to achieve faster convergence and adaptation to specific tasks\. For instance, GPPT\([Sun et al\. 2022](https://arxiv.org/html/2609.25781#bib.bib1)\)accelerates adaptation by transforming downstream tasks into a format similar to the pre\-training task using graph prompt functions\. Studies have demonstrated that combining pre\-trained knowledge with parameter fine\-tuning yields strong performance on benchmark datasets\([Yu et al\. 2024](https://arxiv.org/html/2609.25781#bib.bib2)\)\.

Incremental learning is generally divided into instance, domain, and class incremental learning \(CIL\)\([Luo et al\. 2020](https://arxiv.org/html/2609.25781#bib.bib10)\), with CIL focusing on learning new categories over time while retaining knowledge of previous ones\([Belouadah et al\. 2021](https://arxiv.org/html/2609.25781#bib.bib14);[Masana et al\. 2022](https://arxiv.org/html/2609.25781#bib.bib25);[Zhou et al\. 2024](https://arxiv.org/html/2609.25781#bib.bib26);[Mittal et al\. 2021](https://arxiv.org/html/2609.25781#bib.bib27)\)\. Existing CIL methods can be broadly classified into three categories: model expansion, fixed representation, and fine\-tuning\([Belouadah et al\. 2021](https://arxiv.org/html/2609.25781#bib.bib14)\)\. Model expansion increases capacity to accommodate new knowledge; fixed representation preserves the backbone while updating the classifier; and fine\-tuning modifies only the final layers\. These methods include dynamic networks, which expand the model structure to adapt to data stream changes; data and parameter regularization, such as Topology\-aware Weight Preserving \(TWP\)\([Liu et al\. 2021](https://arxiv.org/html/2609.25781#bib.bib21)\)and Elastic Weight Consolidation \(EWC\)\([Kirkpatrick et al\. 2017](https://arxiv.org/html/2609.25781#bib.bib19)\), which resist forgetting by regularizing parameters or data representations; knowledge distillation methods like Learning without Forgetting \(LwF\)\([Li and Hoiem 2017](https://arxiv.org/html/2609.25781#bib.bib20)\), which minimize the discrepancy between old and new model outputs to retain previous knowledge; data replay techniques, including Gradient Episodic Memory \(GEM\)\([Lopez\-Paz and Ranzato 2017](https://arxiv.org/html/2609.25781#bib.bib22)\)and Experience Replay GNN \(ER\-GNN\)\([Zhou and Cao 2021](https://arxiv.org/html/2609.25781#bib.bib24)\), which store previous instances and adjust learning to prevent forgetting; and model correction methods, which reduce bias in the predictions of incremental learners\. This categorization illustrates the diverse strategies aimed at addressing catastrophic forgetting in CIL, each focusing on different aspects of model adaptation\. Similar challenges also exist in the field of datastream clustering, where existing methods excel in real\-time adaptation to evolving data distributions\([Zubaroğlu and Atalay 2021](https://arxiv.org/html/2609.25781#bib.bib36);[Silva et al\. 2013](https://arxiv.org/html/2609.25781#bib.bib35)\)\. For instance, methods like Chameleon\([Xu et al\. 2017](https://arxiv.org/html/2609.25781#bib.bib37)\)and DenStream\([Cao et al\. 2006](https://arxiv.org/html/2609.25781#bib.bib17)\)employ adaptive mechanisms to handle concept drift and irregular cluster shapes, while others, such as StreamSW\([Reddy and Bindu 2019](https://arxiv.org/html/2609.25781#bib.bib38)\), SNCStream\+\([Barddal et al\. 2016](https://arxiv.org/html/2609.25781#bib.bib39)\), and MC\-NN\([Zhao et al\. 2008](https://arxiv.org/html/2609.25781#bib.bib40)\), balance historical and recent data or enhance noise resilience\. While robust and scalable, they often assume fully observable or static data, limiting their applicability to graph\-structured few\-shot learning\.

## Problem Statement

Let𝒢=\(𝒱,ℰ,𝐗\)\\mathcal\{G\}=\(\\mathcal\{V\},\\mathcal\{E\},\\mathbf\{X\}\)represent a graph, where𝒱\\mathcal\{V\}denotes the set of nodes,ℰ\\mathcal\{E\}denotes the set of edges, and𝐗∈ℝ\|𝒱\|×d\\mathbf\{X\}\\in\\mathbb\{R\}^\{\|\\mathcal\{V\}\|\\times d\}represents the node feature matrix\. Alternatively, the graph can be expressed as𝒢=\{𝐀,𝐗\}\\mathcal\{G\}=\\\{\\mathbf\{A\},\\mathbf\{X\}\\\}, where𝐀\\mathbf\{A\}is the adjacency matrix capturing the connections between nodes\. In the context ofclass incremental learning, we consider a progressive sequence of learning sessions𝒮=\{S0,S1,…,ST\}\\mathcal\{S\}=\\\{S\_\{0\},S\_\{1\},\\ldots,S\_\{T\}\\\}with corresponding datasets\{𝒟0,𝒟1,…,𝒟T\}\\\{\\mathcal\{D\}^\{0\},\\mathcal\{D\}^\{1\},\\ldots,\\mathcal\{D\}^\{T\}\\\}, where𝒟i=\{𝐀Ci,𝐗Ci\}\\mathcal\{D\}^\{i\}=\\\{\\mathbf\{A\}\_\{C^\{i\}\},\\mathbf\{X\}\_\{C^\{i\}\}\\\}\. Here,CiC^\{i\}represents the label space for sessionii, and the label spaces are disjoint across sessions, i\.e\.,Ci∩Cj=∅C^\{i\}\\cap C^\{j\}=\\emptysetfori≠ji\\neq j\.

TheFew\-shot Class\-incremental Learning \(FSCIL\)scenario is defined as follows: For anNN\-wayKK\-shot incremental node classification task, the first sessionS0S\_\{0\}uses𝒟0\\mathcal\{D\}^\{0\}as the base dataset, providing sufficient data for conventional semi\-supervised or supervised node classification training\. Subsequent sessionsSiS^\{i\}\(i≥1i\\geq 1\) involve datasets𝒟i\\mathcal\{D\}^\{i\}\(i≥1i\\geq 1\), which contain few\-shot datasets withNNnovel classes, each represented byKKlabeled nodes\. The objective is to design a model capable of maintaining strong classification performance across both base and novel classes while adapting to the evolving label space through successive learning sessions\.

![Refer to caption](https://arxiv.org/html/2609.25781v1/MAMCframework2.png)Figure 2:Overview of the LPMC framework for GFSCIL\. \(a\)Pseudo Class Incremental Learning with Meta\-Learning: Tasks sample base and N\-way pseudo novel classes\. Base classes remain fixed during inner\-loop meta\-training, while pseudo novel classes are integrated into the base set after each session\.\(b\)Graph neural network: Comprises a GNN encoder and a prototypical network classifier with multi\-sub\-prototypes\. \(c\)Inside Hierarchical Memory Structure, Memory Cluster Module: Constructs Mico\-Clustering layer through DBSCAN and distance metric, Prototype Layer is constructed through MC layer\. Memory Distillation Module: Interact with the GNN encoder to reduce knowledge forgetting by reducing the variation of class prototypes\. \(d\)Knowledge Transfer: the total lossℒtotal=α​ℒcls\+β​ℒdistil\\mathcal\{L\}\_\{\\text\{total\}\}=\\alpha\\mathcal\{L\}\_\{\\text\{cls\}\}\+\\beta\\mathcal\{L\}\_\{\\text\{distil\}\}\(with learnable coefficientsα,β\\alpha,\\beta\) is back\-propagated to the GNN encoder\.
## Methodology

### Pre\-training Framework

In the pre\-training phase, we adopt SimGRACE\([Xia et al\. 2022](https://arxiv.org/html/2609.25781#bib.bib4)\), a self\-supervised contrastive learning method that leverages graph perturbation to learn structural and node\-level representations\. SimGRACE supports general GNN backbones such as GAT\([Veličković et al\. 2017](https://arxiv.org/html/2609.25781#bib.bib42)\), GCN\([Kipf and Welling 2016](https://arxiv.org/html/2609.25781#bib.bib43)\), and GraphSAGE\([Zhang et al\. 2019](https://arxiv.org/html/2609.25781#bib.bib41)\)\. We use a 2\-layer GAT as the feature extractor, which applies multi\-head self\-attention to aggregate neighborhood features\. The propagation rules are defined as follows:

hi′=σ⁡\(1K​∑k=1K∑vj∈𝒩⁡\(vi\)αi​jk​Wk​hj\)h\_\{i\}^\{\\prime\}=\\sigma\\left\(\\frac\{1\}\{K\}\\sum\_\{k=1\}^\{K\}\\sum\_\{v\_\{j\}\\in\\mathcal\{N\}\(v\_\{i\}\)\}\\alpha\_\{ij\}^\{k\}W^\{k\}h\_\{j\}\\right\)\(1\)
hi′h\_\{i\}^\{\\prime\}the updated node representation,σ\\sigmais the activation function,αi​jk\\alpha\_\{ij\}^\{k\}represents the attention coefficient between nodesviv\_\{i\}andvjv\_\{j\}for headk,Wkk,W^\{k\}is the weight matrix, andKKis the number of attention heads, where each head considers the neighborsvjv\_\{j\}of nodeviv\_\{i\}in the graph\.

The primary goal of applying contrative learning is to strengthen the alignment between augmented views of the same graph while reducing the similarity between different graphs\. This process is guided by a contrastive loss function, defined as:

ℒcontrastive=−∑i=1Nlogexp⁡\(sim​\(𝐳i,𝐳i\+\)/t\)∑j=1Nexp⁡\(sim​\(𝐳i,𝐳j\)/t\)\\mathcal\{L\}\_\{\\text\{contrastive\}\}=\-\\sum\_\{i=1\}^\{N\}\\log\\frac\{\\exp\(\\text\{sim\}\(\\mathbf\{z\}\_\{i\},\\mathbf\{z\}\_\{i\}^\{\+\}\)/t\)\}\{\\sum\_\{j=1\}^\{N\}\\exp\(\\text\{sim\}\(\\mathbf\{z\}\_\{i\},\\mathbf\{z\}\_\{j\}\)/t\)\}\(2\)
Here, zirepresents the original graph\-level embedding, and𝐳i\+\\mathbf\{z\}\_\{i\}^\{\+\}is its Gaussian\-perturbed counterpart, serving as the positive sample\. The embeddings zjcorrespond to other nodes in the batch, acting as negative samples\. By constructing positive and negative sample pairs, the model’s robustness and generalization capabilities are significantly improved\. The temperature parameterttadjusts the model’s sensitivity to differences between positive and negative pairs, while the similarity metric captures the closeness between embeddings, enabling the model to learn critical features during training\.

### Plasitic\-Memory Construction and Memory\-Driven Training Framework

As discussed, GFSCIL emphasizes incremental learning and mitigating forgetting\. While pre\-training offers basic decision\-making ability, it falls short of addressing GFSCIL’s core challenges\. To this end, we propose the LPMC framework \(Figure[2](https://arxiv.org/html/2609.25781#Sx3.F2)\), which integrates a plastic\-memory module and a memory\-driven training scheme to improve model plasticity and stability\.

#### Plastic\-Memory Construction with Micro\-Clustering

The memory moduleℳ\\mathcal\{M\}consists of a micro\-cluster layer and a prototype layer:

ℳ=\(ℳ\.mc,ℳ\.prototypes\)\\mathcal\{M\}=\(\\mathcal\{M\}\.mc,\\mathcal\{M\}\.prototypes\)\(3\)The micro\-cluster layerℳ\.m​c\\mathcal\{M\}\.mcensures efficient and stable prototype updates by summarizing new and old data using statistical representations rather than storing raw node features\. It models each micro\-cluster as a local embedding distribution within a class, with at least one cluster per class\. The prototype layerℳ\.p​r​o​t​o​t​y​p​e​s\\mathcal\{M\}\.prototypescaptures class\-level feature representations\. Implementation details follow\.

To track embedding distribution shifts, let\{𝒞k\(t\)\}k=1K\\\{\\mathcal\{C\}\_\{k\}^\{\(t\)\}\\\}\_\{k=1\}^\{K\}be the micro\-cluster set associated with one class at timett, which hasKKclusters,K∈ℤ\+K\\in\\mathbb\{Z\}^\{\+\}\. For a single micro\-cluster,

𝒞k≜\(𝐜k,𝐒1k,𝐒2k,nk,rk\)∈ℝd×ℝd×ℝd×ℕ×ℝ\+\\mathcal\{C\}\_\{k\}\\triangleq\\left\(\\mathbf\{c\}\_\{k\},\\mathbf\{S\}\_\{1\}^\{k\},\\mathbf\{S\}\_\{2\}^\{k\},n\_\{k\},r\_\{k\}\\right\)\\in\\mathbb\{R\}^\{d\}\\times\\mathbb\{R\}^\{d\}\\times\\mathbb\{R\}^\{d\}\\times\\mathbb\{N\}\\times\\mathbb\{R\}^\{\+\}\(4\)
These attributes represent the centroid of the micro\-cluster, the linear sum and square sum of node embeddings, the member count, and the radius of the cluster\.

These attributes are the centroid𝐜k=1nk​𝐒1k\\mathbf\{c\}\_\{k\}=\\frac\{1\}\{n\_\{k\}\}\\mathbf\{S\}\_\{1\}^\{k\}, where𝐒1k=∑i=1nk𝐱^i\\mathbf\{S\}\_\{1\}^\{k\}=\\sum\_\{i=1\}^\{n\_\{k\}\}\\hat\{\\mathbf\{x\}\}\_\{i\},the squared sum𝐒2k=∑i=1nk𝐱^i⊙2\\mathbf\{S\}\_\{2\}^\{k\}=\\sum\_\{i=1\}^\{n\_\{k\}\}\\hat\{\\mathbf\{x\}\}\_\{i\}^\{\\odot 2\}, and the adaptive radius

rk=λ⋅1d∑j=1dmax⁡\(\(𝐒2k\)jnk−\(\(𝐒1k\)jnk\)2,ϵ\)r\_\{k\}=\\lambda\\cdot\\frac\{1\}\{d\}\\sum\_\{j=1\}^\{d\}\\sqrt\{\\max\\left\(\\frac\{\(\\mathbf\{S\}\_\{2\}^\{k\}\)\_\{j\}\}\{n\_\{k\}\}\-\\left\(\\frac\{\(\\mathbf\{S\}\_\{1\}^\{k\}\)\_\{j\}\}\{n\_\{k\}\}\\right\)^\{2\},\\epsilon\\right\)\}\(5\)whereddis the embedding dimension,ϵ\>0\\epsilon\>0is the preset minimum radius to ensure numerical stability, andλ\\lambdais a learnable scalar controlling the overall radius scale\.

In the methodology for updating micro\-clusters when new data arrives, the labeled data is determined whether belongs to an existing micro\-cluster by measuring its Euclidean distance to the center of the micro\-cluster relative to the radius of the micro\-cluster\.

For incoming sample embeddings𝒳\(t\)=\{𝐱i\}i=1n\\mathcal\{X\}^\{\(t\)\}=\\\{\\mathbf\{x\}\_\{i\}\\\}\_\{i=1\}^\{n\}at timett, we assign them to existing micro\-clusters using an adaptive radius criterion\. The detailed update rules for assignment and statistical maintenance are summarized in Table[1](https://arxiv.org/html/2609.25781#Sx4.T1)\.

Table 1:Micro\-cluster update rules at timettThe remaining samples constitute the residual set𝒳res\(t\)=𝒳\(t\)∖⋃k=1K𝒜k\(t\)\\mathcal\{X\}\_\{\\mathrm\{res\}\}^\{\(t\)\}=\\mathcal\{X\}^\{\(t\)\}\\setminus\\bigcup\_\{k=1\}^\{K\}\\mathcal\{A\}\_\{k\}^\{\(t\)\}\. We apply DBSCAN\([Schubert et al\. 2017](https://arxiv.org/html/2609.25781#bib.bib34)\)to these residuals to generate new micro\-clusters:

𝒞new\(t\)=\{𝒩ε\(t\)\(𝐱\)∣\|𝒩ε\(t\)\(𝐱\)\|≥nmin,𝐱∈𝒳res\(t\)\},\\mathcal\{C\}\_\{\\mathrm\{new\}\}^\{\(t\)\}=\\left\\\{\\mathcal\{N\}\_\{\\varepsilon\}^\{\(t\)\}\(\\mathbf\{x\}\)\\mid\|\\mathcal\{N\}\_\{\\varepsilon\}^\{\(t\)\}\(\\mathbf\{x\}\)\|\\geq n\_\{\\mathrm\{min\}\},\\;\\mathbf\{x\}\\in\\mathcal\{X\}\_\{\\mathrm\{res\}\}^\{\(t\)\}\\right\\\},\(6\)where𝒩ε​\(𝐱\)=\{𝐱′∈𝒳res\(t\)∣‖𝐱′−𝐱‖2≤ε\}\\mathcal\{N\}\_\{\\varepsilon\}\(\\mathbf\{x\}\)=\\\{\\mathbf\{x\}^\{\\prime\}\\in\\mathcal\{X\}\_\{\\mathrm\{res\}\}^\{\(t\)\}\\mid\\\|\\mathbf\{x\}^\{\\prime\}\-\\mathbf\{x\}\\\|\_\{2\}\\leq\\varepsilon\\\}\. Let𝐩k\\mathbf\{p\}\_\{k\}denote the centroid of micro\-cluster𝒞k\\mathcal\{C\}\_\{k\}andnkn\_\{k\}its cardinality\. WithNcN\_\{c\}the current total samples of classcc, the relative density isδk=nk/Nc\\delta\_\{k\}=n\_\{k\}/N\_\{c\}, and the class prototype is computed as

𝐏c=∑kδk⋅𝐩k\.\\mathbf\{P\}\_\{c\}=\\sum\_\{k\}\\delta\_\{k\}\\cdot\\mathbf\{p\}\_\{k\}\.\(7\)

#### Memory Augmented class incremental learning

We propose a dual\-loop meta\-learning framework comprising an outer loop with graph\-based pseudo\-class incremental learning \(GPIL\) and an inner loop for meta\-training via new class simulation\.

Outer Loop: GPIL with Prototype Distillation\.The outer step implements Graph Pseudo Incremental Learning \(GPIL\)\. In GPIL, as incremental sessions proceed, the number of base classes grows while new classes shrink\. To counter forgetting, we adopt aMemory Distillation Modulewith the following loss:

ℒdistill=1−1C​∑i=1C𝐩^previ⋅𝐩^curriTdistil\\mathcal\{L\}\_\{\\mathrm\{distill\}\}=1\-\\frac\{1\}\{C\}\\sum\_\{i=1\}^\{C\}\\frac\{\\hat\{\\mathbf\{p\}\}\_\{\\mathrm\{prev\}\}^\{i\}\\cdot\\hat\{\\mathbf\{p\}\}\_\{\\mathrm\{curr\}\}^\{i\}\}\{T\_\{\\text\{distil\}\}\}\(8\)whereCCis the number of selected base classes,𝐩^previ\\hat\{\\mathbf\{p\}\}\_\{\\mathrm\{prev\}\}^\{i\},𝐩^curri\\hat\{\\mathbf\{p\}\}\_\{\\mathrm\{curr\}\}^\{i\}are the normalized prototypes for theii\-th class in the previous and current models, respectively, andTdistilT\_\{\\text\{distil\}\}is the temperature parameter\.

Inner Step: Prototypical Network with Meta\-Learning\.After each pseudo\-incremental step, samples from the remaining new class labels are used for meta\-updates\. This reinforces base class knowledge and improves generalization\. Model parameters are updated as

θ=θ−η​∇θℒcl​\(θ\)−γ​η​∇θℒdistil​\(θ\),\\theta=\\theta\-\\eta\\,\\nabla\_\{\\theta\}\\mathcal\{L\}\_\{\\mathrm\{cl\}\}\(\\theta\)\-\\gamma\\,\\eta\\,\\nabla\_\{\\theta\}\\mathcal\{L\}\_\{\\mathrm\{distil\}\}\(\\theta\),\(9\)whereη\\etais the outer\-loop learning rate and∇θℒcl\\nabla\_\{\\theta\}\\mathcal\{L\}\_\{\\mathrm\{cl\}\},∇θℒdistil\\nabla\_\{\\theta\}\\mathcal\{L\}\_\{\\mathrm\{distil\}\}are the gradients of the classification and distillation losses, respectively\.

Given a query embeddingfθ​\(𝐱i\)∈ℝdf\_\{\\theta\}\(\\mathbf\{x\}\_\{i\}\)\\in\\mathbb\{R\}^\{d\}and thekk\-th sub\-prototype𝐩k\(c\)∈ℝd\\mathbf\{p\}^\{\(c\)\}\_\{k\}\\in\\mathbb\{R\}^\{d\}of classcc, their distance is defined as

d⁡\(fθ​\(𝐱i\),𝐩k\(c\)\)=1−fθ​\(𝐱i\)⋅𝐩k\(c\)∥fθ​\(𝐱i\)∥​∥𝐩k\(c\)∥​Tcl,d\\\!\\bigl\(f\_\{\\theta\}\(\\mathbf\{x\}\_\{i\}\),\\mathbf\{p\}^\{\(c\)\}\_\{k\}\\bigr\)=1\-\\frac\{f\_\{\\theta\}\(\\mathbf\{x\}\_\{i\}\)\\cdot\\mathbf\{p\}^\{\(c\)\}\_\{k\}\}\{\\lVert f\_\{\\theta\}\(\\mathbf\{x\}\_\{i\}\)\\rVert\\,\\lVert\\mathbf\{p\}^\{\(c\)\}\_\{k\}\\rVert\\,T\_\{\\text\{cl\}\}\},\(10\)whereTclT\_\{\\text\{cl\}\}is a temperature parameter\. Each classcchasKcK\_\{c\}sub\-prototypes with associated density weights\{ρk\(c\)\}k=1Kc\\\{\\rho^\{\(c\)\}\_\{k\}\\\}\_\{k=1\}^\{K\_\{c\}\}\. For a batch ofNNquery samples\{\(𝐱i,yi\)\}i=1N\\\{\(\\mathbf\{x\}\_\{i\},y\_\{i\}\)\\\}\_\{i=1\}^\{N\}with ground\-truth labelsyiy\_\{i\}, the classification loss is

ℒcl=−1N∑i=1Nlogexp\(−∑k=1Kyiρ\(yi\)kd\(fθ\(𝐱i\),𝐩\(yi\)k\)\)∑c=1Cexp\(−∑k=1Kcρ\(c\)kd\(fθ\(𝐱i\),𝐩\(c\)k\)\),\\mathcal\{L\}\_\{\\text\{cl\}\}=\-\\frac\{1\}\{N\}\\sum\_\{i=1\}^\{N\}\\log\\frac\{\\exp\\\!\\Bigl\(\-\\sum\_\{k=1\}^\{K\_\{y\_\{i\}\}\}\\rho^\{\(y\_\{i\}\)\}\_\{k\}\\,d\\\!\\bigl\(f\_\{\\theta\}\(\\mathbf\{x\}\_\{i\}\),\\mathbf\{p\}^\{\(y\_\{i\}\)\}\_\{k\}\\bigr\)\\Bigr\)\}\{\\sum\_\{c=1\}^\{C\}\\exp\\\!\\Bigl\(\-\\sum\_\{k=1\}^\{K\_\{c\}\}\\rho^\{\(c\)\}\_\{k\}\\,d\\\!\\bigl\(f\_\{\\theta\}\(\\mathbf\{x\}\_\{i\}\),\\mathbf\{p\}^\{\(c\)\}\_\{k\}\\bigr\)\\Bigr\)\},\(11\)whereCCis the total number of classes seen during training\.

Table 2:Statistics of evaluation datasets\.Table 3:Main experiment results on the Amazon clothing, CoraFull, CS and Computers datasets under different N\-way K\-shot settings\. Detailed results are provided in supplementary materials\.

## Experiments

### Experimental Setup

Datasets\.Our evaluation utilizes four widely\-used real\-world datasets: Amazon Clothing, CoraFull, CoauthorCS, and Computers\. Table[2](https://arxiv.org/html/2609.25781#Sx4.T2)provides the statistics and partitions of the datasets\. Class split refers to the division of dataset categories based on our training framework into base classes, novel train classes, and novel test classes \. Both base classes and novel train classes are accessible during the training phase, while novel test classes are only introduced during the testing phase\.

Baselines\.In evaluating our methodology, we benchmark against nine significant models to comprehensively demonstrate the effectiveness of our approach\. These include three state\-of\-the\-art methods specifically designed for GFSCIL: HAG\-Meta\([Tan et al\. 2022](https://arxiv.org/html/2609.25781#bib.bib13)\), Geometer\([Lu et al\. 2022](https://arxiv.org/html/2609.25781#bib.bib18)\), and Mecoin\([Li et al\. 2024](https://arxiv.org/html/2609.25781#bib.bib16)\)\. Additionally, we compare against six foundational learning frameworks tailored for graph class\-incremental learning scenarios: Elastic Weight Consolidation \(EWC\)\([Kirkpatrick et al\. 2017](https://arxiv.org/html/2609.25781#bib.bib19)\), Learning without Forgetting \(LwF\)\([Li and Hoiem 2017](https://arxiv.org/html/2609.25781#bib.bib20)\), Topology\-aware Weight Preserving \(TWP\)\([Liu et al\. 2021](https://arxiv.org/html/2609.25781#bib.bib21)\), Gradient Episodic Memory \(GEM\)\([Lopez\-Paz and Ranzato 2017](https://arxiv.org/html/2609.25781#bib.bib22)\), Memory Aware Synapses \(MAS\)\([Aljundi et al\. 2018](https://arxiv.org/html/2609.25781#bib.bib23)\), and Experience Replay GNN \(ER\-GNN\)\([Zhou and Cao 2021](https://arxiv.org/html/2609.25781#bib.bib24)\)\. These comparisons aim to highlight our model’s advancements in mitigating knowledge forgetting, improving accuracy, and enhancing generalization in the GFCIL setting\.

Table 4:Training Epochs and Running Time of Our Method and SOTA \(Mecoin\)Table 5:Performance degradation \(PD\) and Average Accuracy under different ablation settings\.Table 6:Analysis of BackboneAmazon Clothing dataset \(3\-way 5\-shot\)MethodAcc\. in each session \(%\\%\)↑\\uparrowPD↓\\downarrowAverageACC↑\\uparrow0123456789GAT81\.2080\.9478\.9377\.9775\.8170\.9268\.2468\.1767\.3069\.0912\.1173\.86GCN82\.2381\.7079\.8276\.7875\.6571\.2366\.7668\.8767\.1665\.7116\.5273\.59GraphSAGE82\.4880\.9481\.4375\.9376\.4573\.8571\.3270\.4267\.9766\.4915\.9974\.73
CoraFull dataset \(2\-way 5\-shot\)BackboneAcc\. in each session \(%\\%\)↑\\uparrowPD↓\\downarrowAverageACC↑\\uparrow012345678910GAT72\.1270\.2070\.9667\.5966\.9667\.5963\.5062\.5865\.6362\.5865\.007\.1266\.79GCN72\.2968\.2072\.5068\.8967\.8664\.6666\.6764\.3563\.5964\.2464\.797\.5067\.09GraphSAGE72\.7970\.0070\.0071\.4867\.8668\.2864\.0067\.4265\.1762\.8864\.718\.0867\.69

### Main Results

The comparative results for few\-shot node classification across various datasets and settings are summarized in the Table[3](https://arxiv.org/html/2609.25781#Sx4.T3)\. From these results, we draw several key observations:

Superior Performance of LPMC:The LPMC framework consistently achieves state\-of\-the\-art performance across all four datasets, demonstrating its effectiveness in mitigating knowledge forgetting and maintaining high accuracy in GFSCIL tasks\. Specifically, LPMC successfully balances Performance Drop \(PD\) and average accuracy compared to other baselines\.

Consistency Across Diverse Settings:LPMC demonstrates consistently superior performance across all four datasets, each with distinct N\-way K\-shot configurations\. Whether handling multi\-class tasks like Amazon Clothing \(3\-way\) and CoraFull \(2\-way\) or single\-class tasks like CS and Computers \(1\-way\), LPMC excels in both knowledge retention and task adaptation\. This consistency underscores the robustness of LPMC’s design, ensuring reliable performance across diverse graph\-based learning scenarios\. Additional experimental results under different settings provided in supplementary materials also demonstrate LPMC’s performance in more resource\-constrained scenarios\.

Comparison with Other Baselines:While some existing models, such as Mecoin and HAG\-Meta, achieve higher accuracy in initial sessions on certain datasets, their high forgetting rates significantly degrade their long\-term performance\. In contrast, LPMC maintains low PD values and the highest average accuracy across all sessions, outperforming these models in subsequent tasks\. On the CoraFull dataset, Mecoin starts with comparable accuracy but suffers from higher PD and lower average accuracy than LPMC\.

Efficiency and Practical Implications:Beyond superior accuracy and consistency, LPMC demonstrates remarkable efficiency compared to baseline models\. We mainly compare our method with Mecoin as it is the SOTA efficient method specially designed for GFSCIL\. As explicitly quantified in Table[4](https://arxiv.org/html/2609.25781#Sx5.T4), our framework requires fewer training rounds and running time to achieve lower forgetting rates and higher average accuracy, making it highly suitable for practical applications with limited training resources\. Even with minimal training, LPMC outperforms baselines well before reaching peak performance\. Theoretical analysis of time complexity is provided in supplementary materials\.

### Ablation Study

We conducted ablation studies on four datasets to evaluate the impact of pre\-training, meta\-training, and the micro\-cluster structure on performance and forgetting\. As shown in Table[5](https://arxiv.org/html/2609.25781#Sx5.T5), the micro\-clustering mechanism in LPMC yields well\-separated classes and compact intra\-class distributions, indicating more discriminative prototype learning\. On the simpler Computers dataset, strong performance is achieved even without micro\-clustering, suggesting that basic prototypes suffice\. However, LPMC shows clear advantages for more complex datasets, highlighting its strength in handling intricate graph structures\. Visualizations of ablation study results are provided in supplementaty materials\.

### Backbone Analysis

In our study, we evaluated the impact of three different backbones—GCN, GAT, and GraphSAGE —on the performance of our model across two datasets: Amazon Clothing \(3\-way 5\-shot\) and CoraFull \(2\-way 5\-shot\)\.The experimental results shown in Table[6](https://arxiv.org/html/2609.25781#Sx5.T6)reveal that the performance of the training framework is not significantly influenced by the choice of backbone, as all three architectures yield similar results in terms of forgetting rate and accuracy\. These findings highlight the robustness and generalizability of our training framework, which performs effectively across different backbone architectures\.

### Parameters Analysis

We assessed model robustness with respect to two key hyper\-parameters—\(1\) the number of inner\-update steps in meta\-training and \(2\) DBSCAN’s minPts—on the Amazon Clothing benchmark under the 3\-way 5\-shot setting\.

![Refer to caption](https://arxiv.org/html/2609.25781v1/parameter.png)Figure 3:Impact of Inner step and MinPts on Accuracy\.The inner\-step count chiefly governs both initial accuracy and the final average\. Adding steps, especially from very small values, yields clear gains; once the budget exceeds 10–20 steps, however, forgetting rises slightly—likely because the outer loop is not trained long enough\. Meanwhile, MinPts exerts almost no influence on either forgetting or average accuracy\.

## Conclusion

In this paper, we tackle the challenges of few\-shot class incremental learning on dynamic graphs by proposing a lightweight plastic\-memory framework\. Our novel plastic\-memory module dynamically integrates new class knowledge while preserving prior knowledge, addressing the inefficiencies and high computational costs of existing methods\. The micro\-clustering structure enhances class node feature characterization, ensuring both stability and adaptability in evolving graph data\. Additionally, our memory\-driven meta\-learning framework with a dual\-loop architecture improves task adaptation while maintaining performance on previously learned tasks\. Extensive experiments on benchmark datasets demonstrate the framework’s ability to balance stability and adaptability, with generalization error analysis confirming its robustness across different feature extractors\.This work advances graph incremental learning in resource\-constrained and data\-scarce environments, with future research focusing on domain extension and efficiency optimization for large\-scale dynamic graphs\.

## References

- Aljundiet al\.\(2018\)R\. Aljundi, F\. Babiloni, M\. Elhoseiny, M\. Rohrbach, and T\. TuytelaarsMemory aware synapses: learning what \(not\) to forget\.InProceedings of the European conference on computer vision \(ECCV\),pp\. 139–154\.Cited by:[Experimental Setup](https://arxiv.org/html/2609.25781#Sx5.SSx1.p2.1)\.
- Barddalet al\.\(2016\)J\. P\. Barddal, H\. M\. Gomes, F\. Enembreck, and J\. BarthèsSNCStream\+: extending a high quality true anytime data stream clustering algorithm\.Information Systems62,pp\. 60–73\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1)\.
- Belouadahet al\.\(2021\)E\. Belouadah, A\. Popescu, and I\. KanellosA comprehensive study of class incremental learning algorithms for visual tasks\.Neural Networks135,pp\. 38–54\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1)\.
- Caoet al\.\(2006\)F\. Cao, M\. Estert, W\. Qian, and A\. ZhouDensity\-based clustering over an evolving data stream with noise\.InProceedings of the 2006 SIAM international conference on data mining,pp\. 328–339\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1)\.
- Chiet al\.\(2022\)Z\. Chi, L\. Gu, H\. Liu, Y\. Wang, Y\. Yu, and J\. TangMetafscil: a meta\-learning approach for few\-shot class incremental learning\.InProceedings of the IEEE/CVF conference on computer vision and pattern recognition,pp\. 14166–14175\.Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p2.1)\.
- Dinget al\.\(2020\)K\. Ding, J\. Wang, J\. Li, K\. Shu, C\. Liu, and H\. LiuGraph prototypical networks for few\-shot learning on attributed networks\.InProceedings of the 29th ACM International Conference on Information & Knowledge Management,pp\. 295–304\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p2.1)\.
- Donget al\.\(2021\)S\. Dong, X\. Hong, X\. Tao, X\. Chang, X\. Wei, and Y\. GongFew\-shot class\-incremental learning via relation knowledge distillation\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.35,pp\. 1255–1263\.Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p2.1)\.
- Finnet al\.\(2017\)C\. Finn, P\. Abbeel, and S\. LevineModel\-agnostic meta\-learning for fast adaptation of deep networks\.InInternational conference on machine learning,pp\. 1126–1135\.Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p5.1)\.
- Huang and Zitnik \(2020\)K\. Huang and M\. ZitnikGraph meta learning via local subgraphs\.Advances in neural information processing systems33,pp\. 5862–5874\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p2.1)\.
- Kimet al\.\(2019\)J\. Kim, T\. Kim, S\. Kim, and C\. D\. YooEdge\-labeling graph neural network for few\-shot learning\.InProceedings of the IEEE/CVF conference on computer vision and pattern recognition,pp\. 11–20\.Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p2.1)\.
- Kimet al\.\(2023\)S\. Kim, J\. Lee, N\. Lee, W\. Kim, S\. Choi, and C\. ParkTask\-equivariant graph few\-shot learning\.InProceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining,pp\. 1120–1131\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p2.1)\.
- Kipf and Welling \(2016\)T\. N\. Kipf and M\. WellingSemi\-supervised classification with graph convolutional networks\.arXiv preprint arXiv:1609\.02907\.Cited by:[Pre\-training Framework](https://arxiv.org/html/2609.25781#Sx4.SSx1.p1.1)\.
- Kirkpatricket al\.\(2017\)J\. Kirkpatrick, R\. Pascanu, N\. Rabinowitz, J\. Veness, G\. Desjardins, A\. A\. Rusu, K\. Milan, J\. Quan, T\. Ramalho, A\. Grabska\-Barwinska,et al\.Overcoming catastrophic forgetting in neural networks\.Proceedings of the national academy of sciences114\(13\),pp\. 3521–3526\.Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p2.1),[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1),[Experimental Setup](https://arxiv.org/html/2609.25781#Sx5.SSx1.p2.1)\.
- Liet al\.\(2024\)D\. Li, A\. Zhang, J\. Gao, and B\. QiAn efficient memory module for graph few\-shot class\-incremental learning\.arXiv preprint arXiv:2411\.06659\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p1.1),[Experimental Setup](https://arxiv.org/html/2609.25781#Sx5.SSx1.p2.1)\.
- Li and Hoiem \(2017\)Z\. Li and D\. HoiemLearning without forgetting\.IEEE transactions on pattern analysis and machine intelligence40\(12\),pp\. 2935–2947\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1),[Experimental Setup](https://arxiv.org/html/2609.25781#Sx5.SSx1.p2.1)\.
- Liuet al\.\(2021\)H\. Liu, Y\. Yang, and X\. WangOvercoming catastrophic forgetting in graph neural networks\.InProceedings of the AAAI conference on artificial intelligence,pp\. 8653–8661\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1),[Experimental Setup](https://arxiv.org/html/2609.25781#Sx5.SSx1.p2.1)\.
- Lopez\-Paz and Ranzato \(2017\)D\. Lopez\-Paz and M\. RanzatoGradient episodic memory for continual learning\.Advances in neural information processing systems30\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1),[Experimental Setup](https://arxiv.org/html/2609.25781#Sx5.SSx1.p2.1)\.
- Luet al\.\(2022\)B\. Lu, X\. Gan, L\. Yang, W\. Zhang, L\. Fu, and X\. WangGeometer: graph few\-shot class\-incremental learning via prototype representation\.InProceedings of the 28th ACM SIGKDD conference on knowledge discovery and data mining,pp\. 1152–1161\.Cited by:[Experimental Setup](https://arxiv.org/html/2609.25781#Sx5.SSx1.p2.1)\.
- Luoet al\.\(2020\)Y\. Luo, L\. Yin, W\. Bai, and K\. MaoAn appraisal of incremental learning methods\.Entropy22\(11\),pp\. 1190\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1)\.
- Masanaet al\.\(2022\)M\. Masana, X\. Liu, B\. Twardowski, M\. Menta, A\. D\. Bagdanov, and J\. Van De WeijerClass\-incremental learning: survey and performance evaluation on image classification\.IEEE Transactions on Pattern Analysis and Machine Intelligence45\(5\),pp\. 5513–5533\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1)\.
- Mittalet al\.\(2021\)S\. Mittal, S\. Galesso, and T\. BroxEssentials for class incremental learning\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,pp\. 3513–3522\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1)\.
- Reddy and Bindu \(2019\)K\. S\. S\. Reddy and C\. S\. BinduStreamSW: a density\-based approach for clustering data streams over sliding windows\.Measurement144,pp\. 14–19\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1)\.
- Schubertet al\.\(2017\)E\. Schubert, J\. Sander, M\. Ester, H\. P\. Kriegel, and X\. XuDBSCAN revisited, revisited: why and how you should \(still\) use dbscan\.ACM Transactions on Database Systems \(TODS\)42\(3\),pp\. 1–21\.Cited by:[Plastic\-Memory Construction with Micro\-Clustering](https://arxiv.org/html/2609.25781#Sx4.SSx2.SSSx1.p8.1)\.
- Silvaet al\.\(2013\)J\. A\. Silva, E\. R\. Faria, R\. C\. Barros, E\. R\. Hruschka, A\. C\. d\. Carvalho, and J\. GamaData stream clustering: a survey\.ACM Computing Surveys \(CSUR\)46\(1\),pp\. 1–31\.Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p3.1),[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1)\.
- Snellet al\.\(2017\)J\. Snell, K\. Swersky, and R\. ZemelPrototypical networks for few\-shot learning\.Advances in neural information processing systems30\.Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p2.1)\.
- Sunet al\.\(2022\)M\. Sun, K\. Zhou, X\. He, Y\. Wang, and X\. WangGppt: graph pre\-training and prompt tuning to generalize graph neural networks\.InProceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining,pp\. 1717–1727\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p2.1)\.
- Tanet al\.\(2022\)Z\. Tan, K\. Ding, R\. Guo, and H\. LiuGraph few\-shot class\-incremental learning\.InProceedings of the fifteenth ACM international conference on web search and data mining,pp\. 987–996\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p1.1),[Experimental Setup](https://arxiv.org/html/2609.25781#Sx5.SSx1.p2.1)\.
- Taoet al\.\(2020\)X\. Tao, X\. Hong, X\. Chang, S\. Dong, X\. Wei, and Y\. GongFew\-shot class\-incremental learning\.InProceedings of the IEEE/CVF conference on computer vision and pattern recognition,pp\. 12183–12192\.Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p2.1)\.
- Tianet al\.\(2024\)S\. Tian, L\. Li, W\. Li, H\. Ran, X\. Ning, and P\. TiwariA survey on few\-shot class\-incremental learning\.Neural Networks169,pp\. 307–324\.Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p2.1)\.
- Veličkovićet al\.\(2017\)P\. Veličković, G\. Cucurull, A\. Casanova, A\. Romero, P\. Lio, and Y\. BengioGraph attention networks\.arXiv preprint arXiv:1710\.10903\.Cited by:[Pre\-training Framework](https://arxiv.org/html/2609.25781#Sx4.SSx1.p1.1)\.
- Wanget al\.\(2022\)S\. Wang, K\. Ding, C\. Zhang, C\. Chen, and J\. LiTask\-adaptive few\-shot node classification\.InProceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining,pp\. 1910–1919\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p2.1)\.
- Xiaet al\.\(2021\)F\. Xia, K\. Sun, S\. Yu, A\. Aziz, L\. Wan, S\. Pan, and H\. LiuGraph learning: a survey\.IEEE Transactions on Artificial Intelligence2\(2\),pp\. 109–127\.External Links:[Document](https://dx.doi.org/10.1109/TAI.2021.3076021)Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p1.1)\.
- Xiaet al\.\(2022\)J\. Xia, L\. Wu, J\. Chen, B\. Hu, and S\. Z\. LiSimgrace: a simple framework for graph contrastive learning without data augmentation\.InProceedings of the ACM Web Conference 2022,pp\. 1070–1079\.Cited by:[Pre\-training Framework](https://arxiv.org/html/2609.25781#Sx4.SSx1.p1.1)\.
- Xuet al\.\(2017\)J\. Xu, F\. Li, K\. Chen, F\. Zhou, J\. Choi, and J\. ShinDynamic chameleon authentication tree for verifiable data streaming in 5g networks\.IEEE Access5,pp\. 26448–26459\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1)\.
- Yuet al\.\(2024\)X\. Yu, Y\. Fang, Z\. Liu, Y\. Wu, Z\. Wen, J\. Bo, X\. Zhang, and S\. C\. HoiFew\-shot learning on graphs: from meta\-learning to pre\-training and prompting\.arXiv preprint arXiv:2402\.01440\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p2.1)\.
- Yuan and Zhao \(2024\)B\. Yuan and D\. ZhaoA survey on continual semantic segmentation: theory, challenge, method and application\.IEEE Transactions on Pattern Analysis and Machine Intelligence\.Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p1.1)\.
- Zhanget al\.\(2019\)S\. Zhang, H\. Tong, J\. Xu, and R\. MaciejewskiGraph convolutional networks: a comprehensive review\.Computational Social Networks6\(1\),pp\. 1–23\.Cited by:[Pre\-training Framework](https://arxiv.org/html/2609.25781#Sx4.SSx1.p1.1)\.
- Zhaoet al\.\(2008\)J\. Zhao, X\. Huang, S\. Qiong, and M\. YanReal\-time feature selection in traffic classification\.The Journal of China Universities of Posts and Telecommunications15,pp\. 68–72\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1)\.
- Zhouet al\.\(2024\)D\. Zhou, Q\. Wang, Z\. Qi, H\. Ye, D\. Zhan, and Z\. LiuClass\-incremental learning: a survey\.IEEE Transactions on Pattern Analysis and Machine Intelligence\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1)\.
- Zhouet al\.\(2022\)D\. Zhou, H\. Ye, L\. Ma, D\. Xie, S\. Pu, and D\. ZhanFew\-shot class\-incremental learning by sampling multi\-phase tasks\.IEEE Transactions on Pattern Analysis and Machine Intelligence45\(11\),pp\. 12816–12831\.Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p2.1)\.
- Zhouet al\.\(2019\)F\. Zhou, C\. Cao, K\. Zhang, G\. Trajcevski, T\. Zhong, and J\. GengMeta\-gnn: on few\-shot node classification in graph meta\-learning\.InProceedings of the 28th ACM International Conference on Information and Knowledge Management,pp\. 2357–2360\.Cited by:[Related Work](https://arxiv.org/html/2609.25781#Sx2.p2.1)\.
- Zhou and Cao \(2021\)F\. Zhou and C\. CaoOvercoming catastrophic forgetting in graph neural networks with experience replay\.InProceedings of the AAAI Conference on Artificial Intelligence,pp\. 4714–4722\.Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p2.1),[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1),[Experimental Setup](https://arxiv.org/html/2609.25781#Sx5.SSx1.p2.1)\.
- Zubaroğlu and Atalay \(2021\)A\. Zubaroğlu and V\. AtalayData stream clustering: a review\.Artificial Intelligence Review54\(2\),pp\. 1201–1236\.Cited by:[Introduction](https://arxiv.org/html/2609.25781#Sx1.p3.1),[Related Work](https://arxiv.org/html/2609.25781#Sx2.p3.1)\.

相似文章

基于混合态原型的量子增量学习

arXiv cs.AI

本文介绍了一种基于可训练混合态原型的量子增量学习框架,能够在无需增加电路宽度的前提下添加新类别,同时缓解灾难性遗忘。

ALPINE: 参数与样本高效的小样本学习自适应定位

Hugging Face Daily Papers

ALPINE 介绍了一种超轻量级的空间关系架构,用于小样本图像分类,与基线模型如 Prototypical Networks 和 MAML 相比,它用更少的参数实现了精度提升,收敛更快,鲁棒性更好。