E-CGL: An Efficient Continual Graph Learner
Jianhao Guo, Zixuan Ni, Yun Zhu, Siliang Tang

TL;DR
E-CGL introduces an efficient method for continual graph learning that reduces catastrophic forgetting and accelerates training and inference by combining replay strategies with a shared MLP-GCN model.
Contribution
The paper proposes E-CGL, a novel continual graph learning approach that improves efficiency and mitigates forgetting using a shared MLP-GCN model and advanced replay sampling strategies.
Findings
Reduces catastrophic forgetting to an average of -1.1%.
Achieves 15.83x training time acceleration and 4.89x inference time acceleration.
Outperforms nine baseline methods on four datasets.
Abstract
Continual learning has emerged as a crucial paradigm for learning from sequential data while preserving previous knowledge. In the realm of continual graph learning, where graphs continuously evolve based on streaming graph data, continual graph learning presents unique challenges that require adaptive and efficient graph learning methods in addition to the problem of catastrophic forgetting. The first challenge arises from the interdependencies between different graph data, where previous graphs can influence new data distributions. The second challenge lies in the efficiency concern when dealing with large graphs. To addresses these two problems, we produce an Efficient Continual Graph Learner (E-CGL) in this paper. We tackle the interdependencies issue by demonstrating the effectiveness of replay strategies and introducing a combined sampling strategy that considers both node…
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
TopicsText and Document Classification Technologies · Network Packet Processing and Optimization · Algorithms and Data Compression
MethodsGraph Convolutional Network
