Exploring Masked Autoencoders for Sensor-Agnostic Image Retrieval in Remote Sensing
Jakob Hackstein, Gencer Sumbul, Kai Norman Clasen, Begüm Demir
TL;DR
This work addresses cross-sensor CBIR in remote sensing by introducing Cross-Sensor Masked Autoencoders (CSMAEs) that extend masked image modeling to sensor-agnostic settings. It defines four CSMAE variants that jointly learn intra- and inter-modal representations by masking patches across two sensors and reconstructing both uni-modal and cross-modal patches, with optional inter-modal latent similarity losses to align representations. Extensive experiments on BEN-14K and BEN-270K demonstrate CSMAEs' superiority over uni-modal MAEs and several baselines for cross-sensor retrieval, while balancing model capacity and training data needs. The study provides practical guidelines for selecting CSMAE architectures based on data availability and compute, and positions CSMAEs as a step toward scalable, sensor-agnostic RS representation learning with broader applicability.
Abstract
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 retrieval (CBIR) from ever-growing RS image archives. However, the existing MAE based CBIR studies in RS assume that the considered RS images are acquired by a single image sensor, and thus are only suitable for uni-modal CBIR problems. The effectiveness of MAEs for cross-sensor CBIR, which aims to search semantically similar images across different image modalities, has not been explored yet. In this paper, we take the first step to explore the effectiveness of MAEs for sensor-agnostic CBIR in RS. To this end, we present a systematic overview on the possible adaptations of the vanilla MAE to exploit masked image modeling on multi-sensor RS image archives (denoted as cross-sensor masked autoencoders [CSMAEs]) in the context of CBIR. Based on different adjustments applied to the vanilla MAE, we introduce different CSMAE models. We also provide an extensive experimental analysis of these CSMAE models. We finally derive a guideline to exploit masked image modeling for uni-modal and cross-modal CBIR problems in RS. The code of this work is publicly available at https://github.com/jakhac/CSMAE.
