OlmoEarth v1.1: A more efficient family of Earth observation models

· Source: Hugging Face - Blog · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Remote Sensing & Earth Observation AI · Depth: Advanced, short

Summary

AllenAI has released OlmoEarth v1.1, an updated family of Earth observation models designed for greater efficiency. Building on OlmoEarth v1, released in November 2025, this new version reduces compute costs by up to 3x while preserving performance across various research benchmarks and partner tasks. The primary innovation involves decreasing token sequence lengths in the transformer-based architecture. For Sentinel-2 imagery, the models now consolidate resolution-based patches into a single token per timestep, effectively tripling the token count reduction. This modification required adjustments to the pre-training regimen to prevent performance degradation. OlmoEarth v1.1 aims to make planet-scale map refreshes more affordable and faster for organizations tracking environmental changes.

Key takeaway

For Machine Learning Engineers deploying Earth observation models, OlmoEarth v1.1 offers a critical efficiency upgrade. If you are currently using OlmoEarth v1, migrating to v1.1 can cut your compute costs by up to three times for inference and fine-tuning, while largely maintaining performance. You should test v1.1 for your specific tasks to confirm compatibility and realize significant speedups, making frequent, large-scale map refreshes more affordable.

Key insights

OlmoEarth v1.1 achieves 3x compute cost reduction by optimizing transformer token sequence length without performance loss.

Principles

Method

The method involves collapsing multiple resolution-based tokens (e.g., 10m, 20m, 60m for Sentinel-2) into a single token per patch and timestep, reducing token count by three times. This required modifying the pre-training regimen.

In practice

Topics

Code references

Best for: AI Engineer, Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Hugging Face - Blog.