Remote Sensing AI
Smarter tokens just cut satellite AI costs by threefold without losing accuracy
Ai4earth's OlmoEarth v1.1 cuts compute costs by up to 3x over v1 for satellite image analysis, using a smarter token merging technique that maintains performance. The updated models enable cheaper planet-scale map refreshes for partner organizations.

Ai4earth has released OlmoEarth v1.1, a family of Earth observation transformer models that cut compute costs by up to three times while matching the benchmark performance of its predecessor. The efficiency gains come from a redesigned tokenization approach that collapses multiple Sentinel-2 spectral bands into a single token per patch, trimming the sequence length that drives transformer compute costs. Your AI search pipeline is broken. This open-source…
The original OlmoEarth (v1) launched in November 2025. Partners have since used it for tasks ranging from tracking mangrove change to classifying forest loss drivers to producing country-scale crop-type maps. But for large-area deployments, spanning tens to hundreds of thousands of square kilometers, compute is the highest cost in the full lifecycle of data export, preprocessing, inference, and post-processing. A smaller memory footprint means more partners can run on the OlmoEarth platform, and teams running their own infrastructure save significantly. Two AI labs just proved why open models win in…
“Over the full lifecycle of running OlmoEarth, data export, preprocessing, inference, and post-processing, compute is by far the highest cost,” the team wrote in today's announcement. “A more efficient model means we can support more partners on the OlmoEarth Platform, and that anyone running OlmoEarth on their own can leverage this technology faster and at lower expense.”
How sequence length drives cost
Transformer models scale quadratically in compute with token sequence length, so even small reductions can cut cost. The key design question for remote sensing transformers: what makes an efficient token? M3D and Real-Guidance Bring Dataset Distillation to…
With Sentinel-2 imagery, the model ingests a tensor of height, width, temporal depth (T), and 12 spectral channels. The v1 approach split each patch into distinct tokens per timestep per resolution, 6 tokens per patch for a 2-timestep input (2 timesteps × 3 resolutions: 10m, 20m, and 60m). That yields (H/p × W/p × T × 3) tokens total for a single input.
This per-resolution token is standard practice: Galileo and SatMAE both use it, and SatMAE showed significantly better results than a merged-token baseline. But it inflates token counts multiplicatively. Naively merging all bands into a single token per timestep reduced token count by three times but caused a 10 percentage point drop on the m-eurosat kNN benchmark, a widely used remote sensing evaluation. ViQ just gave multimodal AI the one thing it needed:…
“We hypothesize that separating Sentinel-2 bands into different tokens makes it easier for OlmoEarth to model important cross-band relationships,” the team explained. To merge bands without sacrificing accuracy, they modified the pre-training regimen, details are in the accompanying technical report.
What changed in v1.1
The result is a model family that does more with less. At every size, Base, Tiny, and Nano, OlmoEarth v1.1 runs at roughly one-third the compute cost of the original, while matching performance on a mix of research benchmarks and partner-constructed tasks.
“It provides similar performance to OlmoEarth v1 while requiring one third of the compute, though we have seen some regressions,” the team noted, pointing users to the technical report for a full breakdown. For most use cases, the team expects a significant speedup during both fine-tuning and inference.
For researchers, the v1.1 release offers a cleaner experimental isolation: since both model families are trained on the same dataset, any performance shifts isolate the effect of methodological changes. That's a rare controlled variable in the often messy landscape of remote sensing pretraining. Ai2's olmo-eval gives LLM developers a microscope for…
OlmoEarth v1.1 weights and training code are available now under the same open-source license as v1, including Base, Tiny, and Nano model variants. Ai2 cracked open every drawer in the AI cabinet, here's…