paper-with-me

Papers

A Plasticity-Aware Method for Continual Self-Supervised Learning in Remote Sensing

2025-03-31 · Lars Möllenbrok, Behnood Rasti, Begüm Demir

Continual self-supervised learning (CSSL) methods have gained increasing attention in remote sensing (RS) due to their capability to learn new tasks sequentially from continuous streams of unlabeled data. Existing CSSL methods, while learning new tasks, focus on preventing catastrophic forgetting. To this end, most of them use regularization strategies to retain knowledge of previous tasks. This reduces the model's ability to adapt to the data of new tasks (i.e., learning plasticity), which can degrade performance. To address this problem, in this paper, we propose a novel CSSL method that aims to learn tasks sequentially, while achieving high learning plasticity. To this end, the proposed method uses a knowledge distillation strategy with an integrated decoupling mechanism. The decoupling is achieved by first dividing the feature dimensions into task-common and task-specific parts. Then, the task-common features are forced to be correlated to ensure memory stability while the task-specific features are forced to be de-correlated facilitating the learning of new features. Experimental results show the effectiveness of the proposed method compared to CaSSLe, which is a widely used CSSL framework, with improvements of up to 1.12% in average accuracy and 2.33% in intransigence in a task-incremental scenario, and 1.24% in average accuracy and 2.01% in intransigence in a class-incremental scenario.

📄 PDF Abstract BibTeX arXiv:2503.24088

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Self-Supervised LearningKnowledge DistillationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Branch-Tuning: Balancing Stability and Plasticity for Continual Self-Supervised Learning

2024-03-27 · Wenzhuo LIU, Fei Zhu, Cheng-Lin Liu

Self-supervised learning (SSL) has emerged as an effective paradigm for deriving general representations from vast amounts of unlabeled data. However, as real-world applications continually integrate new content, the hig…

Continual LearningContinual Self-Supervised LearningSelf-Supervised Learning

Continually Learning Self-Supervised Representations with Projected Functional Regularization

2021-12-30 · Alex Gomez-Villa, Bartlomiej Twardowski, Lu Yu, Andrew D. Bagdanov 외

Recent self-supervised learning methods are able to learn high-quality image representations and are closing the gap with supervised approaches. However, these methods are unable to acquire new knowledge incrementally --…

Continual LearningIncremental LearningSelf-Supervised Learning

Forgetting, plasticity, and co-observation: a third facet of continual learning

2026-08-19 · Timm Hess, Abhishek Jha, Gido M. van de Ven, Tinne Tuytelaars arxiv

Efficient continual learning remains a fundamental challenge for deep neural networks. While catastrophic forgetting and loss of plasticity are widely considered the primary obstacles to overcome, we show that these two …

Continual Learning

A Visual Dependence-Aware Framework for Multimodal Unsupervised Continual Post-Training

2026-08-26 · Kaichen Li, Zhilin Zhu, Jianhao Huang, Zhengqin Lai 외 arxiv

In this paper, we explore a novel task of Multimodal Unsupervised Continual Post-Training (MU-CPT), enabling deployed MLLMs to continually evolve from streaming unlabeled data. Existing unsupervised post-training methods…

Plasticity-Optimized Complementary Networks for Unsupervised Continual Learning

2023-09-12 · Alex Gomez-Villa, Bartlomiej Twardowski, Kai Wang, Joost Van de Weijer

Continuous unsupervised representation learning (CURL) research has greatly benefited from improvements in self-supervised learning (SSL) techniques. As a result, existing CURL methods using SSL can learn high-quality re…

Continual LearningExemplar-FreeRepresentation LearningSelf-Supervised Learning+1