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.
3 sources · cross-referenced
- 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.
- May 20, 2026 · TechCrunch
Stability AI releases Stable Audio 3.0 with models capable of generating six-minute compositions
Trust52 - May 19, 2026 · Google AI — Blog
Google's AI Mode search feature surpasses one billion monthly active users one year after U.S. launch
Trust67 - May 9, 2026 · Latent Space — swyx
OpenAI releases GPT-Realtime-2 voice model with expanded reasoning and 128K context window
Trust69