LGMLJun 10, 2020

Self-Supervised Learning Aided Class-Incremental Lifelong Learning

arXiv:2006.05882v414 citations
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in lifelong learning for AI systems, but it is incremental as it builds on existing methods to mitigate a newly identified issue.

The paper tackles the problem of prior information loss in class-incremental lifelong learning, where models fail to extract sufficient features for joint classification, and shows that combining self-supervised learning improves performance over state-of-the-art methods like OWM on image datasets.

Lifelong or continual learning remains to be a challenge for artificial neural network, as it is required to be both stable for preservation of old knowledge and plastic for acquisition of new knowledge. It is common to see previous experience get overwritten, which leads to the well-known issue of catastrophic forgetting, especially in the scenario of class-incremental learning (Class-IL). Recently, many lifelong learning methods have been proposed to avoid catastrophic forgetting. However, models which learn without replay of the input data, would encounter another problem which has been ignored, and we refer to it as prior information loss (PIL). In training procedure of Class-IL, as the model has no knowledge about following tasks, it would only extract features necessary for tasks learned so far, whose information is insufficient for joint classification. In this paper, our empirical results on several image datasets show that PIL limits the performance of current state-of-the-art method for Class-IL, the orthogonal weights modification (OWM) algorithm. Furthermore, we propose to combine self-supervised learning, which can provide effective representations without requiring labels, with Class-IL to partly get around this problem. Experiments show superiority of proposed method to OWM, as well as other strong baselines.

Foundations

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

Your Notes