CBEN -- A Multimodal Machine Learning Dataset for Cloud Robust Remote Sensing Image Understanding
Marco Stricker, Masakazu Iwamura, Koichi Kise
TL;DR
This work tackles the challenge of cloud distortion in optical remote sensing by constructing CBEN, a CloudyBigEarthNet dataset that injects realistic cloud occlusions into a large multimodal SAR–optical corpus. It shows that models pretrained on cloud-free data deteriorate significantly on cloudy imagery, yet fine-tuning with cloudy samples restores robustness across both cloud-free and cloudy test conditions. By evaluating self-supervised learning approaches (MAE and MoCo) on ResNet-50 and ViT backbones with early SAR–optical fusion, the study reveals that cloud-aware finetuning yields substantial AP gains (up to ~29 percentage points) and stabilizes performance under occlusion, while highlighting limitations of certain SSL pretraining strategies like MAE in cloudy contexts. The results underscore the practical need to include cloudy data in training for time-sensitive remote sensing tasks and point to future directions in cloud-focused SSL objectives and attention mechanisms for improved cloud resilience.
Abstract
Clouds are a common phenomenon that distorts optical satellite imagery, which poses a challenge for remote sensing. However, in the literature cloudless analysis is often performed where cloudy images are excluded from machine learning datasets and methods. Such an approach cannot be applied to time sensitive applications, e.g., during natural disasters. A possible solution is to apply cloud removal as a preprocessing step to ensure that cloudfree solutions are not failing under such conditions. But cloud removal methods are still actively researched and suffer from drawbacks, such as generated visual artifacts. Therefore, it is desirable to develop cloud robust methods that are less affected by cloudy weather. Cloud robust methods can be achieved by combining optical data with radar, a modality unaffected by clouds. While many datasets for machine learning combine optical and radar data, most researchers exclude cloudy images. We identify this exclusion from machine learning training and evaluation as a limitation that reduces applicability to cloudy scenarios. To investigate this, we assembled a dataset, named CloudyBigEarthNet (CBEN), of paired optical and radar images with cloud occlusion for training and evaluation. Using average precision (AP) as the evaluation metric, we show that state-of-the-art methods trained on combined clear-sky optical and radar imagery suffer performance drops of 23-33 percentage points when evaluated on cloudy images. We then adapt these methods to cloudy optical data during training, achieving relative improvement of 17.2-28.7 percentage points on cloudy test cases compared with the original approaches. Code and dataset are publicly available at: https://github.com/mstricker13/CBEN
