New Insights on Reducing Abrupt Representation Change in Online Continual Learning
Lucas Caccia, Rahaf Aljundi, Nader Asadi, Tinne Tuytelaars, Joelle, Pineau, Eugene Belilovsky

TL;DR
This paper investigates how experience replay affects data representations in online continual learning, revealing issues with class overlap and proposing an asymmetric update method to improve learning stability and performance.
Contribution
The paper provides empirical insights into representation overlap caused by experience replay and introduces an asymmetric update rule to mitigate disruptive adaptation in continual learning.
Findings
Experience replay causes significant overlap in class representations.
Asymmetric updates improve class separation and reduce forgetting.
Proposed method outperforms strong baselines on benchmarks.
Abstract
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.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Data Stream Mining Techniques · Advanced Bandit Algorithms Research
MethodsExperience Replay · Triplet Loss
