Prediction of Bayesian Intervals for Tropical Storms

Max Chiswick,Sam Ganzfried
DOI: https://doi.org/10.48550/arXiv.2003.05024
2020-03-11
Abstract:Building on recent research for prediction of hurricane trajectories using recurrent neural networks (RNNs), we have developed improved methods and generalized the approach to predict Bayesian intervals in addition to simple point estimates. Tropical storms are capable of causing severe damage, so accurately predicting their trajectories can bring significant benefits to cities and lives, especially as they grow more intense due to climate change effects. By implementing the Bayesian interval using dropout in an RNN, we improve the actionability of the predictions, for example by estimating the areas to evacuate in the landfall region. We used an RNN to predict the trajectory of the storms at 6-hour intervals. We used latitude, longitude, windspeed, and pressure features from a Statistical Hurricane Intensity Prediction Scheme (SHIPS) dataset of about 500 tropical storms in the Atlantic Ocean. Our results show how neural network dropout values affect predictions and intervals.
Applications,Machine Learning,Atmospheric and Oceanic Physics
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to improve the accuracy of tropical storm (especially hurricane) track prediction and introduce a new method to estimate the uncertainty of prediction. Specifically, the authors use Recurrent Neural Networks (RNN) and Bayesian interval prediction to improve the traditional point - estimate prediction method. The following are the specific background and objectives of this problem: ### 1. **Problem Background** - **Hazards of Tropical Storms**: Tropical storms, especially hurricanes, can cause severe damage, such as strong winds and dangerous tides caused by heavy rain. Historically, Hurricane Katrina (in 2005) led to more than 850 deaths, and Hurricane Sandy (in 2012) caused nearly 70 billion US dollars in economic losses. - **Impact of Climate Change**: According to the data of the National Oceanic and Atmospheric Administration (NOAA), global warming may increase the intensity of hurricanes by 1% to 10% in the next century, which means stronger wind speeds and lower central air pressures, resulting in more severe storms. ### 2. **Limitations of Existing Methods** - **Limitations of Statistical Methods**: Traditional hurricane track prediction mainly relies on statistical methods, which have limitations in dealing with the non - linearity and complexity of the atmospheric system. - **Lack of Uncertainty Estimation**: Existing prediction methods usually only provide point estimates (i.e., a single best - predicted path) without providing the uncertainty range of prediction, which is very important for evacuation and safety preparation work. ### 3. **Research Objectives** - **Improve Track Prediction**: Use RNN, especially Long - Short - Term Memory Networks (LSTM), to predict the tracks of tropical storms more accurately. - **Introduce Uncertainty Estimation**: By applying the dropout technique in RNN to achieve Bayesian interval prediction, so as to provide uncertainty estimation of prediction. This can not only give the possible paths of the storm but also estimate the confidence interval of the paths, helping decision - makers better carry out disaster prevention preparations. ### 4. **Specific Methods** - **Dataset**: The SHIPS dataset of Atlantic tropical storms from 1982 to 2017 was used, which contains detailed information of about 500 storms. - **Model Architecture**: An LSTM network was adopted, and the input features include latitude, longitude, wind speed, and air pressure, etc., and the output is the latitude - longitude prediction of the storm track. - **Uncertainty Estimation**: By applying the dropout technique in both the training and testing stages, the Bayesian inference process was simulated, and the distribution of multiple prediction results was obtained, and then the mean and variance were calculated as the uncertainty measures of prediction. ### 5. **Expected Contributions** - **Improve Prediction Accuracy**: Through the improved RNN model, the prediction accuracy of tropical storm tracks has been improved. - **Provide Uncertainty Information**: Compared with traditional point estimates, Bayesian intervals provide more abundant information, which is helpful for better assessing risks and formulating countermeasures. In summary, this paper aims to improve the accuracy and reliability of tropical storm track prediction by introducing Bayesian interval prediction, especially in the current context of climate change, which is of great significance for reducing disaster losses.