paper-with-me

Papers

Replay-free Online Continual Learning with Self-Supervised MultiPatches

2025-02-13 · Giacomo Cignoni, Andrea Cossu, Alex Gomez-Villa, Joost Van de Weijer, Antonio Carta

Online Continual Learning (OCL) methods train a model on a non-stationary data stream where only a few examples are available at a time, often leveraging replay strategies. However, usage of replay is sometimes forbidden, especially in applications with strict privacy regulations. Therefore, we propose Continual MultiPatches (CMP), an effective plug-in for existing OCL self-supervised learning strategies that avoids the use of replay samples. CMP generates multiple patches from a single example and projects them into a shared feature space, where patches coming from the same example are pushed together without collapsing into a single point. CMP surpasses replay and other SSL-based strategies on OCL streams, challenging the role of replay as a go-to solution for self-supervised OCL.

📄 PDF Abstract BibTeX arXiv:2502.09140

Code (1)

giacomo-cgn/cmp 공식 구현 pytorch

Tasks

Continual LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

CLIMB: Centroid-Based Hierarchical Memory for Online Continual Self-Supervised Learning

2026-06-30 · Julien Lefebvre, Stefan Duffner, Mathieu Lefort arxiv

Online Continual Self-Supervised Learning (OCSSL) aims to learn representations from a continuous stream of unlabeled data, without knowledge of task boundaries and under memory constraints. Existing methods rely either …

Self-Supervised LearningKnowledge DistillationContrastive LearningContinual Learning

Leveraging Complementary Embeddings for Replay Selection in Continual Learning with Small Buffers

2026-04-09 · Danit Yanowsky, Daphna Weinshall arxiv

Catastrophic forgetting remains a key challenge in Continual Learning (CL). In replay-based CL with severe memory constraints, performance critically depends on the sample selection strategy for the replay buffer. Most e…

Continual Learning

Continual Learning on Noisy Data Streams via Self-Purified Replay

2021-10-14 · ICCV 2021 10 · Chris Dongjoo Kim, Jinseo Jeong, Sangwoo Moon, Gunhee Kim

Continually learning in the real world must overcome many challenges, among which noisy labels are a common and inevitable issue. In this work, we present a repla-ybased continual learning framework that simultaneously a…

Continual LearningSelf-Supervised Learning

Domain-Aware Augmentations for Unsupervised Online General Continual Learning

2023-09-13 · Nicolas Michel, Romain Negrel, Giovanni Chierchia, Jean-François Bercher

Continual Learning has been challenging, especially when dealing with unsupervised scenarios such as Unsupervised Online General Continual Learning (UOGCL), where the learning agent has no prior knowledge of class bounda…

Continual LearningContrastive Learning

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

Self-Supervised Learning