Feature Guided Masked Autoencoder for Self-supervised Learning in Remote Sensing
Yi Wang, Hugo Hernández Hernández, Conrad M Albrecht, Xiao Xiang Zhu
TL;DR
This work addresses the limitations of pixel-focused masked image modeling for remote sensing by introducing FG-MAE, which replaces raw pixel reconstruction targets with informative RS image features such as HOG and NDI for multispectral data and HOG for SAR. The FG-MAE framework preserves MAE’s efficient asymmetric encoder-decoder design while guiding representation learning through feature reconstruction, leading to improved downstream performance across MS and SAR tasks and datasets (BigEarthNet-MM, EuroSAT, DFC2020), with notable gains in SAR accuracy. The authors demonstrate scalability up to ViT-Huge (0.7B parameters) and release pretrained models along with the EuroSAT-SAR dataset to support future EO foundation-model research. They also discuss limitations, including underutilization of scale-invariant features like SIFT and challenges in fine-tuning large models, pointing to directions such as despeckling-based targets and more robust transfer strategies.
Abstract
Self-supervised learning guided by masked image modelling, such as Masked AutoEncoder (MAE), has attracted wide attention for pretraining vision transformers in remote sensing. However, MAE tends to excessively focus on pixel details, thereby limiting the model's capacity for semantic understanding, in particular for noisy SAR images. In this paper, we explore spectral and spatial remote sensing image features as improved MAE-reconstruction targets. We first conduct a study on reconstructing various image features, all performing comparably well or better than raw pixels. Based on such observations, we propose Feature Guided Masked Autoencoder (FG-MAE): reconstructing a combination of Histograms of Oriented Graidents (HOG) and Normalized Difference Indices (NDI) for multispectral images, and reconstructing HOG for SAR images. Experimental results on three downstream tasks illustrate the effectiveness of FG-MAE with a particular boost for SAR imagery. Furthermore, we demonstrate the well-inherited scalability of FG-MAE and release a first series of pretrained vision transformers for medium resolution SAR and multispectral images.
