paper-with-me

Papers

Recall-Oriented Continual Learning with Generative Adversarial Meta-Model

2024-03-05 · Haneol Kang, Dong-Wan Choi

The stability-plasticity dilemma is a major challenge in continual learning, as it involves balancing the conflicting objectives of maintaining performance on previous tasks while learning new tasks. In this paper, we propose the recall-oriented continual learning framework to address this challenge. Inspired by the human brain's ability to separate the mechanisms responsible for stability and plasticity, our framework consists of a two-level architecture where an inference network effectively acquires new knowledge and a generative network recalls past knowledge when necessary. In particular, to maximize the stability of past knowledge, we investigate the complexity of knowledge depending on different representations, and thereby introducing generative adversarial meta-model (GAMM) that incrementally learns task-specific parameters instead of input data samples of the task. Through our experiments, we show that our framework not only effectively learns new knowledge without any disruption but also achieves high stability of previous knowledge in both task-aware and task-agnostic learning scenarios. Our code is available at: https://github.com/bigdata-inha/recall-oriented-cl-framework.

📄 PDF Abstract BibTeX arXiv:2403.03082

Code (1)

bigdata-inha/recall-oriented-cl-framework 공식 구현 pytorch

Tasks

Continual LearningIncremental Learning

Similar Papers 제목 키워드 기반

Incremental Concept Learning via Online Generative Memory Recall

2019-07-05 · Huaiyu Li, Wei-Ming Dong, Bao-Gang Hu

The ability to learn more and more concepts over time from incrementally arriving data is essential for the development of a life-long learning system. However, deep neural networks often suffer from forgetting previousl…

class-incremental learningClass Incremental LearningGenerative Adversarial NetworkIncremental Learning

Hypernetworks for Continual Semi-Supervised Learning

2021-10-05 · Dhanajit Brahma, Vinay Kumar Verma, Piyush Rai

Learning from data sequentially arriving, possibly in a non i.i.d. way, with changing task distribution over time is called continual learning. Much of the work thus far in continual learning focuses on supervised learni…

Continual LearningGenerative Adversarial NetworkSplit-CIFAR-10

Continual Learning of Generative Models with Limited Data: From Wasserstein-1 Barycenter to Adaptive Coalescence

2021-01-22 · Mehmet Dedeoglu, Sen Lin, Zhaofeng Zhang, Junshan Zhang

Learning generative models is challenging for a network edge node with limited data and computing power. Since tasks in similar environments share model similarity, it is plausible to leverage pre-trained generative mode…

Continual LearningQuantizationTransfer Learning

RECALL: Replay-based Continual Learning in Semantic Segmentation

2021-08-08 · ICCV 2021 10 · Andrea Maracani, Umberto Michieli, Marco Toldo, Pietro Zanuttigh

Deep networks allow to obtain outstanding results in semantic segmentation, however they need to be trained in a single shot with a large amount of data. Continual learning settings where new classes are learned in incre…

Continual LearningGenerative Adversarial NetworkSemantic Segmentation

FoCL: Feature-Oriented Continual Learning for Generative Models

2020-03-09 · Qicheng Lao, Mehrzad Mortazavi, Marzieh Tahaei, Francis Dutil 외

In this paper, we propose a general framework in continual learning for generative models: Feature-oriented Continual Learning (FoCL). Unlike previous works that aim to solve the catastrophic forgetting problem by introd…

Continual LearningIncremental Learning