← Latest papers
🤖 machine learning

Multi-Modal Contrastive Learning for Implicit Earth Embeddings via Location Tying

This paper introduces two multi-modal contrastive learning architectures, MELT and SALT, which leverage unpaired geospatial data for implicit earth embeddings, demonstrating that while they match strong two-modality baselines, increasing modality diversity does not consistently improve performance due to limitations in the location encoder rather than the contrastive objective itself.

Original authors: Jonathan Hecht, Lukas Arzoumanidis, Ziyue Li, Youness Dehbi

Published 2026-06-19
📖 5 min read🧠 Deep dive

Original authors: Jonathan Hecht, Lukas Arzoumanidis, Ziyue Li, Youness Dehbi

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 want to teach a computer to understand the Earth. Usually, to teach a computer about a specific place (like a park or a city), you need to show it a picture of that place and tell it the GPS coordinates. This is like showing a student a photo of a cat and saying, "This is a cat."

But what if you don't have photos for every single spot on Earth? What if you only have the GPS coordinates? This is the problem the paper tackles. The authors want to build a "Location Encoder"—a smart brain that can look at just a set of coordinates (like "40.7° N, 74.0° W") and instantly understand what that place is like, without needing a photo or a text description at that moment.

The Old Way: The Two-Person Dance

Previously, researchers taught these location brains using a method called "Contrastive Learning." Think of this as a dance between two partners:

  1. Partner A: The GPS coordinates.
  2. Partner B: One type of data, like a satellite photo.

The computer learns to match the coordinates to the photo. If the computer sees the coordinates for Paris, it learns to recognize the "Paris look" in the satellite photo. This works well, but it's limited. It's like learning about a city only by looking at it from space, ignoring the sounds, the text descriptions, or the street-level photos.

The New Idea: The Group Huddle

The authors asked: What if we could teach the location brain using multiple types of data at once? Imagine a group huddle where the GPS coordinates are the leader, and they are trying to understand the city by listening to:

  • Satellite images (the view from space).
  • Natural photos (what tourists take).
  • Wikipedia text (what people write about it).

The challenge is that these data sources are "unpaired." You don't necessarily have a satellite photo, a tourist photo, and a Wikipedia article for the exact same spot. They are scattered around.

To solve this, the authors proposed two new ways to organize the training, using the GPS coordinates as the "glue" that ties everything together.

Method 1: MELT (Multimodal Embedding via Location Tying)

The Analogy: A massive, simultaneous group study session.
In MELT, the computer looks at a batch of data where every type of information (satellite, text, photos) is present at the same time. The GPS coordinates act as the central anchor. The computer tries to pull all these different types of data closer to the correct GPS coordinates in its "mental map."

  • Result: It's very stable. Everyone learns together in one big, smooth session.

Method 2: SALT (Sequential Alternating Location Training)

The Analogy: A relay race or a rotating shift system.
In SALT, the computer focuses on one type of data at a time.

  • Epoch 1: GPS coordinates + Satellite images.
  • Epoch 2: GPS coordinates + Text.
  • Epoch 3: GPS coordinates + Photos.
    The GPS brain stays active the whole time, but it switches partners every round.
  • Result: It works, but it's a bit shaky. Every time the computer switches from "Satellite mode" to "Text mode," it gets a little confused (the loss spikes), like a student trying to switch from math class to history class instantly.

The Big Surprise: More Data Didn't Make It Smarter

The authors expected that adding more types of data (text, photos, etc.) would make the location brain significantly smarter. They thought, "More views = Better understanding."

But that's not what happened.

Here is the twist, explained with an analogy:
Imagine the GPS brain is a small bucket.

  • The "water" is the information from the satellite photos, text, and other data.
  • The authors poured in more and more buckets of water (adding more data types and more volume).
  • The Result: The small bucket overflows. It can't hold any more water.

The paper found that the GPS brain itself (the "bucket") was the bottleneck. It was already full. Once it learned to map coordinates to general regions, adding more complex data (like text or extra photos) didn't help it get any better at predicting things like population density or elevation. The "ceiling" was set by the brain's design, not by how much data they fed it.

What Did They Actually Prove?

  1. Both methods work: MELT and SALT are both capable of teaching the location brain.
  2. MELT is smoother: It doesn't have the "shaky" switching problems of SALT, making it a better choice for future, larger projects.
  3. The Limit is the Brain, not the Data: Adding more modalities (text, images, etc.) or more data volume did not consistently improve the results. The strongest two-modality model (just GPS + Satellite) performed just as well as the complex multi-modal models.
  4. The Problem: The current way of training (using a specific mathematical "loss function") forces the brain to find the simplest common link between the data. It ignores the unique, detailed features that text or photos might offer because the brain isn't built to hold onto that level of detail.

The Bottom Line

The authors built two new ways to teach computers to understand Earth locations using multiple data sources. While they successfully built these systems, they discovered a hard truth: You can't make a smarter brain just by feeding it more types of food. The brain's architecture (the bucket size) is the limit. To get better results in the future, we need to build bigger, smarter brains, not just feed them more data.

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 →