Scale-MAE: A Scale-Aware Masked Autoencoder for Multiscale Geospatial Representation Learning
Colorado J. Reed, Ritwik Gupta, Shufan Li, Sarah Brockman, Christopher Funk, Brian Clipp, Kurt Keutzer, Salvatore Candido, Matt Uyttendaele, Trevor Darrell
TL;DR
Scale-MAE tackles the problem of scale variability in remote sensing by introducing a scale-aware pretraining framework. It integrates Ground Sample Distance (GSD) based positional encoding and a progressive Laplacian-pyramid decoder into the MAE paradigm, enabling simultaneous reconstruction of low- and high-frequency information across scales. Empirically, Scale-MAE yields consistent gains in kNN classification across eight datasets and improves SpaceNet building segmentation transfer across evaluation scales, outperforming SatMAE, ConvMAE, and vanilla MAE. The work demonstrates strong multiscale transfer capability and highlights practical considerations for deploying scale-aware encoders in diverse remote sensing settings, with avenues for broader backbone compatibility and multimodal extension.
Abstract
Large, pretrained models are commonly finetuned with imagery that is heavily augmented to mimic different conditions and scales, with the resulting models used for various tasks with imagery from a range of spatial scales. Such models overlook scale-specific information in the data for scale-dependent domains, such as remote sensing. In this paper, we present Scale-MAE, a pretraining method that explicitly learns relationships between data at different, known scales throughout the pretraining process. Scale-MAE pretrains a network by masking an input image at a known input scale, where the area of the Earth covered by the image determines the scale of the ViT positional encoding, not the image resolution. Scale-MAE encodes the masked image with a standard ViT backbone, and then decodes the masked image through a bandpass filter to reconstruct low/high frequency images at lower/higher scales. We find that tasking the network with reconstructing both low/high frequency images leads to robust multiscale representations for remote sensing imagery. Scale-MAE achieves an average of a $2.4 - 5.6\%$ non-parametric kNN classification improvement across eight remote sensing datasets compared to current state-of-the-art and obtains a $0.9$ mIoU to $1.7$ mIoU improvement on the SpaceNet building segmentation transfer task for a range of evaluation scales.
