paper-with-me

Papers

A simple but strong baseline for online continual learning: Repeated Augmented Rehearsal

2022-09-28 · Yaqian Zhang, Bernhard Pfahringer, Eibe Frank, Albert Bifet, Nick Jin Sean Lim, Yunzhe Jia

Online continual learning (OCL) aims to train neural networks incrementally from a non-stationary data stream with a single pass through data. Rehearsal-based methods attempt to approximate the observed input distributions over time with a small memory and revisit them later to avoid forgetting. Despite its strong empirical performance, rehearsal methods still suffer from a poor approximation of the loss landscape of past data with memory samples. This paper revisits the rehearsal dynamics in online settings. We provide theoretical insights on the inherent memory overfitting risk from the viewpoint of biased and dynamic empirical risk minimization, and examine the merits and limits of repeated rehearsal. Inspired by our analysis, a simple and intuitive baseline, Repeated Augmented Rehearsal (RAR), is designed to address the underfitting-overfitting dilemma of online rehearsal. Surprisingly, across four rather different OCL benchmarks, this simple baseline outperforms vanilla rehearsal by 9%-17% and also significantly improves state-of-the-art rehearsal-based methods MIR, ASER, and SCR. We also demonstrate that RAR successfully achieves an accurate approximation of the loss landscape of past data and high-loss ridge aversion in its learning trajectory. Extensive ablation studies are conducted to study the interplay between repeated and augmented rehearsal and reinforcement learning (RL) is applied to dynamically adjust the hyperparameters of RAR to balance the stability-plasticity trade-off online. Code is available at https://github.com/YaqianZhang/RepeatedAugmentedRehearsal

📄 PDF Abstract BibTeX arXiv:2209.13917

Code (1)

yaqianzhang/repeatedaugmentedrehearsal 공식 구현 pytorch

Tasks

Continual LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Continual Learning for Autonomous Robots: A Prototype-based Approach

2024-03-30 · Elvin Hajizada, Balachandran Swaminathan, Yulia Sandamirskaya

Humans and animals learn throughout their lives from limited amounts of sensed data, both with and without supervision. Autonomous, intelligent robots of the future are often expected to do the same. The existing continu…

Continual Learning

Online Coreset Selection for Rehearsal-based Continual Learning

2021-06-02 · ICLR 2022 4 · Jaehong Yoon, Divyam Madaan, Eunho Yang, Sung Ju Hwang

A dataset is a shred of crucial evidence to describe a task. However, each data point in the dataset does not have the same potential, as some of the data points can be more representative or informative than others. Thi…

Continual Learning

Pruned Adaptation Modules: A Simple yet Strong Baseline for Continual Foundation Models

2026-03-22 · Elif Ceren Gok Yildirim, Murat Onur Yildirim, Joaquin Vanschoren arxiv

The continual learning literature has rapidly shifted from traditional class incremental learning (CIL) techniques to foundation model (FM)-based CIL methods without a clear understanding of how these newer approaches co…

Class Incremental LearningContinual Learning

Beyond Cosine Decay: On the effectiveness of Infinite Learning Rate Schedule for Continual Pre-training

2025-03-04 · Vaibhav Singh, Paul Janson, Paria Mehrbod, Adam Ibrahim 외

The ever-growing availability of unlabeled data presents both opportunities and challenges for training artificial intelligence systems. While self-supervised learning (SSL) has emerged as a powerful paradigm for extract…

Self-Supervised Learning

A Simple Baseline that Questions the Use of Pretrained-Models in Continual Learning

2022-10-10 · Paul Janson, Wenxuan Zhang, Rahaf Aljundi, Mohamed Elhoseiny

With the success of pretraining techniques in representation learning, a number of continual learning methods based on pretrained models have been proposed. Some of these methods design continual learning mechanisms on t…

Continual LearningExemplar-FreeRepresentation Learning