LGMay 15, 2025

Instance-Prototype Affinity Learning for Non-Exemplar Continual Graph Learning

arXiv:2505.10040v1h-index: 2
Originality Incremental advance
AI Analysis

This addresses the problem of memory and privacy constraints in continual graph learning for AI researchers, though it is incremental as it builds on existing prototype-based methods.

The paper tackles catastrophic forgetting in Graph Neural Networks (GNNs) for continual learning by proposing Instance-Prototype Affinity Learning (IPAL), a non-exemplar method that outperforms state-of-the-art approaches on four benchmark datasets, achieving a better trade-off between plasticity and stability.

Graph Neural Networks (GNN) endure catastrophic forgetting, undermining their capacity to preserve previously acquired knowledge amid the assimilation of novel information. Rehearsal-based techniques revisit historical examples, adopted as a principal strategy to alleviate this phenomenon. However, memory explosion and privacy infringements impose significant constraints on their utility. Non-Exemplar methods circumvent the prior issues through Prototype Replay (PR), yet feature drift presents new challenges. In this paper, our empirical findings reveal that Prototype Contrastive Learning (PCL) exhibits less pronounced drift than conventional PR. Drawing upon PCL, we propose Instance-Prototype Affinity Learning (IPAL), a novel paradigm for Non-Exemplar Continual Graph Learning (NECGL). Exploiting graph structural information, we formulate Topology-Integrated Gaussian Prototypes (TIGP), guiding feature distributions towards high-impact nodes to augment the model's capacity for assimilating new knowledge. Instance-Prototype Affinity Distillation (IPAD) safeguards task memory by regularizing discontinuities in class relationships. Moreover, we embed a Decision Boundary Perception (DBP) mechanism within PCL, fostering greater inter-class discriminability. Evaluations on four node classification benchmark datasets demonstrate that our method outperforms existing state-of-the-art methods, achieving a better trade-off between plasticity and stability.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes