Search papers, labs, and topics across Lattice.
This paper introduces EO-WM, a video diffusion transformer designed for multispectral Earth Observation forecasting that effectively incorporates weather as a conditioning signal. By distinguishing between climatological baselines and weather anomalies, EO-WM captures the cumulative effects of meteorological stressors on vegetation dynamics, addressing limitations in existing models that fail to account for uncertainty and weather response. Experimental results demonstrate that EO-WM improves prediction accuracy for vegetation degradation under extreme weather conditions, achieving a 5.63% reduction in NDVI decline error and a 7.80% increase in directional hit rate compared to standard methods.
EO-WM achieves unprecedented accuracy in forecasting vegetation response to extreme weather, outperforming traditional models by effectively modeling uncertainty and cumulative stress.
Earth Observation (EO) forecasting aims to predict future Earth surface dynamics from satellite observations under changing meteorological conditions. In this paper, we view this task as a partially observed, weather-driven world modeling problem, in which weather acts as a conditioning signal, while forecasting remains uncertain due to sparse observations and unobserved land-surface states. However, existing methods do not fully capture this setting: deterministic models collapse uncertainty into a single future prediction, while diffusion-based methods typically treat weather variables as undifferentiated conditioning signals, and existing benchmarks focus mainly on reconstruction accuracy rather than whether forecasts respond correctly to changed weather forcing.We introduce EO-WM, a video diffusion transformer for multispectral EO forecasting. EO-WM incorporates a physically informed conditioning framework that represents meteorological forcing through a climatological baseline, weather anomalies, and cumulative physical stress signals. Specifically, it separates baseline and anomaly through distinct conditioning pathways, and accumulates anomalous forcing over time to capture sustained heat and drought stress. To evaluate weather-response behavior beyond standard metrics, we introduce two diagnostic benchmarks: an Extreme Summer Benchmark for severity-aware prediction of vegetation degradation under extreme weather, and a Seasonal Matched-Pair Benchmark for testing response fidelity under changed weather forcing. Experiments show that EO-WM reduces the error in predicted Normalized Difference Vegetation Index (NDVI) decline amplitude by a relative 5.63% and improves directional hit rate by a relative 7.80%, while remaining competitive on standard pixel-level metrics. The benchmarks and model will be made open-source at https://github.com/Luo-Z13/EO-WM.