paper-with-me

Papers

Graph Continual Learning with Debiased Lossless Memory Replay

2024-04-17 · Chaoxi Niu, Guansong Pang, Ling Chen

Real-life graph data often expands continually, rendering the learning of graph neural networks (GNNs) on static graph data impractical. Graph continual learning (GCL) tackles this problem by continually adapting GNNs to the expanded graph of the current task while maintaining the performance over the graph of previous tasks. Memory replay-based methods, which aim to replay data of previous tasks when learning new tasks, have been explored as one principled approach to mitigate the forgetting of the knowledge learned from the previous tasks. In this paper we extend this methodology with a novel framework, called Debiased Lossless Memory replay (DeLoMe). Unlike existing methods that sample nodes/edges of previous graphs to construct the memory, DeLoMe learns small lossless synthetic node representations as the memory. The learned memory can not only preserve the graph data privacy but also capture the holistic graph information, for which the sampling-based methods are not viable. Further, prior methods suffer from bias toward the current task due to the data imbalance between the classes in the memory data and the current data. A debiased GCL loss function is devised in DeLoMe to effectively alleviate this bias. Extensive experiments on four graph datasets show the effectiveness of DeLoMe under both class- and task-incremental learning settings.

📄 PDF Abstract BibTeX arXiv:2404.10984

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningIncremental Learning

Similar Papers 제목 키워드 기반

A TinyML Platform for On-Device Continual Learning with Quantized Latent Replays

2021-10-20 · Leonardo Ravaglia, Manuele Rusci, Davide Nadalini, Alessandro Capotondi 외

In the last few years, research and development on Deep Learning models and techniques for ultra-low-power devices in a word, TinyML has mainly focused on a train-then-deploy assumption, with static models that cannot be…

Continual LearningQuantization

Leveraging Complementary Embeddings for Replay Selection in Continual Learning with Small Buffers

2026-04-09 · Danit Yanowsky, Daphna Weinshall arxiv

Catastrophic forgetting remains a key challenge in Continual Learning (CL). In replay-based CL with severe memory constraints, performance critically depends on the sample selection strategy for the replay buffer. Most e…

Continual Learning

CaT: Balanced Continual Graph Learning with Graph Condensation

2023-09-18 · Yilun Liu, Ruihong Qiu, Zi Huang

Continual graph learning (CGL) is purposed to continuously update a graph model with graph data being fed in a streaming manner. Since the model easily forgets previously learned knowledge when training with new-coming d…

Continual LearningGraph Learning

Enhancing Consistency and Mitigating Bias: A Data Replay Approach for Incremental Learning

2024-01-12 · Chenyang Wang, Junjun Jiang, Xingyu Hu, Xianming Liu 외

Deep learning systems are prone to catastrophic forgetting when learning from a sequence of tasks, where old data from experienced tasks is unavailable when learning from a new task. To mitigate the problem, a line of me…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Self-recovery of memory via generative replay

2023-01-15 · Zhenglong Zhou, Geshi Yeung, Anna C. Schapiro

A remarkable capacity of the brain is its ability to autonomously reorganize memories during offline periods. Memory replay, a mechanism hypothesized to underlie biological offline learning, has inspired offline methods …

Continual Learning