LGAICVOct 11, 2022

Continual Learning by Modeling Intra-Class Variation

Cambridge
arXiv:2210.05398v217 citationsh-index: 49
Originality Incremental advance
AI Analysis

This addresses the problem of life-long learning for AI systems by offering an incremental improvement to existing memory-based methods.

The paper tackles catastrophic forgetting in neural networks during sequential learning by proposing to diversify representations through model-agnostic and model-based perturbations, showing that this approach consistently improves memory-based continual learning methods by a large margin.

It has been observed that neural networks perform poorly when the data or tasks are presented sequentially. Unlike humans, neural networks suffer greatly from catastrophic forgetting, making it impossible to perform life-long learning. To address this issue, memory-based continual learning has been actively studied and stands out as one of the best-performing methods. We examine memory-based continual learning and identify that large variation in the representation space is crucial for avoiding catastrophic forgetting. Motivated by this, we propose to diversify representations by using two types of perturbations: model-agnostic variation (i.e., the variation is generated without the knowledge of the learned neural network) and model-based variation (i.e., the variation is conditioned on the learned neural network). We demonstrate that enlarging representational variation serves as a general principle to improve continual learning. Finally, we perform empirical studies which demonstrate that our method, as a simple plug-and-play component, can consistently improve a number of memory-based continual learning methods by a large margin.

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