2026-05-19 · HuggingFace

OlmoEarth v1.1: A more efficient family of models

modelscapitalresearchinfrastructure

read at source ↗ huggingface.co

OlmoEarth v1.1: A more efficient family of models

Source: HuggingFace Date: 2026-05-19 URL: https://huggingface.co/blog/allenai/olmoearth-v1-1

Summary

Allen AI’s OlmoEarth v1.1 is a refreshed family of transformer-based Earth observation models (base, tiny, nano) that achieve up to 3× compute reduction relative to v1 while preserving benchmark performance. The efficiency gain comes from collapsing Sentinel-2’s per-resolution tokens into unified tokens, reducing quadratic attention costs across pretraining, fine-tuning, and inference. The models cover mangrove tracking, forest-loss classification, and country-scale crop mapping at planetary scale.

Implications

  • Open-weight ecosystem. AllenAI continues its pattern of releasing capable, efficiency-tuned open models with reproducible training details. OlmoEarth v1.1 is significant for domain-specific AI: a 3× compute reduction makes satellite monitoring affordable at organizational scale without a cloud budget for frontier models.
  • Specialized model releases. The token-collapsing technique is transferable beyond Earth observation — any multiresolution sensor modality (medical imaging, industrial vision) faces the same quadratic scaling problem. The naive approach caused a 10-point benchmark drop before being corrected; the published fix is a reference implementation for the pattern.
  • Agent grounding thread. Planet-scale environmental monitoring feeds directly into agentic systems doing climate analysis, supply chain risk assessment, and regulatory compliance. As these models become cheaper to run, they become viable as background sensors in multi-agent pipelines rather than one-off research tools.

← all signals