LGApr 11, 2021

New Insights on Reducing Abrupt Representation Change in Online Continual Learning

arXiv:2104.05025v3290 citations
AI Analysis

This work addresses forgetting in online continual learning for AI systems that must adapt to changing data streams, representing an incremental improvement over existing methods like Experience Replay.

The paper tackled the problem of abrupt representation change in online continual learning, where new classes cause disruptive parameter updates, and proposed an asymmetric update rule that shields learned representations, achieving significant gains over strong baselines on standard benchmarks.

In the online continual learning paradigm, agents must learn from a changing distribution while respecting memory and compute constraints. Experience Replay (ER), where a small subset of past data is stored and replayed alongside new data, has emerged as a simple and effective learning strategy. In this work, we focus on the change in representations of observed data that arises when previously unobserved classes appear in the incoming data stream, and new classes must be distinguished from previous ones. We shed new light on this question by showing that applying ER causes the newly added classes' representations to overlap significantly with the previous classes, leading to highly disruptive parameter updates. Based on this empirical analysis, we propose a new method which mitigates this issue by shielding the learned representations from drastic adaptation to accommodate new classes. We show that using an asymmetric update rule pushes new classes to adapt to the older ones (rather than the reverse), which is more effective especially at task boundaries, where much of the forgetting typically occurs. Empirical results show significant gains over strong baselines on standard continual learning benchmarks.

Code Implementations2 repos
Foundations

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

Your Notes