paper-with-me

Papers

Preventing Latent Rehearsal Decay in Online Continual SSL with SOLAR

2026-04-12 · Giacomo Cignoni, Simone Magistri, Andrew D. Bagdanov, Antonio Carta arxiv

This paper explores Online Continual Self-Supervised Learning (OCSSL), a scenario in which models learn from continuous streams of unlabeled, non-stationary data, where methods typically employ replay and fast convergence is a central desideratum. We find that OCSSL requires particular attention to the stability-plasticity trade-off: stable methods (e.g. replay with Reservoir sampling) are able to converge faster compared to plastic ones (e.g. FIFO buffer), but incur in performance drops under certain conditions. We explain this collapse phenomenon with the Latent Rehearsal Decay hypothesis, which attributes it to latent space degradation under excessive stability of replay. We introduce two metrics (Overlap and Deviation) that diagnose latent degradation and correlate with accuracy declines. Building on these insights, we propose SOLAR, which leverages efficient online proxies of Deviation to guide buffer management and incorporates an explicit Overlap loss, allowing SOLAR to adaptively managing plasticity. Experiments demonstrate that SOLAR achieves state-of-the-art performance on OCSSL vision benchmarks, with both high convergence speed and final performance.

📄 PDF Abstract BibTeX arXiv:2604.10586

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

SIESTA: Efficient Online Continual Learning with Sleep

2023-03-19 · Md Yousuf Harun, Jhair Gallardo, Tyler L. Hayes, Ronald Kemker 외

In supervised continual learning, a deep neural network (DNN) is updated with an ever-growing data stream. Unlike the offline setting where data is shuffled, we cannot make any distributional assumptions about the data s…

Computational EfficiencyContinual LearningGPU

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

2022-09-28 · Yaqian Zhang, Bernhard Pfahringer, Eibe Frank, Albert Bifet 외

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 distributio…

Continual LearningReinforcement Learning (RL)

Rehearsal-Free Online Continual Learning for Automatic Speech Recognition

2023-06-19 · Steven Vander Eeckt, Hugo Van hamme

Fine-tuning an Automatic Speech Recognition (ASR) model to new domains results in degradation on original domains, referred to as Catastrophic Forgetting (CF). Continual Learning (CL) attempts to train ASR models without…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Continual Learningspeech-recognition+1

Rehearsal-free and Task-free Online Continual Learning With Contrastive Prompt

2025-10-01 · Aopeng Wang, Ke Deng, Yongli Ren, Jun Luo arxiv

The main challenge of continual learning is \textit{catastrophic forgetting}. Because of processing data in one pass, online continual learning (OCL) is one of the most difficult continual learning scenarios. To address …

Continual Learning

Adversarially Diversified Rehearsal Memory (ADRM): Mitigating Memory Overfitting Challenge in Continual Learning

2024-05-20 · Hikmat Khan, Ghulam Rasool, Nidhal Carla Bouaynaya

Continual learning focuses on learning non-stationary data distribution without forgetting previous knowledge. Rehearsal-based approaches are commonly used to combat catastrophic forgetting. However, these approaches suf…

Continual LearningDiversity