菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-11
📄 Abstract - How To Embed Matters: Evaluation of EO Embedding Design Choices

Earth observation (EO) missions produce petabytes of multispectral imagery, increasingly analyzed using large Geospatial Foundation Models (GeoFMs). Alongside end-to-end adaptation, workflows make growing use of intermediate representations as task-agnostic embeddings, enabling models to compute representations once and reuse them across downstream tasks. Consequently, when GeoFMs act as feature extractors, decisions about how representations are obtained, aggregated, and combined affect downstream performance and pipeline scalability. Understanding these trade-offs is essential for scalable embedding-based EO workflows, where compact embeddings can replace raw data while remaining broadly useful. We present a systematic analysis of embedding design in GeoFM-based EO workflows. Leveraging NeuCo-Bench, we study how backbone architecture, pretraining strategy, representation depth, spatial aggregation, and representation combination influence EO task performance. We demonstrate the usability of GeoFM embeddings by aggregating them into fixed-size representations more than 500x smaller than the raw input data. Across models, we find consistent trends: transformer backbones with mean pooling provide strong default embeddings, intermediate ResNet layers can outperform final layers, self-supervised objectives exhibit task-specific strengths, and combining embeddings from different objectives often improves robustness.

顶级标签: computer vision model evaluation machine learning
详细标签: earth observation foundation models embedding evaluation feature extraction geospatial analysis 或 搜索:

如何嵌入至关重要:对地球观测嵌入设计选择的评估 / How To Embed Matters: Evaluation of EO Embedding Design Choices


1️⃣ 一句话总结

这篇论文通过系统性的实验分析,揭示了在地球观测任务中使用大型地理空间基础模型作为特征提取器时,不同的嵌入设计选择(如模型架构、预训练策略和特征聚合方式)如何影响下游任务的性能和效率,并提供了优化嵌入设计的最佳实践。

源自 arXiv: 2603.10658