LGAICVMar 5, 2024

Recall-Oriented Continual Learning with Generative Adversarial Meta-Model

arXiv:2403.03082v13 citationsh-index: 1Has CodeAAAI
Originality Highly original
AI Analysis

This addresses the challenge of balancing performance on old and new tasks in continual learning, which is an incremental improvement with a novel method for a known bottleneck.

The paper tackles the stability-plasticity dilemma in continual learning by proposing a recall-oriented framework with a two-level architecture and generative adversarial meta-model (GAMM), achieving effective learning of new knowledge without disruption and high stability of previous knowledge in both task-aware and task-agnostic scenarios.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes