LGAICVJul 13, 2022

Task Agnostic Representation Consolidation: a Self-supervised based Continual Learning Approach

arXiv:2207.06267v115 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the problem of forgetting in deep neural networks for continual learning applications, offering an incremental improvement by integrating existing methods.

The paper tackles catastrophic forgetting in continual learning by proposing TARC, a two-stage training paradigm that combines self-supervised and supervised learning, resulting in consistent performance gains and more robust models across challenging settings.

Continual learning (CL) over non-stationary data streams remains one of the long-standing challenges in deep neural networks (DNNs) as they are prone to catastrophic forgetting. CL models can benefit from self-supervised pre-training as it enables learning more generalizable task-agnostic features. However, the effect of self-supervised pre-training diminishes as the length of task sequences increases. Furthermore, the domain shift between pre-training data distribution and the task distribution reduces the generalizability of the learned representations. To address these limitations, we propose Task Agnostic Representation Consolidation (TARC), a two-stage training paradigm for CL that intertwines task-agnostic and task-specific learning whereby self-supervised training is followed by supervised learning for each task. To further restrict the deviation from the learned representations in the self-supervised stage, we employ a task-agnostic auxiliary loss during the supervised stage. We show that our training paradigm can be easily added to memory- or regularization-based approaches and provides consistent performance gain across more challenging CL settings. We further show that it leads to more robust and well-calibrated models.

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