1. Introduction
A typhoon is a kind of tropical cyclone. It is called a typhoon when the maximum wind near the tropical cyclone center reaches the 12th level, namely, over 32.7 m/s [
1]. When a typhoon occurs, in addition to causing strong winds and heavy rain, it may also cause secondary disasters, such as floods and mudslides, and result in huge losses to people’s lives and property. For example, typhoon Lionrock that occurred in Japan in 2016 led to the death of 22 people after landing [
2]. Typhoon Yolanda hit the Philippines in 2013, resulting in 6293 people’s deaths, 1061 people missing and 28,689 people injured, and also caused the loss of USD 904,680,000 [
3]. Furthermore, because of global warming, the number of strong typhoons may increase further [
4]. Therefore, it is important for the development of disaster prevention and mitigation work to accurately predict typhoon tracks. At present, researchers mainly predict typhoon tracks with single-step prediction and multi-step prediction.
Researchers have conducted a lot of work on typhoon tracks single-step prediction. Numerical prediction was used to predict typhoon tracks by researchers earliest. Hong Kong Observatory predicted typhoon tracks with AAMC-WRF (Asian Aviation Meteorological Centre -Weather Research and Forecast), which achieved a small predicted error [
5]. Numerical prediction mainly uses atmospheric dynamics, numerical mathematics and so on. Although the method can achieve relatively high accuracy, the complexity of the formula is high, calculation is large, and the requirements for hardware are also relatively high. To reduce the difficulties of prediction, with the continuous development of Deep Learning, researchers have begun to predict typhoon tracks with Deep Learning methods. Therefore, researchers mainly choose LSTM (Long Short-Term Memory) and its variant models during their research, such as GRU (Gate Recurrent Unit), ConvLSTM (Convolutional LSTM) and so on. Jie Lian et al. considered the influence of meteorological factors on typhoon tracks, adopting coordinates of typhoon centers and meteorological data, and extracting underlying deep features of multi-dimensional datasets with AE (Auto-encoder) and prediction time series with GRU [
6]. B. Tong et al. predicted tropical cyclone tracks and intensity in the short term with ConvLSTM on four kinds of tropical cyclone best track datasets [
7]. But, ConvLSTM is mainly used for the prediction of time image series, and it is more suitable for extracting temporal and spatial features of time image series at the same time, with poor performance on features extraction of pure data. Furthermore, the influent area of typhoons is relatively large. In the research of Kazuaki Yasunaga et al., the maximum radius of the typhoon can be over 500 km [
8]. It explains that the typhoon has spatial features, and predicting typhoon tracks only with best track datasets does not consider the spatial features of the typhoon. Therefore, there are researchers who predict typhoon tracks with satellite images and reanalysis images. Mario Rüttgers et al. adopted reanalysis images and satellite images marking typhoon centers and generated predicted images with GAN (Generative Adversarial Network) to achieve the predicted coordinates of the typhoon center at the next moment [
9]. However, compared with ConvLSTM, generated images with GAN are more random. Xiaoguang Mei et al. proposed Spectral–spatial Attention Network, which added Spectral–spatial Attention to RNN (Recurrent Neural Network) and CNN (Convolutional Neural Networks) to achieve hyperspectral image classification and improve the abilities that the model learns for the correlation of the spectrums in the continuous spectrum and the significant features and spatial correlation between adjacent pixels [
10]. Adding Spatial Attention to the model can help the model to extract more spatial features. In addition, compared with satellite images, reanalysis images not only reflect the temporal and spatial features of typhoons, but also reflect the influence of meteorological data on typhoons. So, this paper adopts reanalysis images and ConvLSTM to realize the typhoon tracks prediction in the process of research.
The method that predicts typhoon tracks with single-step time series is more suitable for short-term prediction in 3 h and 6 h. And, for long-term in the future, like predicting typhoon tracks in the next 12 h, 24 h and 72 h, steps of time series are large, with single-step prediction and correlation between data at two continuous moments being small, which results in the model having some difficulties learning temporal features. Because it is necessary for advanced arranging of disaster prevention and mitigation work to accurately predict typhoon tracks as early as possible, long-term prediction is also important in the research of typhoon tracks prediction. Therefore, when researching the problem of long-term prediction in the future, multi-step prediction is more suitable for predicting typhoon tracks with time series of short sampling time intervals to increase the correlation between data at continuous moments. Multi-step time series prediction includes a recursive multi-step prediction strategy, direct multi-step prediction strategy, direct-recursive hybrid strategy and multi-output strategy [
11]. Chia-Yuan Chang et al. promoted that the multi-step prediction is the more common application in their research, and they recursively predicted extreme weather with the MCF (Markov conditional forward) model [
12]. However, research studies of multi-step prediction in the field of typhoon tracks prediction are few at present. Some researchers predict cyclone intensity with multi-step prediction. For example, Ratneel Deo et al. multi-step predicted cyclone intensity in the South Pacific with Bayesian Neural Networks and the multi-output strategy [
13]. Additionally, in other fields, researchers have performed much related research by multi-step prediction. Qichun Bing et al. predicted short-term traffic flow using Variational Mode Decomposition and LSTM with recursive the multi-step prediction strategy [
14]. The recursive multi-step strategy involves adding predicted results at the current moment to time series to predict the next moment; so, it will cause the problem of accumulated error. Zhenhong Du et al. predicted chlorophyll a in the future with WNARNet (Wavelet Nonlinear Autoregressive network) and multi-step prediction, splitting time series with wavelet transform to simplify the complex time series, so as to reduce the accumulated error from multi-step prediction [
15]. Feng Zhao et al. improved DTW (Dynamic Time Warping), proposing DMPSM (Dynamic Multi-perspective Personalized Similarity Measurement) to determine the historical stock series, which was similar to the predicted series, and using it to improve the results of multi-step prediction of the model in order to reduce the accumulated error [
16].
But, the Wavelet Transform and DTW mentioned above are more often applied to handle time series data, and less often applied to time series images. Therefore, to reduce the accumulated error created by recursive multi-step prediction, this paper determines historical reanalysis images, which are similar to predicted images, and then fuses predicted images with similarly historical reanalysis images to adjust the predicted images. Researchers have also conducted many research studies on image fusion. Run Mao et al. proposed Multi-directional Laplacian Pyramid to realize image fusion in order to solve the problem of the traditional Laplacian Pyramid image fusion algorithm, in which fused images are fuzzy and have a low contrast ratio [
17]. Features of images in different sizes can be acquired by Laplacian Pyramid. Akansha Sharma et al. decomposed images into high-frequency and low-frequency images with DWT (Discrete Wavelet Transform) and then fused images using CNN in order to ensure the clearness and integrity of fused images [
18]. DWT can decompose images to extract high-frequency and low-frequency features. So, this paper combines DWT and Laplacian Pyramid, so as to keep features of images as high as possible.
Through the above analysis of previous studies, this paper proposes weighted cascade reanalysis images of physical variables, which are input to ConvLSTM, according to the correlation between reanalysis data of physical variables and the moving angle and distance of the typhoon, in order to improve the proportion of reanalysis images of physical variables with a high correlation among input images. Meanwhile, Spatial Attention is added into ConvLSTM to improve the ability of the model to extract spatial features. The memory cells at the last two moments of ten moments in series are weighted and added, and every memory cell in the ConvLSTM unit is weighted, which is added to the gate unit calculation to improve the memory ability of the model in order to improve the predicted accuracy of the model. Moreover, this paper determines the historical moment that is similar to the predicted moment, according to the moving angle difference and absolute value of the moving distance difference of the typhoon at the predicted moment and historical moments; color histogram similarity between predicted images and reanalysis images at historical moments; and so on, fusing reanalysis images at the similarly historical moment and predicted images, in order to reduce the accumulated error resulting from recursive multi-step prediction to improve the predicted results. Regarding the method in this paper, by firstly combining CCA (Canonical Correlation Analysis) and GRA (Grey Relation Analysis), the physical variables group is selected with the highest correlation with the typhoon moving angle and distance, transferring its reanalysis data into reanalysis images marking the location of the typhoon center at the previous moment on images. The weights are set according to the correlation coefficient between every physical variable and the moving angle and distance of the typhoon, and reanalysis images are weighted cascaded, inputting to the ConvLSTM to achieve predicted images and calculating latitude and longitude coordinates of the typhoon center at the predicted moment according to the predicted images. To reduce the influence of the accumulated error on the predicted accuracy, the historical moment is determined that is similar to the predicted moment, according to the Euclidean distance of the pixel coordinates of marked points on the reanalysis images at historical moments and predicted images, the color histogram similarity between predicted images and reanalysis images at historical moments, the moving angle difference and absolute value of the moving distance difference of the typhoon at historical moments and the predicted moment, and the absolute value of the latitude difference and longitude difference of the typhoon centers at historical moment and the predicted moment. Predicted images and reanalysis images at the historical moment are fused by Wavelet Transform and Laplacian Pyramid, extracting coordinates of marked points on the fused images using the method of contour detection and the fitting minimum enclosing rectangle, and then eliminating marked points on fused images as much as possible. The new marked points representing the coordinates of the typhoon center at the previous moment are marked on the fused images, which are processed, to adjust the predicted images. The predicted latitude and longitude coordinates of the typhoon center of every physical variable are calculated through the relative position of the marked point on fused images and the center of the image, fitting them with a six-degree polynomial to achieve coordinates of the typhoon center at the predicted moment. The predicted images and latitude and longitude coordinates achieved from the above process are added into the time series of next step prediction to obtain reanalysis images and latitude and longitude coordinates of the typhoon center at the next moment through recursive multi-step prediction.
The structure of this paper is as follows:
Section 2.1 introduces related theoretical research results.
Section 2.2 introduces the established and optimized ConvLSTM and the improved method of multi-step prediction that this paper proposes.
Section 2.3 introduces the establishment of the dataset in this paper, including the data acquirement and data process.
Section 3 introduces the experimental results of this paper and the comparison with the work results of other researchers.
Section 4 and
Section 5 are the discussion and conclusion of this paper’s research, respectively.