Back to Feed
Multimodal / Benchmarks & Evals

Bridging Physical Earth Data and Society

Original: TerraNova: A Foundation Model for the Anthropocene

Listen to the summary

Uses a voice available on your device

Audio options
On this page

Key Takeaways

  • It solves the challenge of combining two different ways of mapping the world: physical fields like weather and human data like country records.
  • The model uses a smart routing system that translates different types of input into a shared mathematical space for better analysis.
  • It includes a built-in ability to measure its own uncertainty, helping users distinguish between known data gaps and unpredictable events.
  • The system is highly flexible and can learn to process new, unseen variables by updating only a small portion of its internal parameters.

Summary & Methodology Analysis

TerraNova approaches the problem of linking Earth systems to human societies by creating a shared space where these two different data types can interact. Traditionally, physical data exists as continuous fields, while human data is stored as discrete administrative records. To fix this, the model uses dedicated encoders (tools that turn raw data into a digital format) to process location, time, and task-specific information. This input is then routed into a shared 256-dimensional space (a complex digital map where data points are organized by their relationships) before being processed by two transformers (a type of model structure designed to find patterns across long pieces of information).

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the main goal of TerraNova?

The goal is to provide a way to model the physical Earth and human societies together, even though they currently rely on very different types of data.

Q2. How does this model perform?

In tests where it had to match a country to its physical territorial data, it correctly identified the country 87.5 percent of the time.

Q3. Why is this model useful?

It allows for a more integrated view of the world by combining environmental data with human administrative records, which are currently kept separate.

Q4. How does the model handle missing or uncertain information?

It uses an evidential head, which acts as a statistical tool that provides a distribution of results to help capture two types of uncertainty: aleatoric (randomness in the data) and epistemic (lack of knowledge about the data).

Q5. What happens if there is a new variable the model has not seen before?

The model adapts by keeping its main structure frozen and only updating a small, lightweight set of parameters called MiSS residuals.

Q6. What are the limitations of previous models in this field?

Current models often struggle to capture accurate data over water, do not account for the passage of time, and fail to model uncertainty.

Q7. Does the model distinguish perfectly between different types of uncertainty?

No, the model uses a proxy because aleatoric and epistemic uncertainty cannot be perfectly separated without making additional assumptions.

Q8. How does the training process prioritize different tasks?

It uses an active task-resampling schedule, which automatically directs the training focus toward tasks where the model currently has higher predictive uncertainty.

Q9. What specific technologies were used for alignment in the training phase?

The model uses two main alignment strategies: population-weighted country-to-location mapping and geospatial embedding alignment using models pretrained on satellite imagery.