Ai Engineering 3 min read

OlmoEarth v1.1 Tops DINOv3 in Remote Sensing Benchmarks

Ai2 updated its multimodal Earth observation models with OlmoEarth v1.1, bringing enhanced training efficiency and state-of-the-art benchmark performance.

The Allen Institute for AI has released OlmoEarth v1.1, an updated family of multimodal foundation models designed specifically for Earth observation tasks. Building on the initial v1.0 release from late 2025, version 1.1 focuses on improved training efficiency and better handling of the varied temporal resolutions inherent to raw satellite imagery.

Refined SLIM Architecture

The core technical shift in v1.1 is the introduction of a refined “Stable Latent Image Modeling” (SLIM) objective. This change reduces the computational overhead required during downstream fine-tuning while allowing the model to better manage missing timesteps in monthly time series data. The underlying architecture is Pareto-optimized, explicitly balancing multiply-accumulate operations (MACs) against spatial performance. Developers can match the model size to their available parameter budget across four official variants:

  • OlmoEarth-v1.1-Nano: ~1.4M parameters
  • OlmoEarth-v1.1-Tiny: ~6.2M parameters
  • OlmoEarth-v1.1-Base: ~90M parameters
  • OlmoEarth-v1.1-Large: ~300M parameters

Modalities and Benchmark Performance

OlmoEarth v1.1 is trained on a combination of Sentinel-1, Sentinel-2, and Landsat modalities. This raw data is enriched by six derived mapping layers, including OpenStreetMap, WorldCover, and the USDA Cropland Data Layer.

In internal testing against 12 competing foundation models, including Meta’s DINOv3 and IBM/NASA’s Prithvi, the Ai2 models maintained state-of-the-art performance across diverse remote sensing tasks. For teams working with vector embeddings, OlmoEarth achieved the best performance on 15 out of 24 tasks evaluated using k-nearest neighbors (kNN) and linear probing. Under full end-to-end fine-tuning conditions, it secured the highest scores on 19 out of 29 tasks.

Platform Integrations and Custom Exports

Ai2 simultaneously updated the OlmoEarth Platform, a no-code ecosystem utilized heavily by NGOs and government agencies. The platform now supports custom embedding exports as Cloud-Optimized GeoTIFFs (COGs) directly from the OlmoEarth Studio, allowing immediate ingestion into external GIS software.

Furthermore, the platform handles automated data acquisition and preparation for the v1.1 models. This abstracts away the traditional complexities of fine-tuning pipelines, enabling users to localize models for specific geographic regions rapidly. Specialized, task-specific versions of the model pre-tuned for mangrove classification, crop-type mapping, and forest-fire fuel moisture content (LFMC) prediction were also included in the launch.

The models, weights, and training code are hosted on Hugging Face under the OlmoEarth Artifact License, while the pretraining stack is available in the allenai/olmoearth_pretrain GitHub repository. If you build spatial analysis or environmental monitoring systems, deploying the Nano or Tiny variants provides an immediate baseline for executing state-of-the-art classification on edge hardware with strict compute constraints.

Get Insanely Good at AI

Get Insanely Good at AI

The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.

Keep Reading