Enhancing Tropical Cyclone Path Forecasting with an Improved Transformer Network
Nguyen Van Thanh, Nguyen Dang Huynh, Nguyen Ngoc Tan, Nguyen Thai Minh, Nguyen Nam Hoang
TL;DR
This work tackles the challenge of tropical cyclone trajectory forecasting by leveraging a Transformer-based model combined with a coordinate-grid mapping to predict six-hour-ahead storm positions. The method processes sequential storm data on a 1°×1° grid, training on NOAA-derived Atlantic basin records (1944–2022) to map 12-step inputs to the next grid cell, using an encoder with three layers and an MLP output. It achieves a mean squared error of $0.0086$ and an accuracy of $0.783$, outperforming GPRA benchmarks and NOAA methods while offering faster training times on standard GPUs. The approach demonstrates potential for scalable, rapid forecasts and could inform operational decisions, with room for addressing overfitting and computational resource requirements in deployment.
Abstract
A storm is a type of extreme weather. Therefore, forecasting the path of a storm is extremely important for protecting human life and property. However, storm forecasting is very challenging because storm trajectories frequently change. In this study, we propose an improved deep learning method using a Transformer network to predict the movement trajectory of a storm over the next 6 hours. The storm data used to train the model was obtained from the National Oceanic and Atmospheric Administration (NOAA) [1]. Simulation results show that the proposed method is more accurate than traditional methods. Moreover, the proposed method is faster and more cost-effective
