Pixel-Wise Multimodal Contrastive Learning for Remote Sensing Images
Leandro Stival, Ricardo da Silva Torres, Helio Pedrini
TL;DR
The paper tackles label scarcity in Earth observation by introducing Pixel-wise Multimodal Contrastive Learning (PIMC), which aligns pixel-wise 2D time-series representations derived from vegetation indices with remote sensing imagery in a CLIP-like self-supervised framework. It constructs 2D recurrence plots from NDVI, EVI, and SAVI across patches and samples, then trains dual encoders to learn a shared latent space that benefits downstream pixel-level forecasting, pixel classification, and land-cover classification. Across PASTIS and EuroSAT, PIMC demonstrates that 2D representations and multimodal contrastive training yield superior or competitive results compared to 1D baselines and other state-of-the-art SSL methods, while enabling robust feature spaces and transfer learning. The approach provides a robust, extensible framework for processing both SITS and RSI modalities and has potential for broader applications such as anomaly detection and multi-modal EO tasks.
Abstract
Satellites continuously generate massive volumes of data, particularly for Earth observation, including satellite image time series (SITS). However, most deep learning models are designed to process either entire images or complete time series sequences to extract meaningful features for downstream tasks. In this study, we propose a novel multimodal approach that leverages pixel-wise two-dimensional (2D) representations to encode visual property variations from SITS more effectively. Specifically, we generate recurrence plots from pixel-based vegetation index time series (NDVI, EVI, and SAVI) as an alternative to using raw pixel values, creating more informative representations. Additionally, we introduce PIxel-wise Multimodal Contrastive (PIMC), a new multimodal self-supervision approach that produces effective encoders based on two-dimensional pixel time series representations and remote sensing imagery (RSI). To validate our approach, we assess its performance on three downstream tasks: pixel-level forecasting and classification using the PASTIS dataset, and land cover classification on the EuroSAT dataset. Moreover, we compare our results to state-of-the-art (SOTA) methods on all downstream tasks. Our experimental results show that the use of 2D representations significantly enhances feature extraction from SITS, while contrastive learning improves the quality of representations for both pixel time series and RSI. These findings suggest that our multimodal method outperforms existing models in various Earth observation tasks, establishing it as a robust self-supervision framework for processing both SITS and RSI. Code avaliable on
