paper-with-me

Papers

Continual Self-Supervised Learning with Masked Autoencoders in Remote Sensing

2025-06-26 · Lars Möllenbrok, Behnood Rasti, Begüm Demir

The development of continual learning (CL) methods, which aim to learn new tasks in a sequential manner from the training data acquired continuously, has gained great attention in remote sensing (RS). The existing CL methods in RS, while learning new tasks, enhance robustness towards catastrophic forgetting. This is achieved by using a large number of labeled training samples, which is costly and not always feasible to gather in RS. To address this problem, we propose a novel continual self-supervised learning method in the context of masked autoencoders (denoted as CoSMAE). The proposed CoSMAE consists of two components: i) data mixup; and ii) model mixup knowledge distillation. Data mixup is associated with retaining information on previous data distributions by interpolating images from the current task with those from the previous tasks. Model mixup knowledge distillation is associated with distilling knowledge from past models and the current model simultaneously by interpolating their model weights to form a teacher for the knowledge distillation. The two components complement each other to regularize the MAE at the data and model levels to facilitate better generalization across tasks and reduce the risk of catastrophic forgetting. Experimental results show that CoSMAE achieves significant improvements of up to 4.94% over state-of-the-art CL methods applied to MAE. Our code is publicly available at: https://git.tu-berlin.de/rsim/CoSMAE.

📄 PDF Abstract BibTeX arXiv:2506.21312

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningContinual Self-Supervised LearningKnowledge DistillationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
MAE 설명 없음
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 제목 키워드 기반

Fus-MAE: A cross-attention-based data fusion approach for Masked Autoencoders in remote sensing

2024-01-05 · Hugo Chan-To-Hing, Bharadwaj Veeravalli

Self-supervised frameworks for representation learning have recently stirred up interest among the remote sensing community, given their potential to mitigate the high labeling costs associated with curating large satell…

Contrastive LearningRepresentation LearningSelf-Supervised Learning

Continual-MAE: Adaptive Distribution Masked Autoencoders for Continual Test-Time Adaptation

2023-12-19 · CVPR 2024 1 · Jiaming Liu, ran Xu, Senqiao Yang, Renrui Zhang 외

Continual Test-Time Adaptation (CTTA) is proposed to migrate a source pre-trained model to continually changing target distributions, addressing real-world dynamism. Existing CTTA methods mainly rely on entropy minimizat…

DecoderSelf-Supervised LearningTest-time Adaptation

Exploring Masked Autoencoders for Sensor-Agnostic Image Retrieval in Remote Sensing

2024-01-15 · Jakob Hackstein, Gencer Sumbul, Kai Norman Clasen, Begüm Demir

Self-supervised learning through masked autoencoders (MAEs) has recently attracted great attention for remote sensing (RS) image representation learning, and thus embodies a significant potential for content-based image …

Content-Based Image RetrievalImage RetrievalRepresentation LearningRetrieval+1

SatDINO: A Deep Dive into Self-Supervised Pretraining for Remote Sensing

2025-08-29 · Jakub Straka, Ivan Gruber arxiv

Self-supervised learning has emerged as a powerful tool for remote sensing, where large amounts of unlabeled data are available. In this work, we investigate the use of DINO, a contrastive self-supervised method, for pre…

Self-Supervised LearningRepresentation Learning

CROMA: Remote Sensing Representations with Contrastive Radar-Optical Masked Autoencoders

2023-11-01 · NeurIPS 2023 11 · Anthony Fuller, Koreen Millard, James R. Green

A vital and rapidly growing application, remote sensing offers vast yet sparsely labeled, spatially aligned multimodal data; this makes self-supervised learning algorithms invaluable. We present CROMA: a framework that c…

AvgContrastive LearningDecoderSelf-Supervised Learning