Rank-based Geographical Regularization: Revisiting Contrastive Self-Supervised Learning for Multispectral Remote Sensing Imagery
Tom Burgert, Leonard Hackel, Paolo Rota, Begüm Demir
TL;DR
The paper tackles the challenge of learning robust representations from unlabeled multispectral RS imagery by injecting geographic structure into contrastive SSL. It introduces GeoRank, a rank-based regularizer that directly optimizes spherical distances between locations, aligning representation-space proximity with geodesic proximity through a locality-aware objective defined by $L_{GeoRank} = α L_{SSL} + (1 - α) L_{RankReg}$. GeoRank consistently improves a range of SSL frameworks across multiple downstream RS tasks, and the work further provides a systematic study of data augmentation, dataset cardinality, temporal views, and input size to offer practical guidelines for RS SSL. The findings highlight substantial efficiency gains and show that geographic priors can enhance performance when training and evaluation regions overlap, contributing to more effective and scalable remote sensing analysis.
Abstract
Self-supervised learning (SSL) has become a powerful paradigm for learning from large, unlabeled datasets, particularly in computer vision (CV). However, applying SSL to multispectral remote sensing (RS) images presents unique challenges and opportunities due to the geographical and temporal variability of the data. In this paper, we introduce GeoRank, a novel regularization method for contrastive SSL that improves upon prior techniques by directly optimizing spherical distances to embed geographical relationships into the learned feature space. GeoRank outperforms or matches prior methods that integrate geographical metadata and consistently improves diverse contrastive SSL algorithms (e.g., BYOL, DINO). Beyond this, we present a systematic investigation of key adaptations of contrastive SSL for multispectral RS images, including the effectiveness of data augmentations, the impact of dataset cardinality and image size on performance, and the task dependency of temporal views. Code is available at https://github.com/tomburgert/georank.
