paper-with-me

Papers

LaDCast: A Latent Diffusion Model for Medium-Range Ensemble Weather Forecasting

2025-06-10 · Yilin Zhuang, Karthik Duraisamy

Accurate probabilistic weather forecasting demands both high accuracy and efficient uncertainty quantification, challenges that overburden both ensemble numerical weather prediction (NWP) and recent machine-learning methods. We introduce LaDCast, the first global latent-diffusion framework for medium-range ensemble forecasting, which generates hourly ensemble forecasts entirely in a learned latent space. An autoencoder compresses high-dimensional ERA5 reanalysis fields into a compact representation, and a transformer-based diffusion model produces sequential latent updates with arbitrary hour initialization. The model incorporates Geometric Rotary Position Embedding (GeoRoPE) to account for the Earth's spherical geometry, a dual-stream attention mechanism for efficient conditioning, and sinusoidal temporal embeddings to capture seasonal patterns. LaDCast achieves deterministic and probabilistic skill close to that of the European Centre for Medium-Range Forecast IFS-ENS, without any explicit perturbations. Notably, LaDCast demonstrates superior performance in tracking rare extreme events such as cyclones, capturing their trajectories more accurately than established models. By operating in latent space, LaDCast reduces storage and compute by orders of magnitude, demonstrating a practical path toward forecasting at kilometer-scale resolution in real time. We open-source our code and models and provide the training and evaluation pipelines at: https://github.com/tonyzyl/ladcast.

📄 PDF Abstract BibTeX arXiv:2506.09193

Code (1)

tonyzyl/ladcast 공식 구현 pytorch

Tasks

Uncertainty QuantificationWeather Forecasting

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

GenCast: Diffusion-based ensemble forecasting for medium-range weather

2023-12-25 · Ilan Price, Alvaro Sanchez-Gonzalez, Ferran Alet, Tom R. Andersson 외

Weather forecasts are fundamentally uncertain, so predicting the range of probable weather scenarios is crucial for important decisions, from warning the public about hazardous weather, to planning renewable energy use. …

Decision MakingWeather Forecasting

Marchuk: Efficient Global Weather Forecasting from Mid-Range to Sub-Seasonal Scales via Flow Matching

2026-03-25 · Arsen Kuzhamuratov, Mikhail Zhirnov, Andrey Kuznetsov, Ivan Oseledets 외 arxiv

Accurate subseasonal weather forecasting remains a major challenge due to the inherently chaotic nature of the atmosphere, which limits the predictive skill of conventional models beyond the mid-range horizon (approximat…

Computational EfficiencyWeather Forecasting

Controllable Probabilistic Forecasting with Stochastic Decomposition Layers

2025-12-21 · John S. Schreck, William E. Chapman, Charlie Becker, David John Gagne 외 arxiv

AI weather prediction ensembles with latent noise injection and optimized with the continuous ranked probability score (CRPS) have produced both accurate and well-calibrated predictions with far less computational cost c…

Transfer Learning

Demystifying Data-Driven Probabilistic Medium-Range Weather Forecasting

2026-01-26 · Jean Kossaifi, Nikola Kovachki, Morteza Mardani, Daniel Leibovici 외 arxiv

The recent revolution in data-driven methods for weather forecasting has lead to a fragmented landscape of complex, bespoke architectures and training strategies, obscuring the fundamental drivers of forecast accuracy. H…

Weather Forecasting

Skillful Subseasonal-to-Seasonal Forecasting of Extreme Events with a Multi-Sphere Coupled Probabilistic Model

2025-12-14 · Bin Mu, Yuxuan Chen, Shijin Yuan, Bo Qin 외 arxiv

Accurate subseasonal-to-seasonal (S2S) prediction of extreme events is critical for resource planning and disaster mitigation under accelerating climate change. However, such predictions remain challenging due to complex…