Data-driven Precipitation Nowcasting Using Satellite Imagery
Young-Jae Park, Doyi Kim, Minseok Seo, Hae-Gon Jeon, Yeji Choi
TL;DR
This work tackles the challenge of real-time, high-resolution precipitation nowcasting in regions lacking radar infrastructure. It introduces the Neural Precipitation Model (NPM), a two-stage framework that predicts future satellite frames from geostationary imagery and then translates those predictions into radar-like precipitation maps, enhanced by day/hour positional embeddings and a spatio-temporal large-kernel attention backbone. The authors also release Sat2Rdr, a large geostationary satellite dataset with corresponding radar observations, enabling fair evaluation of radar-free nowcasting methods. Their results show that NPM outperforms several baselines on CSI metrics across lead times, demonstrates robustness in radar-sparse regions (including a North Korea flood case), and highlights the practical potential for real-time flood alerts in developing regions. Overall, this approach offers a scalable, satellite-only pathway toward affordable, real-time precipitation nowcasting with broad societal impact.
Abstract
Accurate precipitation forecasting is crucial for early warnings of disasters, such as floods and landslides. Traditional forecasts rely on ground-based radar systems, which are space-constrained and have high maintenance costs. Consequently, most developing countries depend on a global numerical model with low resolution, instead of operating their own radar systems. To mitigate this gap, we propose the Neural Precipitation Model (NPM), which uses global-scale geostationary satellite imagery. NPM predicts precipitation for up to six hours, with an update every hour. We take three key channels to discriminate rain clouds as input: infrared radiation (at a wavelength of 10.5 $μm$), upper- (6.3 $μm$), and lower- (7.3 $μm$) level water vapor channels. Additionally, NPM introduces positional encoders to capture seasonal and temporal patterns, accounting for variations in precipitation. Our experimental results demonstrate that NPM can predict rainfall in real-time with a resolution of 2 km. The code and dataset are available at https://github.com/seominseok0429/Data-driven-Precipitation-Nowcasting-Using-Satellite-Imagery.
