LGAICVMLApr 15, 2019

Three scenarios for continual learning

arXiv:1904.07734v11048 citations
Originality Incremental advance
AI Analysis

This work provides a structured framework for comparing continual learning methods, addressing a key bottleneck for machine learning systems that need to learn sequentially without forgetting.

The paper tackles the problem of catastrophic forgetting in continual learning by defining three scenarios based on task identity at test time, and compares existing methods on split and permuted MNIST, showing that regularization-based approaches fail when task identity must be inferred.

Standard artificial neural networks suffer from the well-known issue of catastrophic forgetting, making continual or lifelong learning difficult for machine learning. In recent years, numerous methods have been proposed for continual learning, but due to differences in evaluation protocols it is difficult to directly compare their performance. To enable more structured comparisons, we describe three continual learning scenarios based on whether at test time task identity is provided and--in case it is not--whether it must be inferred. Any sequence of well-defined tasks can be performed according to each scenario. Using the split and permuted MNIST task protocols, for each scenario we carry out an extensive comparison of recently proposed continual learning methods. We demonstrate substantial differences between the three scenarios in terms of difficulty and in terms of how efficient different methods are. In particular, when task identity must be inferred (i.e., class incremental learning), we find that regularization-based approaches (e.g., elastic weight consolidation) fail and that replaying representations of previous experiences seems required for solving this scenario.

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes