Probabilistic Retrofitting of Learned Simulators
Abstract
Lay Summary
Many of the physical systems we most want to predict — turbulent flows, weather, stellar dynamics — are chaotic: tiny differences in the input produce wildly different futures. For systems like these, the right kind of forecast is not a single best guess but a distribution of plausible futures, in the spirit of ensemble weather forecasts that report "70% chance of rain" rather than a single deterministic outcome. Most machine learning models for physical simulation, however, are trained to produce a single prediction. Training probabilistic alternatives from scratch — typically based on diffusion or flow-matching — is possible but very expensive, both to train and to run at inference, and it throws away the substantial resources the community has already invested in high-quality deterministic models. We show that this trade-off is unnecessary. With a small architectural addition and a short fine-tuning step using a probabilistic loss (the Continuous Ranked Probability Score), an existing deterministic model can be retrofitted into one that produces ensembles of plausible futures. The retrofitted models are relatively cheap to train, cheap to run, and consistently outperform simply continuing to train the original deterministic model — by 20–54% on probabilistic skill and up to 30% on standard deterministic metrics. The approach works across three very different architectures and five physical systems, and extends to foundation models for partial differential equations (PDEs) trained on many systems at once. Probabilistic forecasting for chaotic physics, in other words, does not have to involve expensive training from scratch — it can be unlocked from the deterministic checkpoints we already have.