← Latest papers
🤖 AI

A Proxy Consistency Loss for Grounded Fusion of Earth Observation and Location Encoders

This paper introduces a Proxy Consistency Loss (PCL) formulation that integrates abundant proxy variables into a trainable location encoder to overcome the scarcity of high-quality labeled Earth observation data, demonstrating superior performance in air quality prediction and poverty mapping compared to existing fusion strategies.

Original authors: Zhongying Wang, Kevin Lane, Levi Cai, Morteza Karimzadeh, Esther Rolf

Published 2026-04-22
📖 5 min read🧠 Deep dive

Original authors: Zhongying Wang, Kevin Lane, Levi Cai, Morteza Karimzadeh, Esther Rolf

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot to predict the air quality in a city or the wealth of a neighborhood. You have a powerful camera (satellite images) and a map, but you are missing the most important ingredient: ground truth.

In the real world, getting accurate data (like measuring actual air pollution with a sensor or surveying people about their income) is expensive, slow, and sparse. You might only have sensors in a few scattered parks, leaving huge gaps in between. If you try to teach the robot using only these few scattered points, it gets confused. It might memorize the exact locations of the sensors but fail to understand the general pattern, much like a student who memorizes the answers to a specific test but fails when the questions are slightly different.

This paper proposes a clever solution called Proxy Consistency Loss (PCL). Here is how it works, explained through simple analogies.

The Problem: The "Sparse Sensor" Dilemma

Think of the robot as a student trying to learn geography.

  • The Goal: Predict air quality (or poverty) everywhere.
  • The Problem: The teacher (the dataset) only gives the student answers for 50 specific cities. The student tries to guess the air quality for the 10,000 other towns.
  • The Mistake: Without extra help, the student just guesses based on the 50 cities. If a new town is slightly different, the student gets it wrong because they didn't learn the rules of the world, just the locations of the answers.

The Solution: The "Proxy" Helper

The researchers realized that while we don't have sensors everywhere, we have other data everywhere.

  • The Proxy: Imagine you don't have a thermometer in every house, but you do have a satellite that sees how bright the streetlights are at night. Brighter lights usually mean richer neighborhoods.
  • The Catch: Streetlights aren't a perfect measure of wealth, but they are related. They are a "proxy."

The Innovation: The "Location Coach"

Most previous methods tried to just feed the streetlight data into the robot's brain along with the satellite photos. The researchers found this didn't work well. Instead, they created a special "Location Coach" (a trainable location encoder).

Here is the magic trick:

  1. The Main Job: The robot looks at satellite photos and the "Location Coach" to predict the real answer (e.g., Air Quality).
  2. The Side Job (The Proxy Consistency Loss): The "Location Coach" is also forced to look at the proxy data (e.g., the streetlights) and try to predict that as well.

The Analogy:
Imagine a chef (the robot) trying to cook a perfect stew (the prediction).

  • Old Way: The chef only tastes the stew at 50 specific spots in the pot. They guess the rest.
  • New Way (PCL): The chef has a "Location Coach." The coach tells the chef, "Hey, not only do you need to cook the stew, but you also need to be able to predict the temperature of the kitchen based on where you are standing."
  • Why it works: To be good at predicting the kitchen temperature everywhere, the chef has to learn the general rules of how heat moves through the room. Once the chef understands the physics of the room (the geography), they become much better at cooking the stew, even in spots where they never tasted it before.

The "Proxy Consistency Loss" (PCL)

This is the mathematical rule that forces the "Location Coach" to do its side job.

  • It says: "Your internal map of the world (the location embedding) must be so good that it can explain both the real answer (Air Quality) AND the proxy answer (Streetlights)."
  • This prevents the robot from just memorizing the sensor locations. It forces the robot to learn a smooth, logical map of the world that makes sense for both tasks.

What Did They Find?

They tested this on two big problems:

  1. Air Quality: Predicting pollution across the US using sparse sensors and a global weather model as the proxy.
  2. Poverty Mapping: Predicting wealth in Africa using survey data and satellite night-light data as the proxy.

The Results:

  • Better Guesses: The robot using PCL was much better at guessing the answer for places it had never seen before (out-of-sample).
  • Smarter Maps: When they visualized the robot's internal "map," the PCL version was smooth and logical. The old versions were "spotty" and messy, like a map with random dots.
  • Robustness: Even when the test data was very different from the training data (like testing in a completely different region), the PCL model held up better.

The Takeaway

In a world where perfect data is rare, we can use "imperfect but abundant" data (proxies) to train our AI to understand the world better. By forcing the AI to learn a consistent map that explains both the perfect data (where we have it) and the imperfect data (where we have plenty), we get a much smarter, more reliable predictor.

It's like teaching a student not just the answers to a test, but the underlying logic of the subject, by giving them a second, related subject to study at the same time.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →