Skip to content
Models · May 20, 2026

Allen Institute releases OlmoEarth v1.1, a satellite imagery model that cuts inference costs threefold

The updated model family maintains performance on research benchmarks while reducing compute requirements, enabling cheaper and faster processing of large-scale geospatial data.

Trust74
HypeLow hype

3 sources · cross-referenced

ShareXLinkedInEmail
TL;DR
  • Allen Institute released OlmoEarth v1.1, an update to its transformer-based remote sensing model designed for satellite imagery analysis.
  • The new model family achieves up to 3x reduction in compute costs compared to OlmoEarth v1 while preserving performance on benchmarks and partner-developed tasks.
  • The efficiency gain came from reducing token sequence length through a revised tokenization strategy that combines multi-resolution bands into single tokens rather than separate ones per resolution.
  • The researchers modified the pretraining process to prevent performance drops that naively combining tokens would cause, achieving similar accuracy to v1 with one-third the computational overhead.
  • Weights, training code, and models in Base, Tiny, and Nano sizes are publicly available; partners have deployed OlmoEarth for mangrove tracking, forest loss classification, and crop-type mapping across national and continental scales.

Allen Institute announced OlmoEarth v1.1, an efficiency-optimized version of its satellite imagery foundation model, on May 19, 2026. The release reduces per-inference compute costs by up to threefold relative to the original OlmoEarth (released November 2025) while maintaining equivalent performance on research benchmarks and real-world partner applications including mangrove change detection, forest loss classification, and country-scale crop mapping.

The efficiency gain stems from a redesigned tokenization strategy for Sentinel-2 satellite data. Where OlmoEarth v1 created separate tokens for each of three resolution bands (10m, 20m, 60m) per timestep per spatial patch, v1.1 combines all bands into a single token per timestep per patch, reducing token sequences threefold. Since transformer compute scales quadratically with sequence length, this architectural change produces material savings across pretraining, fine-tuning, and inference phases.

The naive approach to collapsing multi-resolution tokens caused a 10 percentage-point performance drop on m-eurosat kNN, a standard remote sensing benchmark. The team addressed this through modifications to the pretraining regimen—detailed in an accompanying technical report—that preserve the model's ability to learn cross-band relationships despite the reduced token dimensionality. The final models achieve v1-equivalent performance with one-third the computational footprint.

OlmoEarth v1.1 releases in three sizes: Base, Tiny, and Nano. All weights and training code are publicly available. The Allen Institute notes some task-specific regressions exist (documented in the technical report) but states that for applications where v1.1 performs comparably, users should observe significant speedup during model fine-tuning and deployment.

Sources
  1. 01Allen Institute / Hugging FaceOlmoEarth v1.1: A more efficient family of models
  2. 02Allen InstituteOlmoEarth v1.1 Technical Report
  3. 03GitHubOlmoEarth Pretraining Code
Also on Models

Stories may contain errors. Dispatch is assembled with AI assistance and curated by human editors; despite the trust-score filter, mistakes happen. We correct publicly — every article links to its revision history. Nothing here is financial, legal, or medical advice. Verify before relying on any claim.

© 2026 Dispatch. No ads. No sponsorships. No paid placement. Reader-supported via Ko-fi.

Built by a person who cares about honest AI news.