WADEPre: A Wavelet-based Decomposition Model for Extreme Precipitation Nowcasting with Multi-Scale Learning
Baitian Liu, Haiping Zhang, Huiling Yuan, Dongjing Wang, Ying Li, Feng Chen, Hao Wu
TL;DR
WADEPre tackles extreme precipitation nowcasting under heavy-tailed distributions by moving to the wavelet domain, where a dual-branch architecture decouples deterministic large-scale advection (A-Net) from stochastic high-frequency convection (D-Net). A physics-aware Refiner then fuses these components to enforce consistency, while a multi-scale curriculum stabilizes training. Empirical results on SEVIR and Shanghai Radar show state-of-the-art performance, particularly for extreme events, with strong structural fidelity (SSIM) and CSI at high thresholds. The approach offers a principled balance between spatial localization, physical coherence, and high-frequency detail preservation, enabling more reliable operational forecasts of hazardous convective systems.
Abstract
The heavy-tailed nature of precipitation intensity impedes precise precipitation nowcasting. Standard models that optimize pixel-wise losses are prone to regression-to-the-mean bias, which blurs extreme values. Existing Fourier-based methods also lack the spatial localization needed to resolve transient convective cells. To overcome these intrinsic limitations, we propose WADEPre, a wavelet-based decomposition model for extreme precipitation that transitions the modeling into the wavelet domain. By leveraging the Discrete Wavelet Transform for explicit decomposition, WADEPre employs a dual-branch architecture: an Approximation Network to model stable, low-frequency advection, isolating deterministic trends from statistical bias, and a spatially localized Detail Network to capture high-frequency stochastic convection, resolving transient singularities and preserving sharp boundaries. A subsequent Refiner module then dynamically reconstructs these decoupled multi-scale components into the final high-fidelity forecast. To address optimization instability, we introduce a multi-scale curriculum learning strategy that progressively shifts supervision from coarse scales to fine-grained details. Extensive experiments on the SEVIR and Shanghai Radar datasets demonstrate that WADEPre achieves state-of-the-art performance, yielding significant improvements in capturing extreme thresholds and maintaining structural fidelity. Our code is available at https://github.com/sonderlau/WADEPre.
