LGAug 30, 2022

Beyond Supervised Continual Learning: a Review

arXiv:2208.14307v115 citationsh-index: 20
Originality Synthesis-oriented
AI Analysis

It addresses the gap in continual learning research for non-supervised settings, which is incremental as it builds on existing supervised work.

The paper reviews continual learning approaches beyond supervised classification, covering reduced supervision, unsupervised learning, and reinforcement learning, and proposes a classification schema for these methods.

Continual Learning (CL, sometimes also termed incremental learning) is a flavor of machine learning where the usual assumption of stationary data distribution is relaxed or omitted. When naively applying, e.g., DNNs in CL problems, changes in the data distribution can cause the so-called catastrophic forgetting (CF) effect: an abrupt loss of previous knowledge. Although many significant contributions to enabling CL have been made in recent years, most works address supervised (classification) problems. This article reviews literature that study CL in other settings, such as learning with reduced supervision, fully unsupervised learning, and reinforcement learning. Besides proposing a simple schema for classifying CL approaches w.r.t. their level of autonomy and supervision, we discuss the specific challenges associated with each setting and the potential contributions to the field of CL in general.

Foundations

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

Your Notes