paper-with-me

Papers

CoDiCast: Conditional Diffusion Model for Global Weather Prediction with Uncertainty Quantification

2024-09-09 · Jimeng Shi, Bowen Jin, Jiawei Han, Sundararaman Gopalakrishnan, Giri Narasimhan

Accurate weather forecasting is critical for science and society. Yet, existing methods have not managed to simultaneously have the properties of high accuracy, low uncertainty, and high computational efficiency. On one hand, to quantify the uncertainty in weather predictions, the strategy of ensemble forecast (i.e., generating a set of diverse predictions) is often employed. However, traditional ensemble numerical weather prediction (NWP) is computationally intensive. On the other hand, most existing machine learning-based weather prediction (MLWP) approaches are efficient and accurate. Nevertheless, they are deterministic and cannot capture the uncertainty of weather forecasting. In this work, we propose CoDiCast, a conditional diffusion model to generate accurate global weather prediction, while achieving uncertainty quantification with ensemble forecasts and modest computational cost. The key idea is to simulate a conditional version of the reverse denoising process in diffusion models, which starts from pure Gaussian noise to generate realistic weather scenarios for a future time point. Each denoising step is conditioned on observations from the recent past. Ensemble forecasts are achieved by repeatedly sampling from stochastic Gaussian noise to represent uncertainty quantification. CoDiCast is trained on a decade of ERA5 reanalysis data from the European Centre for Medium-Range Weather Forecasts (ECMWF). Experimental results demonstrate that our approach outperforms several existing data-driven methods in accuracy. Our conditional diffusion model, CoDiCast, can generate 6-day global weather forecasts, at 6-hour steps and $5.625^\circ$ latitude-longitude resolution, for over 5 variables, in about 12 minutes on a commodity A100 GPU machine with 80GB memory. The open-souced code is provided at https://github.com/JimengShi/CoDiCast.

📄 PDF Abstract BibTeX arXiv:2409.05975

Code (1)

jimengshi/codicast 공식 구현 tf

Tasks

Computational EfficiencyDenoisingGPUUncertainty QuantificationWeather Forecasting

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Accurate, Efficient, and Explainable Deep Learning Approaches for Environmental Science Problems

2026-05-19 · Jimeng Shi arxiv

Environmental science plays a pivotal role in safeguarding ecosystems, a domain driven by large-scale, heterogeneous data. In the big data era, artificial intelligence (AI) has emerged as a transformative tool for learni…

Weather Forecasting

Diffusion-LAM: Probabilistic Limited Area Weather Forecasting with Diffusion

2025-02-11 · Erik Larsson, Joel Oskarsson, Tomas Landelius, Fredrik Lindsten

Machine learning methods have been shown to be effective for weather forecasting, based on the speed and accuracy compared to traditional numerical models. While early efforts primarily concentrated on deterministic pred…

Weather Forecasting

Universal Diffusion-Based Probabilistic Downscaling

2026-02-12 · Roberto Molinaro, Niall Siegenheim, Henry Martin, Mark Frey 외 arxiv

We introduce a universal diffusion-based downscaling framework that lifts deterministic low-resolution weather forecasts into probabilistic high-resolution predictions without any model-specific fine-tuning. A single con…

Weather Forecasting

Residual Corrective Diffusion Modeling for Km-scale Atmospheric Downscaling

2023-09-24 · Morteza Mardani, Noah Brenowitz, Yair Cohen, Jaideep Pathak 외

The state of the art for physical hazard prediction from weather and climate requires expensive km-scale numerical simulations driven by coarser resolution global inputs. Here, a generative diffusion architecture is expl…

DEF: Diffusion-augmented Ensemble Forecasting

2025-06-08 · David Millard, Arielle Carr, Stéphane Gaudreault, Ali Baheri

We present DEF (\textbf{\ul{D}}iffusion-augmented \textbf{\ul{E}}nsemble \textbf{\ul{F}}orecasting), a novel approach for generating initial condition perturbations. Modern approaches to initial condition perturbations a…