OlmoEarth v1.1: A more efficient family of models

· Source: Ai2 Blog · Field: Science & Research — Environmental Science & Earth Systems, Research Methodology & Innovation · Depth: Advanced, medium

Summary

OlmoEarth v1.1, released May 19, 2026, is a family of transformer-based models from Ai2 designed to process satellite imagery with up to 3x greater compute efficiency than its predecessor, OlmoEarth v1, while maintaining performance. This efficiency is achieved by reducing token sequence lengths, a critical factor as compute costs scale quadratically with sequence length. Specifically, v1.1 modifies the token design for Sentinel-2 imagery, collapsing multiple resolution-based tokens per patch into a single token, thereby reducing the total token count by three times. This change required adjustments to the pre-training regimen to prevent significant performance degradation, such as a 10 ppt drop on the m-eurosat kNN benchmark. An update, OlmoEarth v1.2, released June 29, further enhances the models by incorporating rotary positional embeddings (RoPE), which reduces embedding artifacts and provides a small performance boost across Nano, Tiny, Small, and Base model sizes.

Key takeaway

For Machine Learning Engineers deploying satellite imagery analysis, OlmoEarth v1.1 offers a critical compute cost reduction of up to 3x without sacrificing performance. If you are currently using OlmoEarth v1, migrating to v1.1 can significantly lower operational expenses for planet-scale map refreshes. Furthermore, consider OlmoEarth v1.2 for cleaner embeddings and a small performance boost, especially if you are on Tiny or Nano models, where moving to Small is recommended.

Key insights

OlmoEarth v1.1 significantly cuts compute costs for satellite imagery processing by optimizing token design and positional embeddings.

Principles

Method

OlmoEarth v1.1 reduces token sequence length by merging resolution-based tokens into a single token per patch, requiring pre-training regimen modification. OlmoEarth v1.2 uses RoPE for artifact-free positional encoding.

In practice

Topics

Code references

Best for: Computer Vision Engineer, AI 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 Ai2 Blog.