Next Article in Journal
4D+ City Sidewalk: Integrating Pedestrian View into Sidewalk Spaces to Support User-Centric Urban Spatial Perception
Previous Article in Journal
Credibility Assessment for Digital Twins in Vehicle-in-the-Loop Test Based on Information Entropy
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Sea Surface Temperature Prediction Enhanced by Exploring Spatiotemporal Correlation Based on LSTM and Gaussian Process

by
Zhenglin Li
1,2,†,
Qingxiong Zhu
2,†,
Dan Zhang
3,*,
Hao Wu
3 and
Yan Peng
1,2
1
School of Future Technology, Shanghai University, Shanghai 200444, China
2
Institute of Artificial Intelligence, Shanghai University, Shanghai 200444, China
3
School of Mechatronic Engineering and Automation, Shanghai University, Shanghai 200444, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Sensors 2025, 25(5), 1373; https://doi.org/10.3390/s25051373
Submission received: 13 January 2025 / Revised: 14 February 2025 / Accepted: 18 February 2025 / Published: 24 February 2025
(This article belongs to the Section Environmental Sensing)

Abstract

:
The accurate prediction of sea surface temperature (SST) is essential for studying marine phenomena, understanding climate dynamics, and forecasting environmental changes. However, developing a general SST prediction model is challenging due to significant regional variations and the impacts of diverse climate phenomena. To improve the performance of SST predictions, we propose a hybrid framework that effectively models the spatial and temporal dependencies of SST data with a Gaussian process-enhanced Long Short-Term Memory network. The LSTM module adaptively captures both long and short-term temporal trends in SST variation, while the Gaussian process incorporates the spatial dependency of neighboring data to further refine the predictions. Furthermore, our proposed framework estimates the uncertainty associated with SST predictions, providing crucial information for practical applications. Comprehensive experiments are conducted on the OISST dataset, with a focus on the Bohai Sea and the South China Sea. The results of our framework outperform state-of-the-art methods, validating its superiority in SST prediction.

1. Introduction

Sea surface temperature (SST) is a vital parameter that characterizes the ocean’s thermal equilibrium, playing a crucial role in applications ranging from marine ecosystem management to global climate modeling [1,2]. With the rapid advancement of remote sensing technologies and in-situ observations, SST data have expanded significantly in both volume and complexity, introducing challenges for accurate prediction [3,4]. Therefore, leveraging advanced computational methods and big-data analytics becomes essential for managing and extracting valuable insights from these large-scale spatiotemporal datasets [5]. By processing these high-dimensional data, these methods contribute to more effective climate modeling and forecasting efforts [6,7]. Accurate SST prediction is therefore critical not only for scientific research but also for practical applications, such as mitigating the impacts of climate variability and improving forecasts of phenomena like the El Niño Southern Oscillation [8,9,10].
Methods for predicting SST can be broadly categorized into two types: physical dynamic models and data-driven approaches. Currently, there are over 40 marine numerical models, each designed with specific advantages and tailored for distinct applications, as highlighted in recent studies [11]. Prominent models for SST prediction include the General Circulation Model (GCM) [12], the Integrated Forecast System (IFS) [13], and the Global Forecast Systems (GFS) [14]. The GCM, for instance, simulates global climate changes by calculating atmospheric evolution based on conservation laws. In contrast, the IFS and GFS, developed by the European Centre for Medium-Range Weather Forecasts (ECMWF) and the National Centers for Environmental Prediction (NCEP) respectively, offer SST predictions across varying time scales. Additionally, the Hybrid Coordinate Ocean Model (HYCOM) [15,16] incorporates three types of self-adaptive coordinates, enhancing its versatility. Despite these advancements, the precision of high-resolution SST predictions by physical dynamic models remains constrained by imperfect parameterization schemes, the limitations of observational data, and the inherent complexity of oceanic processes.
Leveraging big data, data-driven approaches offer a powerful means of autonomously uncovering patterns within vast SST datasets, reducing the need for detailed domain expertise [17,18]. These methods include traditional machine learning models like vector autoregressive models [19], autoregressive integrated moving average (ARIMA) [20], and support vector machines (SVMs) [21]. For instance, Lavine [22] employed Markov random fields for ocean temperature analysis, while Aguilar-Martinez [23] utilized support vector regression (SVR) for predicting monthly SST anomalies. However, these models often encounter difficulties with long-term trend prediction, and their accuracy diminishes as the forecasting horizon extends [24].
The recent proliferation of observational data from in-situ measurements and satellite remote sensing has driven significant advancements in deep neural networks for SST prediction [25,26,27,28,29]. Recurrent neural networks (RNNs), particularly Long Short-Term Memory (LSTM) networks, have been successfully applied to capture the intricate temporal dynamics of SST [30,31]. Zhang et al. [32] proposed the FC-LSTM model, which integrates LSTM with fully connected layers for single-point SST prediction. Yang et al. enhanced the FC-LSTM model by incorporating convolutional neural networks to predict SST, considering spatial correlation and utilizing fixed-dimensional patches to capture the local correlation and global coherence of each pixel [33]. Usharani introduced a novel loss function for the LSTM-based SST prediction model, aiming to minimize errors and expedite convergence [34]. Xiao et al. introduced the LSTM-Adaboost method that combines the deep recurrent-neural-network model of LSTM with the AdaBoost ensemble learning model to address potential overfitting issues in LSTM and improve accuracy in short- and medium-term daily SST prediction [35]. Han et al. adopted ConvLSTM [36] for end-to-end SST prediction training, substituting the matrix multiplication in FC-LSTM with convolutional operations [37]. Additionally, Araújo et al. [38] introduced a novel deep neural-network architecture leveraging Dilation–Erosion–Linear (DEL) processing units for forecasting sea surface temperatures (SST). This model, grounded in the integration of linear and nonlinear components through mathematical morphology and gradient-based learning, aims to enhance SST prediction by capturing long-term dependencies and nonlinear patterns within the time-series data.
These SST prediction methods mainly focus on capturing temporal patterns, but hardly consider the spatial correlation between individual SST values or their insufficient ability to extract spatial information [39]. In specific regions, like landmasses or islands, the scarcity of reliable SST data complicates the accurate encoding of spatial SST variability via convolutional neural networks. SST prediction methods that integrate spatiotemporal information can address performance bottlenecks inherent in traditional approaches. Moreover, offering reliable uncertainty estimates through probabilistic assessments is highly advantageous [40]. Recently, several methods have emerged that employ graph neural networks to capture SST’s spatial features, as seen in [41,42,43,44]. The application of graph neural networks in predicting sea surface temperature (SST) has demonstrated promising results, owing to its ability to capture spatial features, adaptability across diverse regions, and integration of spatiotemporal information [45]. However, these approaches demand significant data and computational resources and often fall short in offering uncertainty metrics for their predictions.
In this paper, we propose a hybrid LSTM–Gaussian Process Regression (LSTM-GPR) framework for SST prediction, leveraging the spatiotemporal correlation of historical and neighboring SST data. The proposed model comprises two main modules: the temporal dependency extraction module and the spatial dependency enhancement module. The former discerns inherent temporal patterns in the SST data through an LSTM network, by extracting informative historical features and generating accurate predictions for each data-sampling location. The latter module refines the predicted SST of the target point by establishing a probabilistic distribution to model the dependence between the temperature of the center point and its spatially adjacent data.
The key contributions of this paper can be summarized as follows:
(1)
The proposed LSTM-GPR framework effectively models the spatiotemporal patterns of SST, enabling accurate predictions. The Gaussian process models spatial correlations based on predicted SST values and their surrounding areas, while the LSTM captures temporal dynamics.
(2)
Our model provides valuable information on prediction uncertainties by leveraging the inherent advantages of Gaussian processes to estimate confidence intervals for SST forecasting.
(3)
The results of extensive experiments on the OISST dataset validate the superiority of our framework over existing methods.
The rest of the paper is arranged as follows. Section 2 presents the proposed LSTM-GPR framework in detail. Next, the experimental results are illustrated and analyzed in Section 3. Finally, Section 4 concludes the paper.

2. Methodology

2.1. Problem Formulation

SST forecasting leverages historical temperature records from in-situ observations and reanalysis, complemented by other oceanographic variables, to predict upcoming temperature fluctuations. Oceanic data are organized into grids based on longitude and latitude coordinates, with each grid unit signifying a unique observation point. Consider a temporal series of ocean data for a region denoted as X = { X : , 0 , X : , 1 , , X : , t } , where X : , t = { X 1 , t , X 2 , t , , X N , t } R N × d encapsulates the data from N points at time t within the region, with d representing the data dimension. The problem formulation is depicted in Figure 1. For the SST prediction, we use the preceding data of the k steps of time t in the sequence X as historical window. These data are used to forecast the SST value for the subsequent τ time steps after t, as follows:
X : , t + 1 , , X : , t + τ = F ( X : , t k + 1 , X : , t k + 2 , , X : , t ; θ ) ,
where θ represents all the learnable parameters in the prediction model F.
In addition to the primary SST predictions, it is imperative to quantify the confidence associated with these forecasts. This confidence measure serves as an indicator of the reliability and robustness of the predictions, allowing users to make informed decisions based on the model’s outputs. Specifically, for each predicted value, a confidence interval (CI) is computed. The CI provides a range within which the true value is likely to fall with a specified probability. In this study, we focus on the 95% confidence interval, meaning there is a 95% chance that the true value lies within this interval.
Mathematically, for a predicted value y i ^ at time step t, the 95% confidence interval is given by:
y i ^ ± z × SE
where z is the z-score corresponding to the desired confidence level (1.96 for 95% CI) and SE is the standard error of the prediction. The standard error can be derived from the model’s residuals or, in the case of probabilistic models, directly from the model’s output.
Furthermore, the probability density function (PDF) associated with each prediction offers a visual representation of the likelihood of different outcomes, further elucidating the prediction’s uncertainty. Incorporating these confidence measures not only enhances the credibility of the predictions but also provides a comprehensive understanding of the model’s performance and its potential limitations.

2.2. Overview of the LSTM-GPR SST Prediction Framework

Oceanic points exhibit intricate temporal and spatial correlations due to their inherent inter connectivity. Accurately capturing these correlations is pivotal for enhancing the precision of oceanic temperature predictions at specific locations. Moreover, in practical applications, it is not just the prediction that matters but also the confidence with which these predictions are made. To address these challenges, we introduce the LSTM-GPR framework, a hybrid model that synergistically combines the temporal prediction strengths of Long Short-Term Memory (LSTM) networks with the probabilistic forecasting capabilities of Gaussian Process Regression (GPR). A schematic of the LSTM-GPR SST prediction framework is depicted in Figure 2.
The proposed framework operates in two distinct phases: temporal dependency extraction and spatial dependency enhancement.
In the initial phase, historical SST sequences are input into the model. This module, equipped with LSTM layers and fully connected layers, is trained to discern and capture inherent temporal patterns within the data. The objective is to extract meaningful spatiotemporal features from the SST sequences, emphasizing the temporal dimension.
In the subsequent phase, once temporal features are extracted, the focus shifts to the spatial dimension. Here, the Gaussian process plays a pivotal role. It considers the spatial relationships among SST points, refining the accuracy of the predictions. Notably, this phase does not just produce point estimates but also generates confidence intervals for the predictions, offering insights into the reliability of the forecasted values.
A unique strength of our approach is its adaptability to diverse geographical contexts, including coastal regions. For coastal points, where data might be sparse or irregular, our model effectively simulates the spatial information of a central point by leveraging data from its surrounding valid points. This ensures that the model remains robust and efficient, even in challenging terrains like coastlines.

2.3. Temporal Dependency Extractor and LSTM Mechanism

The temporal dependency extractor is designed to capture both the trend and seasonal patterns (i.e., long-term dependencies), as well as the non-stationary features (i.e., short-term fluctuations) in the SST sequences. Specifically, we employ Long Short-Term Memory (LSTM), an advanced form of recurrent neural network (RNN) that integrates non-linear and data-dependent control mechanisms. This design helps overcome the common challenge of vanishing gradients in deep neural-network training, especially for longer sequences [46].
The dual state mechanism of LSTM cells facilitates the modeling of complex temporal patterns in SST sequential data. The c state captures long-term dependencies, reflecting broader trends and seasonal patterns, while the hidden state h addresses short-term fluctuations and anomalies. This unique structure of LSTM allows for the maintenance and updating of its state over time, providing a powerful tool for time-series analysis where the continuity of context and the significance of recent events are crucial. The architecture of an LSTM cell is illustrated in Figure 3.
LSTM employs three principal gates: the forget gate ( f t ), input gate ( i t ), and output gate ( o t ), as depicted in Figure 3. The forget gate decides the amount of past information to retain, the input gate determines which new information should be stored, and the output gate controls the amount of information passed from the cell state to the hidden state. The mathematical operations for these gates are as follows:
f t = σ ( W f x x t + W f h h t 1 + b f ) i t = σ ( W i x x t + W i h h t 1 + b i ) c ˜ t = tanh ( W c x x t + W c h h t 1 + b c ) c t = f t c t 1 + i t c ˜ t o t = σ ( W o x x t + W o h h t 1 + b o ) h t = o t t a n h ( c t )
where W and b are the trainable parameters for each gate, and ⊙ denotes element-wise multiplication.
After processing through the LSTM, the state vector h t is passed to a fully connected layer to predict the SST value for the upcoming τ days. The LSTM operations can be succinctly represented as:
h t , c t = LSTM ( h t 1 , c t 1 , X i , t , W )
Y i , : 1 t = σ ( W f c h l + b f c )
where X i , : represents the previous SST sequence of the ith point, Y i , : 1 t R τ is the predicted value of future τ days at time t. This methodology facilitates the generation of a future τ -day spatiotemporal SST sequence for the entire region.

2.4. Spatial Dependency Enhancement with GPR

The spatial autocorrelation between geographically proximate sampling points is influenced by factors like air flow, ocean currents, and water temperature. This results in spatial continuity and similarity. To harness this spatial dependency for improving SST predictions, we employ Gaussian Process Regression (GPR) in the second stage of our framework.
GPR models the relationship between input and output variables using a Gaussian process, which defines a prior distribution over functions. Once observations are available, this model is updated, leading to the derivation of a posterior distribution. By selecting spatially proximate sample points as input features, the GPR model can better capture the spatial dependencies within a region, thereby enhancing prediction accuracy. This is especially beneficial for coastal points, where the model can improve forecast accuracy by using data from surrounding valid points and excluding land data.
Specifically, the training set D = { ( z t , y t ) } t = 1 T = ( Z , Y ) is assumed, where z t R d represents the input feature vector comprising the target point Y i , τ 1 t at time t from the spatiotemporal SST sequence and its adjacent valid points Y : , τ 1 t , and y t R denotes the actual measurement value of the future τ day of the target point at time t. We assume the prediction model is as follows:
Y = f ( Z ) + ε
where f ( · ) is a Gaussian process characterized by its mean and covariance function, and ε N ( 0 , σ 2 ) is a noise term. The prior distribution of Y can be represented as follows, where the mean function is typically set to 0.
Y N ( 0 , K ( Z , Z ) + σ n 2 I n )
The covariance matrix K ( z , z ) = ( κ i j ) is a symmetric positive definite matrix, where each element κ i j is generated by a kernel function that quantifies the correlation between z i and z j for every pair of data samples. I n is an n-dimensional identity matrix. Considering ( Z * , Y * ) as the testing set and its corresponding predicted value, we can derive the joint prior distribution of the observed values Y and the predicted value Y * .
Y Y * N 0 , K ( Z , Z ) + σ n 2 I n K ( Z , Z * ) K ( Z * , Z ) K ( Z * , Z * ) = N 0 , K K * T K * K * *
K ( Z * , Z ) = K ( Z , Z * ) T is the covariance matrix between the test set Z * and training set Z. K ( Z * , Z * ) is the covariance matrix of the test set itself. Squared exponential kernel, linear kernel, and polynomial kernel are all common kernel functions. The formula of squared exponential kernel is as follows. p 1 and p 2 are hyperparameters.
κ i j = p 1 · e x p ( ( z i z j ) 2 2 p 2 )
The posterior distribution can be derived by leveraging the conditional distribution property of Gaussian distribution.
Y * | Y N ( Y ¯ , σ 2 )
Y ¯ = K * K 1 Y
σ y 2 = K * * K * K 1 K * T
Y i , t 2 t R τ is refined by its spatial correlation of adjacent points Y : , t 1 t R τ from each step’s prediction results based on Gaussian process.
Beyond point predictions, our model’s capability to provide interval and probabilistic forecasts stands out as a significant advantage. In real-world applications, understanding the uncertainty associated with predictions can be as crucial as the predictions themselves. For instance, when considering marine activities or planning interventions based on SST forecasts, knowing the range within which temperatures might fluctuate can aid in making informed decisions. Our GPR-based approach provides a 95% confidence interval for predictions, offering a range within which the actual values are likely to fall. This interval prediction is particularly useful for risk assessment and management. Furthermore, the model’s ability to generate a probability density function (PDF) for each predicted value offers insights into the likelihood of specific outcomes, allowing stakeholders to gauge the most probable scenarios and plan accordingly. The PDF formula is as follows:
p ( Y i ) = 1 2 π σ Y i exp ( ( Y i Y i ¯ ) 2 σ Y i 2 )
By effectively harnessing the spatial autocorrelation inherent in oceanic data, our model achieves enhanced accuracy, especially in challenging regions like coastlines. Coupled with its ability to quantify uncertainties and provide probabilistic forecasts, the LSTM-GPR framework emerges as a comprehensive solution for SST prediction, catering to both scientific inquiries and practical applications.

3. Experiments

3.1. Datasets

In our endeavor to demonstrate the capabilities of the LSTM-GPR model, we focus on capturing the intricate spatiotemporal correlations present in climate variables. The Bohai Sea and the South China Sea serve as the primary regions for our case studies, offering a diverse and challenging environment to validate the efficacy of our model. For our experiments in the Bohai Sea and South China Sea regions, we selected SST, USSW, and VSSW as the predictor variables for SST.
Our primary SST data are sourced from the National Oceanic and Atmospheric Administration (NOAA) OISST dataset [47]. This comprehensive dataset provides daily, weekly, and monthly average grid data of sea surface temperatures, offers global coverage of the oceans. The granularity of the data is commendable, with a spatial resolution of 0.25° × 0.25°, ensuring detailed insights into sea surface temperatures.
To complement our SST data, we incorporated wind-speed metrics (measured in m/s), specifically USSW (east–west wind speed) and VSSW (north–south wind speed). These metrics were extracted from the CCMP V02.0 dataset, providing a holistic view of the atmospheric conditions influencing sea temperatures. We curated sub-datasets from the OISST and CCMP datasets, focusing exclusively on the Bohai Sea and South China Sea regions. These curated data span a substantial period, covering three decades from 1990 to 2019, which translates to a total of 10,592 days of data. The initial 80% of the dataset, constituting the bulk of our historical records, was earmarked for training. The subsequent 20%, which offers more recent data, was set aside for testing, ensuring that our model’s predictions are evaluated against the most contemporary and relevant data.

3.2. Experiment Setup

To validate the efficacy of the proposed LSTM-GPR model, we benchmarked its performance against established methods: SVR [23], GPR, and LSTM. The OISST was employed to forecast daily mean sea surface temperatures for a horizon of 1–7 days. Importantly, the dataset was chronologically ordered, ensuring that the temporal relationships within the data were preserved. The model was designed to take 10 days of SST as input and produce forecasts for the subsequent 7 days. The choice of a 10-day sliding time window was made because it aligns with the window length used in similar studies, and it provides a reasonable balance between capturing temporal trends and minimizing data complexity. For the 1–7 day forecast horizon, a 10-day window effectively captures both short-term and longer-term trends without introducing unnecessary complexity, and longer windows did not significantly improve performance.
The model’s predictive performance was quantified using three widely-accepted metrics: Root Mean Square Error (RMSE), Mean Absolute Error (MAE), and the Coefficient of Determination ( R 2 ). These metrics offer a comprehensive assessment, capturing both the magnitude and directionality of prediction errors. All of the test results below are from the test set, which is the last 20% of the total time series. The respective formulas for these metrics are:
RMSE = 1 n i = 1 n ( y i y i ^ ) 2
MAE = 1 n i = 1 n | y i y i ^ |
R 2 = 1 i = 1 n ( y i y i ^ ) 2 i = 1 n ( y i y ¯ ) 2
where y i denotes the observed value y i ^ represents the predicted result of the model, and n is the total number of test-set samples. Lower RMSE and MAE values signify superior model stability and accuracy, while a higher R 2 value indicates better predictive performance.
Prior to feeding the data into the LSTM model, they underwent a normalization process to ensure consistent scale and distribution. This involved centering the data around their mean and scaling based on their standard deviation. The normalization formula is:
x norm = x μ σ
It is crucial to note that the normalization parameters (mean μ and standard deviation σ ) were computed exclusively from the training set to prevent data leakage. The normalized data then served as the input for the LSTM model.

3.3. Experiment Results and Discussion

3.3.1. Evaluation of the Model Performance

To assess the performance of our proposed model, we began by employing a single-step rolling prediction for SST using one variable across four distinct methods. In this experimental setup, the actual SST values from the preceding 10 time steps were consistently utilized as historical inputs for the various models. These models then predicted the SST values for the subsequent time step. After each prediction, the predicted value was added to the historical dataset, and the model then used the most recent 10 SST values to forecast the next step. The results of this rolling prediction are illustrated in Figure 4, which displays the RMSE values for the four methods over a seven-day period in both the Bohai Sea and the South China Sea regions.
A salient observation from the results is the distinct challenge posed by the Bohai Sea region. Its multifaceted coastline, coupled with diverse climatic conditions, introduces substantial temperature variations, making SST predictions particularly challenging. The Bohai Sea’s shallow depth, semi-enclosed nature, and significant river discharge, especially from the Yellow River, create considerable seasonal and spatial variability in SST. These factors contribute to the increased complexity of accurately forecasting SST in the Bohai Sea. In contrast, the South China Sea, being closer to the equator and having a deeper, more expansive area, experiences relatively more stable climatic conditions and less seasonal variability. This results in a more uniform RMSE distribution across methods and greater predictability of SST values in the region.
From our results, it is evident that relying solely on Gaussian process prediction struggles to accurately capture the intricate patterns of SST changes. A standalone Gaussian process, although robust in many applications, seemed to grapple with the complexities of SST patterns, especially in regions with pronounced climatic variations. However, when we amalgamated the Gaussian process’s spatial-feature-extraction capabilities with the LSTM’s temporal prowess, the results were markedly improved. As shown in Figure 4, the LSTM-GPR model not only consistently outperformed other methods but also demonstrated robustness in handling the increased uncertainty associated with longer forecast horizons. This superiority was especially pronounced in the Bohai Sea region, where other prediction models demonstrated noticeable limitations.
To provide a more precise comparison of their prediction accuracy, Table 1 showcases the prediction accuracy metrics for a forecast horizon of 1–7 days across both the Bohai Sea and South China Sea regions using the four methods. Entries in bold highlight the superior performance among the methods. A discernible observation from the table is the consistent supremacy of our LSTM-GPR model over its counterparts in both datasets.

3.3.2. Visualization of Prediction Results

Figure 5a,b provides a visual representation of the prediction outcomes of our LSTM-GPR model for both day 1 and day 7 within randomly selected locations in the Bohai Sea region. To enhance the interpretability of the model’s predictions, we have incorporated a 95% confidence interval in the visualization. The depicted purple line traces the model’s predictions, while the solid orange line delineates the actual observed values.
A salient observation from the visualizations is the pronounced cyclical fluctuation of SST in the Bohai Sea, with temperatures oscillating between 0 to 30 degrees across different years. A closer inspection reveals that the predictions in Figure 5a, representing a one-day forecast, align more closely with the actual SST values compared to those in Figure 5b, which showcases a seven-day forecast horizon. This longer forecast horizon naturally introduces more challenges due to the increased unpredictability of marine processes and seasonal variations, which can lead to larger deviations. However, our model consistently demonstrates resilience in maintaining high accuracy even as forecast horizons extend.
A noteworthy pattern emerges during the summer months, where the prediction errors tend to amplify. This can be attributed to the heightened sea temperatures during this period, which induce rapid, less predictable processes and potentially extreme weather events. In contrast, the winter months, characterized by colder sea temperatures, lead to more gradual processes, resulting in more accurate and consistent predictions. Starting from April, as the sea begins to warm, the added thermal energy accelerates marine processes, leading to increased unpredictability in the SST forecasts.
Figure 6 showcases the probability density functions (PDFs) [48] derived from the LSTM-GPR model at four equidistant intervals within the Bohai Sea’s testing dataset. A striking feature of these PDFs is their uniformity. They neither exhibit pronounced peaks nor valleys and maintain consistent widths, suggesting that the probability densities generated by LSTM-GPR are well calibrated. The proximity of the observation lines to the central region of these curves further underscores the model’s high predictive accuracy for these specific instances.
To further demonstrate the effectiveness of our model, we present the spatial distribution of RMSE for different models in the Bohai Sea region, as shown in Figure 7. This figure illustrates the RMSE distribution for each model, with the LSTM-GPR method consistently outperforming the other approaches. The results highlight that the proposed LSTM-GPR model effectively reduces prediction errors, even in challenging coastal areas with complex spatial characteristics. Additionally, Table 2 presents the MAE and RMSE for each method, providing further evidence of the robustness and superior performance of our model in coastal regions.
In Figure 8, we present scatter plots comparing the predicted SST values to the actual observed values for a designated location within the Bohai Sea. These plots encompass predictions from SVR, GPR, LSTM, and our LSTM-GPR model. A hallmark of superior predictive performance is the close alignment of data points to the diagonal line, indicating minimal deviation between predicted and actual values. As evident in Figure 8d, the data points corresponding to the LSTM-GPR model are densely clustered around this diagonal, underscoring its enhanced predictive prowess. This superior performance aligns with our expectations, given that our model leverages GPR to further refine spatial features, building upon the foundational strengths of LSTM. This synergy results in SST predictions that are both precise and reliable.

3.3.3. Other Experiments

SST is not an isolated phenomenon. It is intricately influenced by a myriad of external factors [49]. Among these, wind speed plays a pivotal role in modulating the temperature of the ocean’s surface. To delve deeper into the interplay between wind speed and SST, and to further refine the predictive capabilities of our LSTM-GPR model, we decided to incorporate wind-speed metrics, specifically USSW (east–west wind speed) and VSSW (north–south wind speed), into our predictive framework.
We modified our LSTM model to ingest these wind-speed [50] metrics alongside historical SST data. The model was then trained to directly output a forecast spanning 7 days into the future. Recognizing the spatial nuances in SST predictions, we still employed GPR to fuse and refine the spatial characteristics of the LSTM’s predictions. This step aimed to harness the spatial dependencies between different oceanic points, further enhancing the model’s accuracy.
The outcomes of this multivariate approach are tabulated in Table 3. Comparing these outcomes with our earlier univariate predictions highlights the benefits of integrating wind speed metrics into SST forecasting. This improvement can be attributed to wind speed’s role in enhancing the heat exchange at the ocean surface, improving vertical mixing, and capturing key seasonal climatic effects that are critical for accurate SST prediction.

4. Conclusions and Future Work

This paper proposes a novel framework for ocean temperature prediction that integrates spatiotemporal correlations. The methodology unfolds in stages: Initially, the LSTM network, trained on historical data, extracts temporal patterns and forecasts across the dataset, yielding preliminary prediction outcomes. Subsequently, the GP models the spatial dependency between each data point and its surrounding areas from the preliminary predictions to refine the SST forecasts, and estimates confidence intervals for each prediction. To evaluate the effectiveness of our method, experimental evaluations are conducted in two distinct oceanic regions. We compare our results with existing approaches as benchmarks. Our findings highlight the superior performance of the LSTM-GPR method in ocean temperature forecasting when compared to alternative techniques.

Author Contributions

Conceptualization, Z.L., H.W. and Y.P.; Data curation, D.Z.; Formal analysis, D.Z.; Funding acquisition, Z.L. and Y.P.; Investigation, H.W.; Methodology, Z.L. and Q.Z.; Project administration, Z.L.; Resources, Z.L. and Y.P.; Software, Q.Z.; Supervision, H.W. and Y.P.; Validation, D.Z., H.W. and Y.P.; Visualization, Q.Z.; Writing—original draft, Q.Z.; Writing—review and editing, Z.L., Q.Z. and D.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This work was funded by the Shanghai Sailing Program (No. 22YF1413800), Young Scientists Fund of the National Natural Science Foundation of China (No. 62203289), Shanghai Pujiang Program (No.23PJ1403000), National Science Foundation for Distinguished Young Scholars (No. 62225308).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Dataset available on request from the authors.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Garcia-Soto, C.; Cheng, L.; Caesar, L.; Schmidtko, S.; Jewett, E.B.; Cheripka, A.; Rigor, I.; Caballero, A.; Chiba, S.; Báez, J.C.; et al. An overview of ocean climate change indicators: Sea surface temperature, ocean heat content, ocean pH, dissolved oxygen concentration, arctic sea ice extent, thickness and volume, sea level and strength of the AMOC (Atlantic Meridional Overturning Circulation). Front. Mar. Sci. 2021, 8, 642372. [Google Scholar]
  2. de Mattos Neto, P.S.; Cavalcanti, G.D.; de O. Santos Júnior, D.S.; Silva, E.G. Hybrid systems using residual modeling for sea surface temperature forecasting. Sci. Rep. 2022, 12, 487. [Google Scholar] [CrossRef] [PubMed]
  3. Li, Z.L.; Wu, H.; Duan, S.B.; Zhao, W.; Ren, H.; Liu, X.; Leng, P.; Tang, R.; Ye, X.; Zhu, J.; et al. Satellite remote sensing of global land surface temperature: Definition, methods, products, and applications. Rev. Geophys. 2023, 61, e2022RG000777. [Google Scholar] [CrossRef]
  4. Vance, T.C.; Huang, T.; Butler, K.A. Big data in Earth science: Emerging practice and promise. Science 2024, 383, eadh9607. [Google Scholar] [CrossRef]
  5. Reichstein, M.; Camps-Valls, G.; Stevens, B.; Jung, M.; Denzler, J.; Carvalhais, N.; Prabhat, F. Deep learning and process understanding for data-driven Earth system science. Nature 2019, 566, 195–204. [Google Scholar] [CrossRef]
  6. Wang, S.; Cao, J.; Philip, S.Y. Deep learning for spatio-temporal data mining: A survey. IEEE Trans. Knowl. Data Eng. 2020, 34, 3681–3700. [Google Scholar] [CrossRef]
  7. Jamshidi, E.J.; Yusup, Y.; Kayode, J.S.; Kamaruddin, M.A. Detecting outliers in a univariate time series dataset using unsupervised combined statistical methods: A case study on surface water temperature. Ecol. Inform. 2022, 69, 101672. [Google Scholar] [CrossRef]
  8. Goddard, L.; Gershunov, A. Impact of El Niño on weather and climate extremes. In El Niño Southern Oscillation in a Changing Climate; American Geophysical Union: Washington, DC, USA, 2020; pp. 361–375. [Google Scholar]
  9. Sun, T.; Feng, Y.; Li, C.; Zhang, X. High precision sea surface temperature prediction of long period and large area in the Indian ocean based on the temporal convolutional network and internet of things. Sensors 2022, 22, 1636. [Google Scholar] [CrossRef] [PubMed]
  10. Smale, D.A.; Wernberg, T.; Oliver, E.C.; Thomsen, M.; Harvey, B.P.; Straub, S.C.; Burrows, M.T.; Alexander, L.V.; Benthuysen, J.A.; Donat, M.G.; et al. Marine heatwaves threaten global biodiversity and the provision of ecosystem services. Nat. Clim. Chang. 2019, 9, 306–312. [Google Scholar] [CrossRef]
  11. Meng, Y.; Gao, F.; Rigall, E.; Dong, R.; Dong, J.; Du, Q. Physical Knowledge-Enhanced Deep Neural Network for Sea Surface Temperature Prediction. IEEE Trans. Geosci. Remote Sens. 2023, 61, 1–13. [Google Scholar] [CrossRef]
  12. Wilby, R.L.; Wigley, T.M. Downscaling general circulation model output: A review of methods and limitations. Prog. Phys. Geogr. 1997, 21, 530–548. [Google Scholar] [CrossRef]
  13. Flemming, J.; Inness, A.; Flentje, H.; Huijnen, V.; Moinat, P.; Schultz, M.; Stein, O. Coupling global chemistry transport models to ECMWF’s integrated forecast system. Geosci. Model Dev. Discuss. 2009, 2, 763–795. [Google Scholar] [CrossRef]
  14. Durai, V.; Roy Bhowmik, S. Prediction of Indian summer monsoon in short to medium range time scale with high resolution global forecast system (GFS) T574 and T382. Clim. Dyn. 2014, 42, 1527–1551. [Google Scholar] [CrossRef]
  15. Chassignet, E.P.; Hurlburt, H.E.; Smedstad, O.M.; Halliwell, G.R.; Hogan, P.J.; Wallcraft, A.J.; Baraille, R.; Bleck, R. The HYCOM (hybrid coordinate ocean model) data assimilative system. J. Mar. Syst. 2007, 65, 60–83. [Google Scholar] [CrossRef]
  16. Shi, Z.; Zheng, H.; Dong, J. OceanVP: A HYCOM based benchmark dataset and a relational spatiotemporal predictive network for oceanic variable prediction. Ocean. Eng. 2024, 304, 117748. [Google Scholar] [CrossRef]
  17. Masini, R.P.; Medeiros, M.C.; Mendes, E.F. Machine learning advances for time series forecasting. J. Econ. Surv. 2023, 37, 76–111. [Google Scholar] [CrossRef]
  18. Shin, D.; Ha, E.; Kim, T.; Kim, C. Short-term photovoltaic power generation predicting by input/output structure of weather forecast using deep learning. Soft Comput. 2021, 25, 771–783. [Google Scholar] [CrossRef]
  19. Zivot, E.; Wang, J. Vector autoregressive models for multivariate time series. In Modeling Financial Time Series with S-PLUS®; Springer: New York, NY, USA, 2006; pp. 385–429. [Google Scholar]
  20. Zhang, G.P. Time series forecasting using a hybrid ARIMA and neural network model. Neurocomputing 2003, 50, 159–175. [Google Scholar] [CrossRef]
  21. Yang, H.; Li, W.; Hou, S.; Guan, J.; Zhou, S. HiGRN: A Hierarchical Graph Recurrent Network for Global Sea Surface Temperature Prediction. ACM Trans. Intell. Syst. Technol. 2023, 14, 1–19. [Google Scholar] [CrossRef]
  22. Lavine, M.; Lozier, S. A Markov random field spatio-temporal analysis of ocean temperature. Environ. Ecol. Stat. 1999, 6, 249–273. [Google Scholar] [CrossRef]
  23. Aguilar-Martinez, S.; Hsieh, W.W. Forecasts of tropical Pacific sea surface temperatures by neural networks and support vector regression. Int. J. Oceanogr. 2009, 2009, 167239. [Google Scholar] [CrossRef]
  24. Ahmed, N.K.; Atiya, A.F.; Gayar, N.E.; El-Shishiny, H. An empirical comparison of machine learning models for time series forecasting. Econom. Rev. 2010, 29, 594–621. [Google Scholar] [CrossRef]
  25. Xu, S.; Dai, D.; Cui, X.; Yin, X.; Jiang, S.; Pan, H.; Wang, G. A deep learning approach to predict sea surface temperature based on multiple modes. Ocean Model. 2023, 181, 102158. [Google Scholar] [CrossRef]
  26. Hao, P.; Li, S.; Song, J.; Gao, Y. Prediction of sea surface temperature in the South China Sea based on deep learning. Remote Sens. 2023, 15, 1656. [Google Scholar] [CrossRef]
  27. Shi, B.; Ge, C.; Lin, H.; Xu, Y.; Tan, Q.; Peng, Y.; He, H. Sea Surface Temperature Prediction Using ConvLSTM-Based Model with Deformable Attention. Remote Sens. 2024, 16, 4126. [Google Scholar] [CrossRef]
  28. Ren, J.; Wang, C.; Sun, L.; Huang, B.; Zhang, D.; Mu, J.; Wu, J. Prediction of Sea Surface Temperature Using U-Net Based Model. Remote Sens. 2024, 16, 1205. [Google Scholar] [CrossRef]
  29. Zhang, M.; Han, G.; Wu, X.; Li, C.; Shao, Q.; Li, W.; Cao, L.; Wang, X.; Dong, W.; Ji, Z. SST Forecast Skills Based on Hybrid Deep Learning Models: With Applications to the South China Sea. Remote Sens. 2024, 16, 1034. [Google Scholar] [CrossRef]
  30. Jia, X.; Ji, Q.; Han, L.; Liu, Y.; Han, G.; Lin, X. Prediction of Sea Surface Temperature in the East China Sea Based on LSTM Neural Network. Remote Sens. 2022, 14, 3300. [Google Scholar] [CrossRef]
  31. Wanigasekara, R.W.W.M.U.P.; Zhang, Z.; Wang, W.; Luo, Y.; Pan, G. Application of Fast MEEMD–ConvLSTM in Sea Surface Temperature Predictions. Remote Sens. 2024, 16, 2468. [Google Scholar] [CrossRef]
  32. Zhang, Q.; Wang, H.; Dong, J.; Zhong, G.; Sun, X. Prediction of sea surface temperature using long short-term memory. IEEE Geosci. Remote Sens. Lett. 2017, 14, 1745–1749. [Google Scholar] [CrossRef]
  33. Yang, Y.; Dong, J.; Sun, X.; Lima, E.; Mu, Q.; Wang, X. A CFCC-LSTM model for sea surface temperature prediction. IEEE Geosci. Remote Sens. Lett. 2017, 15, 207–211. [Google Scholar] [CrossRef]
  34. Usharani, B. ILF-LSTM: Enhanced loss function in LSTM to predict the sea surface temperature. Soft Comput. 2022, 27, 13129–13141. [Google Scholar] [CrossRef]
  35. Xiao, C.; Chen, N.; Hu, C.; Wang, K.; Gong, J.; Chen, Z. Short and mid-term sea surface temperature prediction using time-series satellite data and LSTM-AdaBoost combination approach. Remote Sens. Environ. 2019, 233, 111358. [Google Scholar] [CrossRef]
  36. Han, M.; Feng, Y.; Zhao, X.; Sun, C.; Hong, F.; Liu, C. A convolutional neural network using surface data to predict subsurface temperatures in the Pacific Ocean. IEEE Access 2019, 7, 172816–172829. [Google Scholar] [CrossRef]
  37. Xiao, C.; Chen, N.; Hu, C.; Wang, K.; Xu, Z.; Cai, Y.; Xu, L.; Chen, Z.; Gong, J. A spatiotemporal deep learning model for sea surface temperature field prediction using time-series satellite data. Environ. Model. Softw. 2019, 120, 104502. [Google Scholar] [CrossRef]
  38. Araújo, R.d.A.; de Mattos Neto, P.S.; Nedjah, N.; Soares, S.C. On the Sea Surface Temperature Forecasting Problem with Deep Dilation-Erosion-Linear Models. Big Data Res. 2024, 36, 100455. [Google Scholar] [CrossRef]
  39. Wu, H.; Hu, T.; Liu, Y.; Zhou, H.; Wang, J.; Long, M. Timesnet: Temporal 2d-variation modeling for general time series analysis. arXiv 2022, arXiv:2210.02186. [Google Scholar]
  40. Juan, N.P.; Matutano, C.; Valdecantos, V.N. Uncertainties in the application of artificial neural networks in ocean engineering. Ocean Eng. 2023, 284, 115193. [Google Scholar] [CrossRef]
  41. Wang, T.; Li, Z.; Geng, X.; Jin, B.; Xu, L. Time series prediction of sea surface temperature based on an adaptive graph learning neural model. Future Internet 2022, 14, 171. [Google Scholar] [CrossRef]
  42. Zhang, X.; Li, Y.; Frery, A.C.; Ren, P. Sea surface temperature prediction with memory graph convolutional networks. IEEE Geosci. Remote Sens. Lett. 2021, 19, 1–5. [Google Scholar] [CrossRef]
  43. Liang, S.; Zhao, A.; Qin, M.; Hu, L.; Wu, S.; Du, Z.; Liu, R. A Graph Memory Neural Network for Sea Surface Temperature Prediction. Remote Sens. 2023, 15, 3539. [Google Scholar] [CrossRef]
  44. Lou, G.; Zhang, J.; Zhao, X.; Zhou, X.; Li, Q. A Non-Uniform Grid Graph Convolutional Network for Sea Surface Temperature Prediction. Remote Sens. 2024, 16, 3216. [Google Scholar] [CrossRef]
  45. Liu, M.; Meng, F.; Liang, Y. Generalized pose decoupled network for unsupervised 3d skeleton sequence-based action representation learning. Cyborg Bionic Syst. 2022, 2022, 0002. [Google Scholar] [CrossRef] [PubMed]
  46. Sherstinsky, A. Fundamentals of recurrent neural network (RNN) and long short-term memory (LSTM) network. Phys. D Nonlinear Phenom. 2020, 404, 132306. [Google Scholar] [CrossRef]
  47. Huang, B.; Liu, C.; Banzon, V.; Freeman, E.; Graham, G.; Hankins, B.; Smith, T.; Zhang, H.M. Improvements of the daily optimum interpolation sea surface temperature (DOISST) version 2.1. J. Clim. 2021, 34, 2923–2939. [Google Scholar] [CrossRef]
  48. Zhang, Z.; Ye, L.; Qin, H.; Liu, Y.; Wang, C.; Yu, X.; Yin, X.; Li, J. Wind speed prediction method using shared weight long short-term memory network and Gaussian process regression. Appl. Energy 2019, 247, 270–284. [Google Scholar] [CrossRef]
  49. Hou, S.; Li, W.; Liu, T.; Zhou, S.; Guan, J.; Qin, R.; Wang, Z. MUST: A Multi-source Spatio-Temporal data fusion Model for short-term sea surface temperature prediction. Ocean Eng. 2022, 259, 111932. [Google Scholar] [CrossRef]
  50. Wentz, F.J.; Scott, J.; Hoffman, R.; Leidner, M.; Atlas, R.; Ardizzone, J. Cross-Calibrated Multi-Platform Ocean Surface Wind Vector Analysis Product V2, 1987-Ongoing; National Center for Atmospheric Research: Boulder, CO, USA, 2016. [Google Scholar]
Figure 1. Problem formulation.
Figure 1. Problem formulation.
Sensors 25 01373 g001
Figure 2. Workflow of LSTM-GPR.
Figure 2. Workflow of LSTM-GPR.
Sensors 25 01373 g002
Figure 3. LSTM cell structure.
Figure 3. LSTM cell structure.
Sensors 25 01373 g003
Figure 4. RMSE of different methods for 7-day sea surface temperature prediction. (a) Bohai Sea. (b) South China Sea.
Figure 4. RMSE of different methods for 7-day sea surface temperature prediction. (a) Bohai Sea. (b) South China Sea.
Sensors 25 01373 g004
Figure 5. Comparison of true and estimated SSTs for 1-day (a) and 7-day (b) forecasts using the LSTM-GPR model.
Figure 5. Comparison of true and estimated SSTs for 1-day (a) and 7-day (b) forecasts using the LSTM-GPR model.
Sensors 25 01373 g005
Figure 6. Probability density functions for the results.
Figure 6. Probability density functions for the results.
Sensors 25 01373 g006
Figure 7. RMSE comparison for different models in the Bohai Sea region. The figure shows the spatial distribution of RMSE for four models: SVR, GPR, LSTM, and LSTM-GPR.
Figure 7. RMSE comparison for different models in the Bohai Sea region. The figure shows the spatial distribution of RMSE for four models: SVR, GPR, LSTM, and LSTM-GPR.
Sensors 25 01373 g007
Figure 8. Scatter plots of predicted vs. actual SST values for each method (7-day forecast) in the South China Sea. The diagonal line indicates a perfect prediction. The RMSE and correlation coefficients ( R 2 ) for each method are shown in (a) SVR (RMSE = 0.63, R 2 = 0.79 ); (b) GPR (RMSE = 0.65, R 2 = 0.77 ); (c) LSTM (RMSE = 0.70, R 2 = 0.81 ); and (d) LSTM-GPR (RMSE = 0.62, R 2 = 0.80 ).
Figure 8. Scatter plots of predicted vs. actual SST values for each method (7-day forecast) in the South China Sea. The diagonal line indicates a perfect prediction. The RMSE and correlation coefficients ( R 2 ) for each method are shown in (a) SVR (RMSE = 0.63, R 2 = 0.79 ); (b) GPR (RMSE = 0.65, R 2 = 0.77 ); (c) LSTM (RMSE = 0.70, R 2 = 0.81 ); and (d) LSTM-GPR (RMSE = 0.62, R 2 = 0.80 ).
Sensors 25 01373 g008
Table 1. Comparison of seven-day forecast results in the Bohai Sea and South China Sea regions.
Table 1. Comparison of seven-day forecast results in the Bohai Sea and South China Sea regions.
Study AreaModel NameMetricsDay = 1Day = 2Day = 3Day = 4Day = 5Day = 6Day = 7
Bohai SeaSVRRMSE0.50410.78240.95871.09391.21641.33091.4439
MAE0.35260.57890.72610.83910.94291.04091.1397
R 2 0.99640.99130.98690.98290.97890.97480.9703
GPRRMSE0.51630.78590.95651.08641.20401.31461.4221
MAE0.34430.55860.69870.80450.90050.99071.0798
R 2 0.99620.99110.98690.98310.97920.97530.9710
LSTMRMSE0.46790.77070.99631.19141.38321.57401.7632
MAE0.32390.57970.77390.94021.10141.26061.4186
R 2 0.99680.99140.98570.97940.97220.96390.9545
LSTM-GPRRMSE0.43840.67370.81710.92021.01171.09661.1710
MAE0.29540.49050.61050.69370.76660.83510.8967
R 2 0.99720.99350.99040.98790.98530.98280.9803
South China SeaSVRRMSE0.25690.39020.46660.51910.56160.59930.6335
MAE0.17630.28760.35370.39860.43460.46600.4945
R 2 0.96380.91830.88510.85930.83640.81420.7930
GPRRMSE0.27400.40950.48690.54030.58360.62230.6578
MAE0.18480.29910.36680.41310.45020.48270.5123
R 2 0.95740.90800.87250.84490.82070.79720.7745
LSTMRMSE0.25600.40300.49480.56050.61510.66410.7094
MAE0.18200.30570.38380.43900.48420.52470.5621
R 2 0.96470.92510.89480.87150.85120.83240.8149
LSTM-GPRRMSE0.24740.37920.45720.51170.55620.59500.6296
MAE0.17340.28380.35060.39650.43340.46510.4937
R 2 0.96690.92340.89020.86380.84010.81790.7970
Entries in bold represent the best results for each metric and forecast horizon.
Table 2. MAE and RMSE of different methods in Bohai coastal areas.
Table 2. MAE and RMSE of different methods in Bohai coastal areas.
MethodSVRGPRLSTMLSTM-GPR
MAE0.36370.34970.31680.2916
RMSE0.50930.51750.45480.4293
Table 3. Comparison of seven-day forecast results in the Bohai Sea and South China Sea regions. RMSE and MAE are presented in degrees Celsius (°C).
Table 3. Comparison of seven-day forecast results in the Bohai Sea and South China Sea regions. RMSE and MAE are presented in degrees Celsius (°C).
Study AreaModel NameMetricsDay = 1Day = 2Day = 3Day = 4Day = 5Day = 6Day = 7
Bohai SeaLSTM-GPR (SST)RMSE0.43840.67370.81710.92021.01171.09661.1710
MAE0.29540.49050.61050.69370.76660.83510.8967
R 2 0.99720.99350.99040.98790.98530.98280.9803
LSTM-GPR (SST, USSW, VSSW)RMSE0.47330.65950.77000.84870.91290.96691.0139
MAE0.34100.48850.57660.63830.68840.73210.7711
R 2 0.99680.99370.99150.98960.98800.98650.9852
South China SeaLSTM-GPR (SST)RMSE0.24740.37920.45720.51170.55620.59500.6296
MAE0.17340.28380.35060.39650.43340.46510.4937
R 2 0.96690.92340.89020.86380.84010.81790.7970
LSTM-GPR (SST, USSW, VSSW)RMSE0.24430.36430.43720.48790.52920.56550.5988
MAE0.17730.27700.33770.37940.41310.44270.4696
R 2 0.96730.92820.89830.87490.85380.83340.8132
Entries in bold represent the best results for each metric and forecast horizon.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Li, Z.; Zhu, Q.; Zhang, D.; Wu, H.; Peng, Y. Sea Surface Temperature Prediction Enhanced by Exploring Spatiotemporal Correlation Based on LSTM and Gaussian Process. Sensors 2025, 25, 1373. https://doi.org/10.3390/s25051373

AMA Style

Li Z, Zhu Q, Zhang D, Wu H, Peng Y. Sea Surface Temperature Prediction Enhanced by Exploring Spatiotemporal Correlation Based on LSTM and Gaussian Process. Sensors. 2025; 25(5):1373. https://doi.org/10.3390/s25051373

Chicago/Turabian Style

Li, Zhenglin, Qingxiong Zhu, Dan Zhang, Hao Wu, and Yan Peng. 2025. "Sea Surface Temperature Prediction Enhanced by Exploring Spatiotemporal Correlation Based on LSTM and Gaussian Process" Sensors 25, no. 5: 1373. https://doi.org/10.3390/s25051373

APA Style

Li, Z., Zhu, Q., Zhang, D., Wu, H., & Peng, Y. (2025). Sea Surface Temperature Prediction Enhanced by Exploring Spatiotemporal Correlation Based on LSTM and Gaussian Process. Sensors, 25(5), 1373. https://doi.org/10.3390/s25051373

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop