Towards Efficient Benchmarking of Foundation Models in Remote Sensing: A Capabilities Encoding Approach
Pierre Adorni, Minh-Tan Pham, Stéphane May, Sébastien Lefèvre
TL;DR
This work tackles the expensive problem of benchmarking Remote Sensing Vision Foundation Models (RSFMs) across diverse downstream tasks. It introduces capabilities encoding, normalizing per-task performance via $p_{m,t}$ to obtain $\delta_{m,t}$ and $\Delta_{m,t}$, and learning a latent embedding by minimizing $L(x) = \frac{1}{n}\sum (d(x_m,x_t) - \Delta_{m,t})^2$ in a 5-dimensional space using an $L2$ distance. The contributions include a unified database of fine-tuning results, a method to predict downstream performance without full fine-tuning, and latent-space visualizations that reveal trends and central, generalist behavior among RSFMs. This framework enables more efficient benchmarking and provides actionable guidance for dataset curation and model development in Earth observation settings.
Abstract
Foundation models constitute a significant advancement in computer vision: after a single, albeit costly, training phase, they can address a wide array of tasks. In the field of Earth observation, over 75 remote sensing vision foundation models have been developed in the past four years. However, none has consistently outperformed the others across all available downstream tasks. To facilitate their comparison, we propose a cost-effective method for predicting a model's performance on multiple downstream tasks without the need for fine-tuning on each one. This method is based on what we call "capabilities encoding." The utility of this novel approach is twofold: we demonstrate its potential to simplify the selection of a foundation model for a given new task, and we employ it to offer a fresh perspective on the existing literature, suggesting avenues for future research. Codes are available at https://github.com/pierreadorni/capabilities-encoding.
