Allen Institute Releases OlmoEarth v1.1 with 3x Compute Reduction for Satellite Imagery
Allen Institute (AI2) released OlmoEarth v1.1, a family of transformer-based models for satellite imagery processing that reduces compute costs by up to 3x compared to the original OlmoEarth v1. The efficiency gains come from collapsing Sentinel-2 resolution bands into single tokens, cutting sequence lengths by three times while maintaining benchmark performance.
OlmoEarth v1.1: 3x Compute Reduction for Satellite Imagery Models
Allen Institute for AI (AI2) released OlmoEarth v1.1 on May 19, 2026, a family of transformer-based models that cuts compute costs by up to 3x compared to OlmoEarth v1 while maintaining performance on remote sensing benchmarks.
Technical Implementation
The efficiency gains stem from a fundamental redesign of how the model tokenizes Sentinel-2 satellite imagery. OlmoEarth v1 created separate tokens for each of Sentinel-2's three resolutions (10m, 20m, and 60m), generating 6 tokens per spatial patch per 2-timestep input. OlmoEarth v1.1 collapses these into single tokens, reducing token counts by three times.
This approach wasn't straightforward. AI2 reports that naive token merging caused a 10 percentage point drop on m-eurosat kNN, a standard remote sensing benchmark. The team modified their pretraining regimen to maintain cross-band relationship modeling, detailed in their technical report.
Model Family
AI2 released three model sizes:
- Base
- Tiny
- Nano
All variants process Sentinel-2 data with tensors formatted as [H, W, T, D=12], where H and W represent latitudinal and longitudinal pixels, T is the temporal dimension, and D covers 12 Sentinel-2 channels.
Performance Trade-offs
AI2 states OlmoEarth v1.1 maintains similar performance to v1 on their benchmark mix and partner-constructed tasks, though the technical report notes "some regressions." Because both versions train on identical datasets, performance differences isolate methodological changes.
Compute costs in transformer models scale quadratically with token sequence length, making the 3x reduction in tokens significant for inference and fine-tuning. AI2 measured efficiency using MACs (multiply-accumulate operations per forward pass).
Deployment Context
Since OlmoEarth v1's November 2025 release, partners have deployed it for mangrove tracking, forest loss classification, and country-scale crop mapping. AI2 reports deployments now scale to national, continental, and global areas, with data export, preprocessing, inference, and post-processing dominated by compute costs.
What This Means
OlmoEarth v1.1 addresses the practical bottleneck in satellite imagery AI: compute cost at scale. A 3x reduction enables more frequent planet-scale map refreshes and lowers barriers for organizations without large compute budgets. For researchers, training on identical datasets to v1 creates a controlled comparison for studying pretraining methodologies in remote sensing.
The model family is available on Hugging Face with full training code. AI2 recommends existing OlmoEarth v1 users test v1.1 for their specific tasks given the documented performance regressions.
Related Articles
Z.ai Releases GLM-5.3 with 1M-Token Context and Always-On Reasoning
Z.ai has released GLM-5.3, a large-scale reasoning model aimed at software engineering and long-horizon agent tasks, featuring a 1M-token context window and mandatory reasoning that cannot be disabled. The model is priced at $1.40 per 1M input tokens and $4.40 per 1M output tokens on OpenRouter.
NVIDIA Nemotron 3.5 Lightning Arrives on Amazon SageMaker JumpStart, Targets High-Volume Agentic Workloads
NVIDIA's Nemotron 3.5 Lightning, a 30B-parameter hybrid Mixture-of-Experts model with only 3B active parameters, is now available for one-click deployment on Amazon SageMaker JumpStart. NVIDIA claims up to 4x higher throughput and 30% faster task completion for high-volume agentic workloads compared to larger frontier models.
Qwen 3.8 27B Launches with Vision Support and a 262K Context Window—But Its Default Settings Cause Massive Overthinking
Alibaba's Qwen research lab has released Qwen 3.8 27B, an Apache 2.0 licensed, vision-capable model with a 262,144-token context window. Independent testing found the model's default 'xhigh' reasoning setting causes it to massively overthink simple prompts, turning quick tasks into 20-minute ordeals.
Qwen Launches Qwen3.8 27B, an Open-Weight Vision-Language Model with 262K Context
Qwen has released Qwen3.8 27B, a 27-billion-parameter dense vision-language model with a 262K token context window, available now via OpenRouter at $0.45 per million input tokens and $3.20 per million output tokens.
Comments
Loading...