Lode

Stand on the shoulders of giants.

Open the curator →
Source
arXiv
Published
Runtime
0:00
Snippets
5

A conversation between

TESSERA v2: Scaling Pixel-wise Earth Foundation Models

Waveform of the source interview with highlighted segments per snippet.
0:00 0:00

§02

Snippets

  1. Pretraining loss barely predicts downstream performance (|Pearson r| < 0.2), making loss-based model selection wasteful of compute budget.

    This challenges a core assumption in foundation model development and shows that a large share of compute is spent selecting the wrong models.

  2. As training budget grows, encoder and data should scale together while the projector stays fixed, providing a simple rule for compute allocation.

    This empirical scaling law offers practitioners a concrete recipe for budgeting, replacing guesswork with evidence from 395 controlled experiments.

  3. A distilled 21M-parameter model outperforms larger open and proprietary baselines across tested tasks through knowledge distillation and Matryoshka representations.

    Efficient, deployable foundation models rival—or exceed—expensive, oversized alternatives, making EO foundations practical for production use.

  4. Matryoshka representations retain 92% of full 128-dimensional performance using only a 16-dimensional prefix, reducing storage by 8×.

    This flexible encoding enables deployment on resource-constrained systems without retraining, lowering the bar for widespread adoption.

  5. Pixel-wise Barlow Twins pretraining on diverse Earth-observation data produces spatial embeddings that generalize across 15 downstream tasks better than larger alternatives.

    Foundation model scaling for geospatial data is viable and cost-effective, opening a path to unified models for climate, agriculture, and urban planning.

§03

Synthesis

The Scaling Problem Nobody Had Solved Yet

Pixel-wise Earth observation (EO) foundation models—neural networks trained on satellite imagery to produce spatial embeddings—are getting better, but researchers had no idea how to scale them efficiently. The authors ran 395 training experiments across massive hardware (1,024 GH200 superchips) to find out what actually works. Their finding upends conventional wisdom: pretraining loss—the metric most researchers use to select models—is nearly useless for predicting real-world performance. Models chosen by loss alone waste substantial compute.

How to Actually Scale These Models

The authors trained models within a fixed Barlow Twins architecture (a self-supervised learning framework) and tested each one on 15 downstream tasks: crop type classification, cloud detection, building segmentation, and others. They discovered a simple allocation rule: as your compute budget grows, scale the encoder (the main neural network) and the training data together, but keep the projector (a smaller output layer) fixed. This is counterintuitive—most scaling laws suggest everything grows in lockstep.

Armed with this rule, they trained models up to 1 billion parameters and then compressed them into smaller "student" models via distillation (training a small network to mimic a large one). The distilled 21-million-parameter version, TESSERA v2-1B-M, outperformed all tested open and proprietary competitors, many vastly larger.

Why This Matters

The compression strategy is particularly practical. The distilled models produce Matryoshka representations—embeddings structured so that shorter prefixes retain most of the information. A 16-dimensional prefix from the full 128-dimensional embedding keeps 92% of performance while cutting storage by 8×. For anyone deploying embeddings at scale, this translates directly to cost savings.

The broader insight is methodological: a controlled scaling study revealed that what works in computer vision (e.g., ImageNet pretraining) doesn't automatically transfer to satellite data. Downstream task performance, not pretraining metrics, should drive model selection—a labor-intensive principle but one that avoids the trap of overfitting to misleading loss curves.

The authors promise to release global v2 embeddings covering 2017–2025, making their foundational work accessible beyond the research setting. For the Earth observation community, this is significant: a concrete recipe (large encoder, curated data, distilled students) backed by 395 experiments removes guesswork from a costly process.

The core claim is simple but powerful: you can build smaller, cheaper EO models that work better if you abandon loss-based selection and adopt a principled scaling strategy informed by downstream evaluation.

Mine your own.

Lode is a workbench, not a feed. Paste a YouTube URL. The model proposes a transcript, a set of quote-grounded snippets, a synthesis essay, and the fan-out. You decide what stays.

Open the curator