AL-GNN: Privacy-Preserving and Replay-Free Continual Graph Learning via Analytic Learning
Xuling Zhang, Jindong Li, Yifei Zhang, and Menglin Yang

TL;DR
AL-GNN introduces a privacy-preserving, replay-free continual graph learning framework that uses analytic learning principles to enable efficient, one-pass training and better knowledge retention in dynamic graph scenarios.
Contribution
It proposes a novel analytic learning-based framework for continual graph learning that eliminates backpropagation and replay buffers, enhancing privacy and efficiency.
Findings
Achieves 10% higher accuracy on CoraFull
Reduces forgetting by over 30% on Reddit
Cuts training time by nearly 50%
Abstract
Continual graph learning (CGL) aims to enable graph neural networks to incrementally learn from a stream of graph structured data without forgetting previously acquired knowledge. Existing methods particularly those based on experience replay typically store and revisit past graph data to mitigate catastrophic forgetting. However, these approaches pose significant limitations, including privacy concerns, inefficiency. In this work, we propose AL GNN, a novel framework for continual graph learning that eliminates the need for backpropagation and replay buffers. Instead, AL GNN leverages principles from analytic learning theory to formulate learning as a recursive least squares optimization process. It maintains and updates model knowledge analytically through closed form classifier updates and a regularized feature autocorrelation matrix. This design enables efficient one pass training…
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
TopicsAdvanced Graph Neural Networks · Privacy-Preserving Technologies in Data · Domain Adaptation and Few-Shot Learning
