🤖 AI Summary
To address geographic data imbalance and poor generalization under few-shot conditions in remote sensing–based crop classification, this paper introduces the first meta-learning benchmark tailored to real-world agricultural scenarios, built upon the multi-national EuroCropsML time-series satellite dataset. We systematically evaluate few-shot meta-learning methods—including FO-MAML, ANIL, and TIML—as well as cross-domain transfer learning for regional generalization, integrating Sentinel-2 time-series modeling with farmer-reported ground-truth validation. Key findings: (1) Geographic distance imposes a significant constraint on knowledge transfer; (2) A pronounced accuracy–computational cost trade-off is quantified—e.g., MAML-based methods yield marginal accuracy gains (+0.5%) on Estonian tasks but incur substantial computational overhead; (3) Cross-domain transfer (e.g., Estonia ↔ Portugal) suffers severe performance degradation; (4) We publicly release the benchmark codebase and standardized evaluation protocol.
📝 Abstract
Spatial imbalances in crop type data pose significant challenges for accurate classification in remote sensing applications. Algorithms aiming at transferring knowledge from data-rich to data-scarce tasks have thus surged in popularity. However, despite their effectiveness in previous evaluations, their performance in challenging real-world applications is unclear and needs to be evaluated. This study benchmarks transfer learning and several meta-learning algorithms, including (First-Order) Model-Agnostic Meta-Learning ((FO)-MAML), Almost No Inner Loop (ANIL), and Task-Informed Meta-Learning (TIML), on the real-world EuroCropsML time series dataset, which combines farmer-reported crop data with Sentinel-2 satellite observations from Estonia, Latvia, and Portugal. Our findings indicate that MAML-based meta-learning algorithms achieve slightly higher accuracy compared to simpler transfer learning methods when applied to crop type classification tasks in Estonia after pre-training on data from Latvia. However, this improvement comes at the cost of increased computational demands and training time. Moreover, we find that the transfer of knowledge between geographically disparate regions, such as Estonia and Portugal, poses significant challenges to all investigated algorithms. These insights underscore the trade-offs between accuracy and computational resource requirements in selecting machine learning methods for real-world crop type classification tasks and highlight the difficulties of transferring knowledge between different regions of the Earth. To facilitate future research in this domain, we present the first comprehensive benchmark for evaluating transfer and meta-learning methods for crop type classification under real-world conditions. The corresponding code is publicly available at https://github.com/dida-do/eurocrops-meta-learning.