Global Precipitation Nowcasting of Integrated Multi-satellitE Retrievals for GPM: A U-Net Convolutional LSTM Architecture

Reyhaneh Rahimi,Praveen Ravirathinam,Ardeshir Ebtehaj,Ali Behrangi,Jackson Tan,Vipin Kumar
2024-02-03
Abstract:This paper presents a deep learning architecture for nowcasting of precipitation almost globally every 30 min with a 4-hour lead time. The architecture fuses a U-Net and a convolutional long short-term memory (LSTM) neural network and is trained using data from the Integrated MultisatellitE Retrievals for GPM (IMERG) and a few key precipitation drivers from the Global Forecast System (GFS). The impacts of different training loss functions, including the mean-squared error (regression) and the focal-loss (classification), on the quality of precipitation nowcasts are studied. The results indicate that the regression network performs well in capturing light precipitation (below 1.6 mm/hr), but the classification network can outperform the regression network for nowcasting of precipitation extremes (>8 mm/hr), in terms of the critical success index (CSI).. Using the Wasserstein distance, it is shown that the predicted precipitation by the classification network has a closer class probability distribution to the IMERG than the regression network. It is uncovered that the inclusion of the physical variables can improve precipitation nowcasting, especially at longer lead times in both networks. Taking IMERG as a relative reference, a multi-scale analysis in terms of fractions skill score (FSS), shows that the nowcasting machine remains skillful (FSS > 0.5) at the resolution of 10 km compared to 50 km for GFS. For precipitation rates greater than 4~mm/hr, only the classification network remains FSS-skillful on scales greater than 50 km within a 2-hour lead time.
Machine Learning,Computer Vision and Pattern Recognition,Atmospheric and Oceanic Physics
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve This paper proposes a deep learning-based approach to address the issue of global precipitation nowcasting. Specifically: 1. **Research Background**: - Existing Numerical Weather Prediction (NWP) models exhibit significant uncertainty in precipitation forecasting, particularly in initialization, data assimilation, and convective process parameterization. - Traditional NWP models perform poorly in short-term forecasts (e.g., within 6 hours), especially in predicting heavy precipitation events. 2. **Research Objectives**: - Propose a new deep learning architecture—GENESIS (Global prEcipitation Nowcasting using intEgrated multi-Satellite retrIevalS for GPM), for forecasting global precipitation within 30 minutes for the next 4 hours. - Utilize past satellite observation data and simulation results from numerical weather prediction models to enhance high-precision precipitation forecasting capabilities. 3. **Methodology**: - The architecture combines U-Net and ConvLSTM networks to capture spatiotemporal features and improves feature capture through recursive generation techniques. - Train using Integrated Multi-satellite Retrievals for GPM (IMERG) data and Global Forecast System (GFS) data. - Compare the impact of Mean Squared Error (MSE) loss function and focal loss function on the quality of precipitation forecasts. 4. **Expected Outcomes**: - Improve short-term prediction capabilities for extreme weather events, especially high-intensity precipitation forecasts. - Enhance the accuracy of flood warning systems, contributing to the protection of life and property. In summary, this paper aims to leverage modern deep learning techniques to improve the forecasting capabilities for extreme weather events, thereby enhancing the accuracy and reliability of meteorological forecasts.