Preventing Latent Rehearsal Decay in Online Continual SSL with SOLAR

arXiv cs.LG / 4/14/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper studies Online Continual Self-Supervised Learning (OCSSL), focusing on the stability–plasticity trade-off in non-stationary, unlabeled data streams where replay and fast convergence are key goals.
  • It identifies a “Latent Rehearsal Decay” collapse phenomenon, arguing that overly stable replay can degrade representations in latent space and lead to accuracy drops under certain conditions.
  • The authors propose two diagnostic metrics—Overlap and Deviation—that detect latent degradation and track with subsequent performance decline.
  • They introduce SOLAR, which uses online proxies of the Deviation metric to manage replay buffer behavior and adds an explicit Overlap loss to balance plasticity adaptively.
  • Experiments on vision OCSSL benchmarks show SOLAR achieves state-of-the-art results while maintaining both rapid convergence and strong final performance.

Abstract

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.