The physical Earth is measured as continuous fields. Temperature, rainfall, soil moisture and vegetation
vary smoothly from one place to the next, and they take no notice of political borders. Human societies are
recorded a different way: one number per country per year for income, health, energy use or the quality of
institutions. Almost every model is built for one of these two shapes. Joining them usually means averaging
a field inside each country's borders, which erases everything that varies within it.
TerraNova is a foundation model: one large model trained once on a lot of data, then reused for tasks it was
not specifically built for. We trained it on 1,024 records at the same time, 512 gridded Earth-system fields
and 512 national indicators, and we left each record in the shape it was measured in. What the model learns
is a representation, a list of numbers for each place, country and year that summarises everything it has
picked up about them.
Because both kinds of data share that representation, the model can move between them. It draws a map of the
world it was never shown. It fills in a global field from a handful of scattered measurements. It takes one
number per country and writes it back onto the grid. Every answer arrives as a predictive distribution, a
best guess plus a range that says how confident the model is. Teaching it a new variable takes minutes on a
laptop.
Read the abstract from the paper
A defining problem of the Anthropocene is to model the physical Earth and human societies as one coupled
system, yet no learned representation spans their observational breadth. We argue the obstacle is
geometric: the physical Earth is measured as continuous fields that ignore political borders, whereas
societies are reported for administrative units. Earth-system foundation models serve the first
geometry; coupling it to the second has required lossy averaging over borders. We introduce
TerraNova, a foundation model trained on 1,024 physical and societal records in their native
geometries: 512 gridded Earth-system fields and 512 national indicators. Dedicated encoders represent
location, country, time and task, cross-modal transformers fuse them into a shared spatiotemporal state,
and a hypernetwork generates a per-query decoder whose evidential head returns a predictive
distribution. Two contrastive objectives couple the representation: a population-weighted alignment
between each country and coordinates in its territory, and one to pretrained geospatial embeddings
carrying image-derived semantics. Read out through that decoder, the representation is competitive with
purpose-built geospatial encoders while spanning axes they do not represent (time, oceans and
uncertainty) and supporting country-level capabilities. The frozen backbone reconstructs dense fields
from sparse observations and adapts to unseen variables in minutes on consumer hardware.