paper-with-me

Papers

Learning to remember: Dynamic Generative Memory for Continual Learning

2019-05-01 · ICLR 2019 5 · Oleksiy Ostapenko, Mihai Puscas, Tassilo Klein, Moin Nabi

Continuously trainable models should be able to learn from a stream of data over an undefined period of time. This becomes even more difficult in a strictly incremental context, where data access to previously seen categories is not possible. To that end, we propose making use of a conditional generative adversarial model where the generator is used as a memory module through neural masking to emulate neural plasticity in the human brain. This memory module is further associated with a dynamic capacity expansion mechanism. Taken together, this method facilitates a resource efficient capacity adaption to accommodate new tasks, while retaining previously attained knowledge. The proposed approach outperforms state-of-the-art algorithms on publicly available datasets, overcoming catastrophic forgetting.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Replay to Remember (R2R): An Efficient Uncertainty-driven Unsupervised Continual Learning Framework Using Generative Replay

2025-05-07 · Sriram Mandalika, Harsha Vardhan, Athira Nambiar

Continual Learning entails progressively acquiring knowledge from new data while retaining previously acquired knowledge, thereby mitigating ``Catastrophic Forgetting'' in neural networks. Our work presents a novel uncer…

Continual Learning

Learning to Remember: A Synaptic Plasticity Driven Framework for Continual Learning

2019-04-05 · CVPR 2019 6 · Oleksiy Ostapenko, Mihai Puscas, Tassilo Klein, Patrick Jähnichen 외

Models trained in the context of continual learning (CL) should be able to learn from a stream of data over an undefined period of time. The main challenges herein are: 1) maintaining old knowledge while simultaneously b…

Continual Learning

Remembering Transformer for Continual Learning

2024-04-11 · Yuwei Sun, Ippei Fujisawa, Arthur Juliani, Jun Sakuma 외

Neural networks encounter the challenge of Catastrophic Forgetting (CF) in continual learning, where new task learning interferes with previously learned knowledge. Existing data fine-tuning and regularization methods ne…

Continual LearningKnowledge DistillationNovelty Detection

Forget What's Sensitive, Remember What Matters: Token-Level Differential Privacy in Memory Sculpting for Continual Learning

2025-09-16 · Bihao Zhan, Jie Zhou, Junsong Li, Yutao Yang 외 arxiv

Continual Learning (CL) models, while adept at sequential knowledge acquisition, face significant and often overlooked privacy challenges due to accumulating diverse information. Traditional privacy methods, like a unifo…

Continual LearningGeneral Knowledge

Shared and Private VAEs with Generative Replay for Continual Learning

2021-05-17 · Subhankar Ghosh

Continual learning tries to learn new tasks without forgetting previously learned ones. In reality, most of the existing artificial neural network(ANN) models fail, while humans do the same by remembering previous works …

Continual LearningPermuted-MNIST