From Surface Forecasting to Observability Forecasting: A Latent World Model for Cloud-Aware EO Monitoring
This paper introduces LeWorldModel, a latent world model adapted for Earth Observation that leverages multispectral imagery and weather data to significantly outperform persistence and LightGBM baselines in forecasting cloud cover and predicting the timing of future usable satellite acquisitions.
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 watch a live sports game on a giant screen, but the view is constantly blocked by thick, moving clouds. Sometimes the clouds part for a second, then cover the field again for hours. In the world of Earth Observation, scientists use satellites to take pictures of our planet, but they face the exact same problem. The real challenge isn't that the satellites stop working or that the pictures don't arrive; the challenge is that the pictures often arrive with the ground completely hidden. It's like trying to read a book while someone keeps shuffling a deck of cards over the pages.
To solve this, researchers use "weather drivers"—data about rain, temperature, and pressure—to guess what the sky will look like. They also use a concept called a "world model." Think of a world model not as a machine that draws a perfect picture of the future, but as a smart student who learns the rules of how the world changes. Instead of trying to memorize every single pixel of a cloudy photo, this student learns the hidden pattern of "when the clouds usually move away." This paper asks a very practical question: Can we teach a computer to stop worrying about drawing the perfect future image and start focusing on answering a simpler, more useful question: "Is the view going to be clear enough to see the ground, and if not, how long do we have to wait?"
The Cloudy Window Problem
In the world of Earth Observation (EO), pipelines don't fail because data stops flowing; they fail because the data that arrives is useless. Clouds, haze, and missing pixels can hide the Earth's surface for days or weeks. This turns the main challenge from "getting data" to "knowing if the data is usable."
The authors of this paper, Mohanad Albughdadi from the European Centre for Medium-Range Weather Forecasts, decided to tackle this by changing the goal. Instead of trying to predict exactly what the next picture of the Earth will look like (a task called "surface forecasting"), they asked: Can we predict if the next picture will be usable, and if it's cloudy, when the clouds will finally clear?
They tested this idea using a dataset called EarthNet2021, which contains sequences of satellite images paired with weather data. To solve the problem, they used a special type of AI called LeWorldModel (LeWM).
The "Smart Student" vs. The "Artist"
Most AI models trying to predict the future act like artists. They try to reconstruct every single detail of the next image, pixel by pixel. If the sky is cloudy, the artist tries to guess what the clouds look like and what the ground underneath might be.
LeWorldModel, however, acts more like a smart student studying a pattern. It uses a "Joint-Embedding Predictive Architecture" (JEPA). Instead of trying to draw the next picture, it learns a latent state—a compressed, hidden summary of the situation. It asks: "Given the last few pictures and the current weather, what is the state of visibility?"
The authors argue that for monitoring the Earth, you don't need to know if the next image will show a specific tree or a specific road. You just need to know the "state" of the scene: Is it hidden? Is it about to become visible? This makes the model much more efficient. It has 18.0 million trainable parameters and was trained on 23,904 episodes of satellite data.
The Experiment: Can It Predict the Clearing?
The researchers set up a strict test to see if their "smart student" could beat two other methods:
- Persistence: This is the "lazy" method. It assumes the future will look exactly like the present. If it's cloudy now, it predicts it will be cloudy next.
- LightGBM: A powerful, standard machine learning tool that looks at the numbers (weather history, calendar dates) but doesn't "see" the images.
They tested the model on four different scenarios:
- Valsplit: A standard test set.
- IID: Data that looks very similar to the training data.
- OOD: Data that is different from the training data (Out-of-Distribution).
- Extreme: Data with very heavy cloud cover and longer time gaps.
The Results: When to Wait, When to Act
The results showed that LeWorldModel is a fantastic "observability forecaster," but it has specific strengths and weaknesses compared to the other tools.
1. Beating the "Lazy" Method
The model consistently crushed the "persistence" method.
- Next-step usability: When asked if the very next picture would be usable, LeWorldModel achieved a balanced accuracy between 0.769 and 0.887. Persistence only managed 0.493 to 0.556.
- Timing the return: When asked to predict exactly when the view would clear up, LeWorldModel was much more accurate (0.602 to 0.806) compared to persistence (0.120 to 0.369).
2. The Battle with LightGBM
The comparison with LightGBM revealed a split in the team's skills:
- The Simple Question: For the easy question "Will any usable picture appear in the next six steps?", LightGBM was actually the winner on most tests. It is very good at looking at weather numbers and making a quick "yes/no" decision.
- The Complex Question: For the harder questions—like predicting the exact moment the clouds will clear, or estimating the continuous quality of the view (how much of the ground is visible)—LeWorldModel was the champion.
- On the Extreme split (the hardest, cloudiest data), LeWorldModel predicted the exact timing of the first usable view with 0.705 accuracy, while LightGBM got 0.633.
- In terms of error, LeWorldModel was off by an average of 0.627 steps on the Extreme split, whereas LightGBM was off by 0.885 steps.
3. The Weak Spot
The paper notes that LeWorldModel is not perfect everywhere. On the OOD (Out-of-Distribution) split, where the data was very different from what it was trained on, LightGBM actually performed better. This suggests that while the "smart student" is great at learning patterns it has seen before, it can get confused when the weather behaves in a totally new way.
What This Means for the Future
The authors are careful not to overhype the results. They clarify that this model is not a tool for planning actions (like telling a satellite exactly where to fly) because the weather data used is external and cannot be controlled. It is also not a video generator that creates new pictures of the Earth.
Instead, the paper concludes that LeWorldModel is a highly effective latent observability forecaster. It is a tool that tells operators: "Don't waste time analyzing the next image; it's still cloudy. But good news, the clouds should clear up in about 3 hours."
In the end, the value of this work isn't that it can draw a perfect future picture. It's that it can tell us when we will finally be able to see the ground again, saving time and resources for everyone watching the Earth from space.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.