LGJun 16, 2023

Studying Generalization on Memory-Based Methods in Continual Learning

arXiv:2306.09890v23 citationsh-index: 11
Originality Incremental advance
AI Analysis

This study addresses a critical gap in continual learning for AI systems, revealing a significant limitation in memory-based methods that could affect real-world deployment, though it is incremental in highlighting a specific issue.

The paper tackles the problem of out-of-distribution generalization in memory-based continual learning methods, showing that while they improve in-distribution performance, they strongly impair out-of-distribution generalization by learning spurious features, with evidence from the Synbol benchmark.

One of the objectives of Continual Learning is to learn new concepts continually over a stream of experiences and at the same time avoid catastrophic forgetting. To mitigate complete knowledge overwriting, memory-based methods store a percentage of previous data distributions to be used during training. Although these methods produce good results, few studies have tested their out-of-distribution generalization properties, as well as whether these methods overfit the replay memory. In this work, we show that although these methods can help in traditional in-distribution generalization, they can strongly impair out-of-distribution generalization by learning spurious features and correlations. Using a controlled environment, the Synbol benchmark generator (Lacoste et al., 2020), we demonstrate that this lack of out-of-distribution generalization mainly occurs in the linear classifier.

Foundations

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

Your Notes