摘要
Sea surface temperature (SST) is closely related to global climatechange, ocean ecosystem, and ocean disaster. Accurate prediction of SST isan urgent and challenging task. With a vast amount of ocean monitoring dataare continually collected, data-driven methods for SST time-series predictionshow promising results. However, they are limited by neglecting complexinteractions between SST and other ocean environmental factors, such as airtemperature and wind speed. This paper uses multi-factor time series SSTdata to propose a sequence-to-sequence network with two-module attention(TMA-Seq2seq) for long-term time series SST prediction. Specifically, TMASeq2seq is an LSTM-based encoder-decoder architecture facilitated by factorand temporal-attention modules and the input of multi-factor time series. Ittakes six-factor time series as the input, namely air temperature, air pressure,wind speed, wind direction, SST, and SST anomaly (SSTA). A factor attentionmodule is first designed to adaptively learn the effect of different factors onSST, followed by an encoder to extract factor-attention weighted features asfeature representations. And then, a temporal attention module is designedto adaptively select the hidden states of the encoder across all time steps tolearn more robust temporal relationships. The decoder follows the temporalattention module to decode the feature vector concatenated from the weightedfeatures and original input feature. Finally, we use a fully-connect layer tomap the feature into prediction results. With the two attention modules, ourmodel effectively improves the prediction accuracy of SST since it can notonly extract relevant factor features but also boost the long-term dependency.Extensive experiments on the datasets of China Coastal Sites (CCS) demonstrate that our proposed model outperforms other methods, reaching 98.29%in prediction accuracy (PACC) and 0.34 in root mean square error (RMSE).Moreover, SST prediction experiments in China’s East, South, and Yellow Seasite data show that the proposed model has strong robustness and multi-siteapplicability.
基金
This study was funded by the work is supported by the National Key R&D Program of China(2016YFC1401903)
the Program for the Capacity Development of Shanghai Local Colleges No.20050501900
Shanghai Education Development Fund Project(Grant NO.AASH2004)
This work was funded by the Researchers Supporting Project No.(RSP2022R509)King Saud University,Riyadh,Saudi Arabia.