← Latest papers
🤖 machine learning

Changing Modalities: Adapting Remote Sensing Models to New Satellites and Sensors

This paper introduces DeluluNet, an end-to-end trained architecture that adapts remote sensing models to changing satellite modalities (substitution, addition, or subset) by leveraging modality hallucination to predict missing sensor representations from unlabeled data, thereby enabling model deployment without costly re-labeling or re-training.

Original authors: Tim G. Zhou, Anthony Fuller, Geoff Pleiss, Evan Shelhamer

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

Original authors: Tim G. Zhou, Anthony Fuller, Geoff Pleiss, Evan Shelhamer

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 a master chef who has spent years perfecting a recipe using a specific set of ingredients: fresh basil, tomatoes, and mozzarella. You know exactly how to make the perfect Caprese salad.

Now, imagine the grocery store changes. The basil is retired, and a new, exotic herb is introduced. Or maybe they stop selling tomatoes but start selling a new type of pepper. Or perhaps they have both the old tomatoes and the new peppers, but you've never cooked with them together before.

In the world of satellite imaging, this is exactly what happens. Satellites are like grocery stores that constantly update their "sensors" (the ingredients). One day, they send back clear photos (optical data); the next, they send back radar images (which see through clouds) or hundreds of different color bands.

The problem is that the "chefs" (AI models) trained on the old ingredients often fail when handed the new ones. Usually, to fix this, you'd have to hire a whole new team of chefs to taste-test and label thousands of new dishes (re-labeling data) and train a new model from scratch. This is expensive and slow.

Enter "DeluluNet" (a playful name from the paper, playing on the idea of "delusion" or "hallucination").

The Core Idea: "Hallucinating" the Missing Ingredients

The paper proposes a clever trick: Modality Hallucination.

Instead of waiting for the new ingredients to be labeled, DeluluNet learns to "imagine" or "hallucinate" what the missing ingredients would look like based on the ones it does have.

Here is how it works in three simple scenarios, using the paper's analogies:

1. Modality Transfer (The Swap)

  • The Situation: The old satellite (Satellite A) is retired, and a new one (Satellite B) takes its place. You have a model trained on A, but now you only have data from B.
  • The Analogy: You are used to cooking with Basil. Now, the store only has Rosemary. You don't have a recipe for Rosemary, but you have a huge pile of unlabelled photos showing both Basil and Rosemary growing side-by-side.
  • The Solution: DeluluNet looks at the Rosemary and says, "I've seen this next to Basil before. I can guess what the Basil would have looked like here." It uses that guess to update its recipe so it can cook with Rosemary alone, without needing a new human chef to taste-test it.

2. Modality Addition (The Mix)

  • The Situation: The old satellite is still working, but a new one joins the team. You want to use both to make better predictions.
  • The Analogy: You have your Basil, and now you also have a new, spicy Pepper. You want to make a salad that uses both.
  • The Solution: DeluluNet learns how the Basil and Pepper interact. It takes the unlabelled photos of them growing together and learns how to combine them into a super-salad. It doesn't need a human to label every single leaf; it figures out the relationship on its own.

3. Modality Peeking (The Sneak Peek)

  • The Situation: You still need to use the old satellite (Satellite A) for your daily work, but a new, high-tech satellite (Satellite B) is available. Satellite B is too expensive or rare to use for everything, but it has "super-vision" (like seeing fine details).
  • The Analogy: You are cooking with standard tomatoes, but you have a friend with a high-tech microscope that can see the tiny details inside a tomato. You can't use the microscope for every tomato, but you can look at a few.
  • The Solution: DeluluNet "peeks" at the high-tech data (Satellite B) while it has the standard data (Satellite A). It learns the secret patterns from the high-tech view and then applies that knowledge to improve its cooking with the standard tomatoes. It gets smarter without needing to switch to the expensive tool permanently.

How Does It Learn? (The "Magic" Training)

The paper explains that DeluluNet uses a special training method called Batch Mixing:

  1. The Teacher: It starts with a smart model trained on the old data (the "Teacher").
  2. The Masking Game: During training, the system sometimes hides (masks) one type of data. For example, it shows the model a radar image but hides the optical image.
  3. The Guess: The model tries to "hallucinate" (predict) what the hidden image should look like based on the radar.
  4. The Check: It compares its guess to the real hidden image (which it has in the training data, just not the labels). If the guess is close, it learns.
  5. The Result: The model becomes so good at guessing the missing pieces that when it goes out into the real world and only gets one type of data, it can still "fill in the blanks" in its own mind and make accurate predictions.

Why Is This a Big Deal?

  • No New Labels Needed: Usually, to teach a model a new sensor, you need humans to label thousands of images. DeluluNet does this using unlabeled data (just raw images from two satellites), which is abundant and free.
  • One Model to Rule Them All: Instead of building a new model for every new satellite, you can take your existing model and "upgrade" it with these modular parts.
  • It Works: The paper tested this on real satellite data (Sentinel-1 and Sentinel-2). In many cases, DeluluNet performed better than models that were fully re-trained from scratch with expensive labeled data.

The Bottom Line

The world of satellites is constantly changing. Old sensors die, new ones are born, and data formats shift. DeluluNet is a flexible, "hallucinating" AI that allows us to adapt our existing models to these changes instantly, without the heavy cost of re-labeling the world. It's like teaching a chef to adapt to a changing grocery store by letting them practice guessing the missing ingredients, rather than hiring a new chef every time the menu changes.

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 →