A Multi-Spatial-Scale Ocean Sound Speed Profile Prediction Model Based on a Spatio-Temporal Attention Mechanism
Abstract
:1. Introduction
- To address the inadequacies in accounting for multi-spatial coupling effects and spatio-temporal weights in ocean sound speed prediction, we introduced the STA-Conv-LSTM framework along with a multi-spatial-scale sound speed prediction method that integrates spatial structure coupling.
- To validate the efficacy of STA-Conv-LSTM, we conducted experiments to assess the model’s accuracy in predicting ocean sound speed using the BOA_Argo dataset.
2. Materials and Methods
2.1. Data
2.2. Dataset Preprocessing
- Data cropping: The ocean temperature and salinity data of BOA_Argo dataset from January 2004 to June 2023 were downloaded and cropped in relation to the study area range using Python 3.11. Figure 1 shows that the study region extended from latitude 15.5° N to 34.5° N and from longitude 160.5° E to 179.5° E. The data originated from an area in the eastern Pacific Ocean that is well known for its marine habitat and its highly variable climate.
- Determining the velocity of sound: There is a constant quantitative link between temperature, salinity, and water depth and the speed of sound in saltwater. After converting the pressure to a vertically oriented water depth value, the speed of sound at each point was determined using the pressure-to-depth conversion method described by Saunders. Thereafter, the data on sound speed were computed using the following simplified empirical formula derived from Del-Grosso [47]:
- 3.
- Data partitioning: The sound velocity data were formatted as [191, 58, 1] for a single coordinate position (24.5° N, 169.5° E). In a specific area (15.5° N–34.5° N, 160.5° E–179.5° E), the data format for the SSP dataset was [191, 20, 20, 58]. The procedure for splitting the time-series data into training and validation datasets is illustrated in Figure 3. The training subset underwent a 4-fold cross-validation in which 25% of it was used as the validation set. As a result, the overall ratio of the training, validation, and test sets was 3:1:1.
- 4.
- Data normalization: The input data must be linearly transformed to ensure that they are distributed within a specific range. This process helps balance the weights among different features and enhances both the training effectiveness and the generalization ability of the model. In our study, we employed min–max normalization, which scales all training data to the range of [0, 1]. The calculation for this normalization is as follows:
- 5.
- Slide sampling: We performed slide sampling on the normalized SSP data using a window size of 32 and step sizes of 1, 6, 12, 18, 24, and 28.
2.3. Conv-LSTM Model
- (1)
- Determine the information to be filtered. The data transmitted from the previous cell are extracted by convolution as follows:
- (2)
- Determine the information that must be retained for storage in the current cell using input gates similar to those used in LSTM networks as follows:
- (3)
- Calculate the current state of the cell, which is determined by both the forget and the input gates, as follows:
- (4)
- The output gate calculation continues to derive the output data of the current cell based on the already obtained current cell state as follows:
2.4. STA-Conv-LSTM Model
- The model receives the raw SSP sequence data through the input layer for the subsequent layers. The input shape is (samples, time, height, width, channels), which specifies the number of samples, time step, height of the input 2D matrix, width of the input 2D matrix, and number of channels, respectively.
- The input layer is followed by two Conv-LSTM layers. The first Conv-LSTM layer uses 64 filters and a 7 × 7 convolution kernel. By convolving in time and space, this layer captures local features and temporal correlations of the input data. Nonlinearities are introduced to the model using the ReLU activation function, “padding” is set to “same” to keep the output size the same as the input size, and “return_sequences” is set to “True” to retain the output at all time steps. The second Conv-LSTM layer is similar to the first Conv-LSTM layer. This layer also uses 64 filters and 7 × 7 convolution kernels. It further extracts features from the input data to enhance the model’s ability to capture temporal and spatial information.
- The output of the Conv-LSTM layer is input to the temporal attention module to focus on the importance of different time steps.
- A spatial attention module is attached to the temporal attention module to better capture information about key spatial locations.
- After the spatio-temporal features have been extracted, a concatenate layer is used to stitch together the original Conv-LSTM layer output and the output of the spatial attention module along the channel dimension. The purpose of this is to combine the original features with the attention-weighted features, so that the model can both retain the original information and capture the key information using the attention mechanism.
- Finally, a 2D convolutional layer with one filter and a 7 × 7 convolutional kernel is used to map the spliced feature map into an SSP prediction as an output layer. The activation function of the output layer is linear by default, and the output value directly represents the prediction result. Here, “padding” is set to “same” to keep the output size the same as the input size, and “data_format” is set to “channels_last” to retain the order of the channels in the input data.
2.5. Evaluation Indicators
3. Results
3.1. SSP Prediction for a Single Coordinate Position
3.2. SSP Prediction in Three Dimensions
3.3. Comparison of Multi-Spatial-Scale Sound Speed Profile Predictions
4. Discussion
4.1. Analysis of SSP Prediction at a Single Coordinate Position
4.2. Analysis of SSP Prediction in Three Dimensions
4.3. Analysis of Sound Speed Profile Prediction at Different Spatial Scales
5. Conclusions
- For predicting the SSP at a single coordinate location, the experimental study first evaluated the forecasting performance of the STA-Conv-LSTM model under different time step configurations, establishing the optimal time step as 24 months. This means that data for each future time point will be predicted using the monthly mean historical data of the past 24 months. This conclusion is justified by considering the temporal trends and periodicity associated with the distribution of the SSPs. To confirm the superiority of the model, a comparative analysis was conducted with RNN, LSTM, and Conv-LSTM networks. Obtained under the optimal parameter settings, the results showed that the STA-Conv-LSTM network achieved the highest prediction accuracy, with an RMSE of 0.8978 and an ACC exceeding 95%. Additionally, the deviation from the actual data was less than 1 m/s, demonstrating the effectiveness of the STA-Conv-LSTM network in predicting SSP data.
- Three-dimensional SSP prediction was performed in the selected measurement area using the complete historical SSP data to achieve spatio-temporal forecasting. The predictions across different water depths from shallow to deep were compared with the actual data, revealing that the prediction accuracy was greater in deeper waters, achieving an RMSE of 0.0495 and an ACC exceeding 95%. By contrast, the predictive performance was slightly less effective in shallow water, where the RMSE remained around 0.1, with an ACC just below 90%. Overall, these results indicate that the STA-Conv-LSTM network, by effectively capturing the interrelationships among SSPs at various spatial points, provided superior accuracy for 3D area SSP predictions than for SSP predictions at a single coordinate.
Author Contributions
Funding
Data Availability Statement
Acknowledgments
Conflicts of Interest
References
- Akyildiz, I.F.; Pompili, D.; Melodia, T. Underwater acoustic sensor networks: Research challenges. Ad Hoc Netw. 2005, 3, 257–279. [Google Scholar] [CrossRef]
- Stojanovic, M.; Preisig, J. Underwater acoustic communication channels: Propagation models and statistical characterization. IEEE Commun. Mag. 2009, 47, 84–89. [Google Scholar] [CrossRef]
- Kinsler, L.E.; Frey, A.R.; Coppens, A.B.; Sanders, J.V. Fundamentals of Acoustics, 4th ed.; John Wiley and Sons: Hoboken, NJ, USA, 2000; 480p. [Google Scholar]
- Heidemann, J.; Stojanovic, M.; Zorzi, M. Underwater sensor networks: Applications, advances and challenges. Philos. Trans. R. Soc. A Math. Phys. Eng. Sci. 2012, 370, 158–175. [Google Scholar] [CrossRef] [PubMed]
- Chen, C.T.; Millero, F.J. Speed of sound in seawater at high pressures. J. Acoust. Soc. Am. 1977, 62, 1129–1135. [Google Scholar] [CrossRef]
- Mackenzie, K.V. Nine-term equation for sound speed in the oceans. J. Acoust. Soc. Am. 1981, 70, 807–812. [Google Scholar] [CrossRef]
- Storto, A.; Falchetti, S.; Oddo, P.; Jiang, Y.M.; Tesei, A. Assessing the impact of different ocean analysis schemes on oceanic and underwater acoustic predictions. J. Geophys. Res. Oceans 2020, 125, e2019JC015636. [Google Scholar] [CrossRef]
- Wu, Z.; Yang, F.; Tang, Y. High-Resolution Seafloor Survey and Applications; Springer & Science Press: Beijing, China, 2020; p. 625. ISBN 978-7-03-066031-9. [Google Scholar]
- Zhao, D.; Wu, Z.; Zhou, J.; Li, J.; Shang, J.; Li, S. A new method of automatic SVP optimization based on MOV algorithm. Mar. Geod. 2015, 38, 225–240. [Google Scholar] [CrossRef]
- Yang, F.; Li, J.; Wu, Z.; Jin, X.; Chu, F.; Kang, Z. A post-processing method for the removal of refraction artifacts in multibeam bathymetry data. Mar. Geod. 2007, 30, 235–247. [Google Scholar] [CrossRef]
- Liu, Y.Y.; Chen, Y.; Meng, Z.; Chen, W. Performance of single empirical orthogonal function regression method in global sound speed profile inversion and sound field prediction. Appl. Ocean Res. 2023, 135, 103598. [Google Scholar] [CrossRef]
- Munk, W.; Wunsch, C. Ocean acoustic tomography: A scheme for large scale monitoring. Deep. Sea Res. Part A Oceanogr. Res. Pap. 1979, 25, 123–161. [Google Scholar] [CrossRef]
- Skarsoulis, E.K.; Athanassoulis, G.A.; Send, U. Ocean acoustic tomography based on peak arrivals. J. Acoust. Soc. Am. 1996, 100, 797–813. [Google Scholar] [CrossRef]
- Tolstoy, A.; Diachok, O.; Frazer, L.N. Acoustic tomography via matched field processing. J. Acoust. Soc. Am. 1991, 89, 1119–1127. [Google Scholar] [CrossRef]
- Goncharov, V.V.; Voronovich, A.G. An experiment on matched-field acoustic tomography with continuous wave signals in the Norway Sea. J. Acoust. Soc. Am. 1993, 93, 1873–1881. [Google Scholar] [CrossRef]
- Candy, J.V.; Sullivan, E.J. Sound velocity profile estimation: A system theoretic approach. IEEE J. Ocean. Eng. 1993, 18, 240–252. [Google Scholar] [CrossRef]
- Carrière, O.; Hermand, J.P.; Candy, J.V. Inversion for time-evolving sound-speed field in a shallow ocean by ensemble Kalman filtering. IEEE J. Ocean. Eng. 2009, 34, 586–602. [Google Scholar] [CrossRef]
- Gerstoft, P.; Mecklenbräuker, C.F.; Seong, W.; Bianco, M. Introduction to compressive sensing in acoustics. J. Acoust. Soc. Am. 2018, 143, 3731–3736. [Google Scholar] [CrossRef]
- Bianco, M.; Gerstoft, P. Compressive acoustic sound speed profile estimation. J. Acoust. Soc. Am. 2016, 139, EL90–EL94. [Google Scholar] [CrossRef]
- Choo, Y.; Seong, W. Compressive sound speed profile inversion using beamforming results. Remote Sens. 2018, 10, 704. [Google Scholar] [CrossRef]
- Park, J.C.; Kennedy, R.M. Remote sensing of ocean sound speed profiles by a perceptron neural network. IEEE J. Ocean. Eng. 1996, 21, 216–224. [Google Scholar] [CrossRef]
- Jain, S.; Ali, M.M. Estimation of sound speed profiles using artificial neural networks. IEEE Geosci. Remote Sens. Lett. 2006, 3, 467–470. [Google Scholar] [CrossRef]
- Huang, J.; Luo, Y.; Shi, J.; Ma, X.; Li, Q.Q.; Li, Y.Y. Rapid modeling of the sound speed field in the South China Sea based on a comprehensive optimal LM-BP artificial neural network. J. Mar. Sci. Eng. 2021, 9, 488. [Google Scholar] [CrossRef]
- Li, B.Y.; Zhai, J.S. A novel sound speed profile prediction method based on the convolutional long-short term memory network. J. Mar. Sci. Eng. 2022, 10, 572. [Google Scholar] [CrossRef]
- Espeholt, L.; Agrawal, S.; Sønderby, C.; Kumar, M.; Heek, J.; Bromberg, C.; Gazen, C.; Carver, R.; Andrychowicz, M.; Hickey, J.; et al. Deep learning for twelve hour precipitation forecasts. Nat. Commun. 2022, 13, 5145. [Google Scholar] [CrossRef] [PubMed]
- Shao, Q.; Li, W.; Han, G.J.; Hou, G.C.; Liu, S.Y.; Gong, Y.T.; Qu, P. A deep learning model for forecasting sea surface height anomalies and temperatures in the South China Sea. temperatures in the South China Sea. J. Geophys. Res. Ocean. 2021, 125, e2021JC017515. [Google Scholar] [CrossRef]
- LeCun, Y.; Bengio, Y.; Hinton, G. Deep learning. Nature 2015, 521, 436–444. [Google Scholar] [CrossRef]
- Ham, Y.G.; Kim, J.H.; Luo, J.J. Deep learning for multi-year ENSO forecasts. Nature 2019, 573, 568–572. [Google Scholar] [CrossRef]
- Xiao, C.J.; Chen, N.C.; Hu, C.L.; Wang, K.; Gong, J.Y.; Chen, Z.Q. Short and mid-term sea surface temperature prediction using time-series satellite data and LSTM-AdaBoost combination approach. Remote Sens. Environ. 2019, 333, 111858. [Google Scholar] [CrossRef]
- Andersson, T.R.; Hosking, J.S.; Pérez-Ortiz, M.; Paige, B.; Elliott, A.; Russell, C.; Law, S.; Jones, D.C.; Wilkinson, J.; Phillips, T.; et al. Seasonal Arctic sea ice forecasting with probabilistic deep learning. Nat. Commun. 2021, 12, 5124. [Google Scholar] [CrossRef]
- Saunders, P.M. Practical conversion of pressure to depth. J. Phys. Oceanogr. 1981, 11, 573–574. [Google Scholar] [CrossRef]
- Yu, X.K.; Xu, T.H.; Wang, J.T. Sound Velocity Profile Prediction Method Based on RBF Neural Network. In Proceedings of the China Satellite Navigation Conference (CSNC) 2020 Proceedings, Chengdu, China, 22–25 November 2020; Volume III, pp. 475–487. [Google Scholar]
- Zhang, Q.; Wang, H.; Dong, J.Y.; 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]
- Ali, A.; Fathalla, A.; Salah, A.; Bekhit, M.; Eldesouky, E. Marine Data Prediction: An Evaluation of Machine Learning, Deep Learning, and Statistical Predictive Models. Comput. Intell. Neurosci. 2021, 27, 8551167. [Google Scholar]
- Ou, Z.Y.; Qu, K.; Liu, C. Estimation of sound speed profiles using a random forest model with satellite surface observations. Shock Vib. 2022, 2022, 2653791. [Google Scholar] [CrossRef]
- Ou, Z.Y.; Qu, K.; Shi, M.; Wang, Y.F.; Zhou, J.B. Estimation of sound speed profiles based on remote sensing parameters using a scalable end-to-end tree boosting model. Front. Mar. Sci. 2022, 9, 1051820. [Google Scholar]
- Piao, S.C.; Yan, X.; Li, Q.Q.; Li, Z.L.; Wang, Z.W.; Zhu, J.L. Time series prediction of shallow water sound speed profile in the presence of internal solitary wave trains. Ocean Eng. 2023, 283, 115058. [Google Scholar]
- Wu, P.F.; Zhang, H.; Shi, Y.J.; Lu, J.J.; Li, S.J.; Huang, W.; Tang, N.; Wang, S.J. Real-time estimation of underwater sound speed profiles with a data fusion convolutional neural network model. Appl. Ocean Res. 2024, 150, 104088. [Google Scholar]
- Gao, C.; Cheng, L.; Zhang, T.; Li, J.L. Long-term Forecasting of Ocean Sound Speeds at Any Time via Neural Ordinary Differential Equations. In Proceedings of the OCEANS 2024—Singapore, Singapore, 15–18 April 2024; pp. 1–6. [Google Scholar]
- Xu, Y.H.; Hou, J.Y.; Zhu, X.J.; Wang, C.; Shi, H.D.; Wang, J.Y. Hyperspectral Image Super-Resolution with ConvLSTM Skip Connections. IEEE Trans. Geosci. Remote Sens. 2024, 62, 1–16. [Google Scholar]
- Abbass, M.J.; Lis, R.; Awais, M.; Nguyen, T.X. Convolutional Long Short-Term Memory (ConvLSTM)-Based Prediction of Voltage Stability in a Microgrid. Energies 2024, 17, 1999. [Google Scholar] [CrossRef]
- Zheng, L.; Lu, W.S.; Zhou, Q.Y. Weather image-based short-term dense wind speed forecast with a ConvLSTM-LSTM deep learning model. Build. Environ. 2023, 239, 110446. [Google Scholar] [CrossRef]
- He, R.; Liu, Y.B.; Xiao, Y.P.; Lu, X.Y.; Zhang, S. Deep spatio-temporal 3D densenet with multiscale ConvLSTM-Resnet network for citywide traffic flow forecasting. Knowl.-Based Syst. 2022, 250, 109054. [Google Scholar]
- Lv, Z.Q.; Ma, Z.B.; Xia, F.Q.; Li, J.B. A transportation Revitalization index prediction model based on Spatial-Temporal attention mechanism. Adv. Eng. Inform. 2024, 61, 102519. [Google Scholar] [CrossRef]
- Xu, C.Y.; Xu, C.Q. Local spatial and temporal relation discovery model based on attention mechanism for traffic forecasting. Neural Netw. 2024, 176, 106365. [Google Scholar] [PubMed]
- Li, H.; Xu, F.; Zhou, W.; Wang, D.; Wright, J.S.; Liu, Z.; Lin, Y. Development of a global gridded Argo data set with Barnes successive corrections. J. Geophys. Res. Ocean. 2017, 122, 866–889. [Google Scholar] [CrossRef]
- Del Grosso, V.A. New equation for the speed of sound in natural waters (with comparisons to other equations). J. Acoust. Soc. Am. 1974, 56, 1084–1091. [Google Scholar] [CrossRef]
- Wang, H.Y.; Xu, P.D.; Zhao, J.H. Improved KNN Algorithm Based on Preprocessing of Center in Smart Cities. Complexity 2021, 2021, 5524388. [Google Scholar]
- Shi, X.J.; Chen, Z.R.; Wang, H.; Yeung, D.Y.; Wong, W.K.; Woo, W.C. Convolutional LSTM network: A machine learning approach for precipitation nowcasting. In Proceedings of the 28th International Conference on Neural Information Processing Systems, Montreal, QC, Canada, 8–13 December 2014; MIT Press: Cambridge, MA, USA, 2015; pp. 802–810. [Google Scholar]
- Lindemann, B.; Müller, T.; Vietz, H.; Jazdi, N.; Weyrich, M. A Survey on Long Short-Term Memory Networks for Time Series Prediction. Procedia CIRP 2021, 99, 650–655. [Google Scholar]
- Agga, A.; Abbou, A.; Labbadi, M.; Houm, Y.E. Short-Term Self Consumption PV Plant Power Production Forecasts Based on Hybrid CNN-LSTM, ConvLSTMModels. Renew. Energy 2021, 177, 101–112. [Google Scholar]
- Moishin, M.; Deo, R.C.; Prasad, R.; Rai, N.; Abdulla, S. Designing Deep-Based Learning Flood Forecast Model with ConvLSTM Hybrid Algorithm. IEEE Access 2021, 9, 50982–50993. [Google Scholar]
- Peng, Y.Q.; Tao, H.F.; Li, W.; Yuan, H.T.; Li, T.J. Dynamic Gesture Recognition Based on Feature Fusion Network and Variant ConvLSTM. IET Image Process. 2020, 14, 2480–2486. [Google Scholar]
- Guo, F.; Yang, J.; Li, H.; Li, G.; Zhang, Z. A ConvLSTM Conjunction Model for Groundwater Level Forecasting in a Karst Aquifer Considering Connectivity Characteristics. Water 2021, 13, 2759. [Google Scholar] [CrossRef]
- Liu, Y.; Chen, W.; Chen, W.; Chen, Y.; Ma, L.; Meng, Z. Reconstruction of ocean front model based on sound speed clustering and its effectiveness in ocean acoustic forecasting. Appl. Sci. 2021, 11, 8461. [Google Scholar] [CrossRef]
- Chen, C.; Lei, B.; Ma, Y.; Liu, Y.; Wang, Y. Diurnal fluctuation of shallow-water acoustic propagation in the cold dome off northeastern Taiwan in spring. IEEE J. Ocean. Eng. 2020, 45, 1099–1111. [Google Scholar] [CrossRef]
- Elman, J.L. Finding structure in time. Cogn. Sci. 1990, 14, 179–211. [Google Scholar] [CrossRef]
- Niu, Z.Y.; Zhong, G.Q.; Yu, H. A Review on The Attention Mechanism of Deep Learning. Neurocomputing 2021, 452, 48–62. [Google Scholar] [CrossRef]
- Chen, W.; Zhang, Y.; Liu, Y.; Ma, L.; Wang, H.; Ren, K.; Chen, S. Parametric model for eddies-induced sound speed anomaly in five active mesoscale eddy regions. J. Geophys. Res. Oceans 2022, 127, e2022JC018408. [Google Scholar] [CrossRef]
- Xiao, Y.; Li, Z.; Sabra, K.G. Effect of mesoscale eddies on deep-water sound propagation. J. Acoust. Soc. Am. 2018, 143, 1873–1874. [Google Scholar] [CrossRef]
- Shapiro, G.; Chen, F.; Thain, R. The effect of ocean fronts on acoustic wave propagation in the Celtic Sea. J. Mar. Syst. 2014, 139, 217–226. [Google Scholar] [CrossRef]
- Chen, C.; Yang, K.; Duan, R.; Ma, Y. Acoustic propagation analysis with a sound speed feature model in the front area of Kuroshio Extension. Appl. Ocean Res. 2017, 68, 1–10. [Google Scholar] [CrossRef]
- Navarra, A.; Simoncini, V. A Guide to Empirical Orthogonal Functions for Climate Data Analysis; Springer: Dordrecht, The Netherlands, 2010; pp. 39–67. [Google Scholar] [CrossRef]
- Qu, K.; Zou, B.; Zhou, J. Rapid environmental assessment in the South China Sea: Improved inversion of sound speed profile using remote sensing data. Acta Oceanol. Sin. 2022, 41, 78–83. [Google Scholar] [CrossRef]
- Duda, T.F.; Lavery, A.C.; Lin, Y.; Zhang, W. Sound propagation effects of near-seabed internal waves in shallow water. J. Acoust. Soc. Am. 2018, 143, 1975. [Google Scholar] [CrossRef]
- Lin, Y.; Lynch, J.F. Three-dimensional sound propagation and scattering in an ocean with surface and internal waves over range-dependent seafloor. J. Acoust. Soc. Am. 2017, 141, 3753. [Google Scholar] [CrossRef]
- Sarkar, P.; Janardhan, P.; Roy, P. Applicability of a long short-term memory deep learning network in sea surface temperature predictions. In Proceedings of the Earth 1st International Conference on Water Security and Sustainability, San Luis Potosí, Mexico, 28–30 October 2019. [Google Scholar]
- Sarkar, P.; Janardhan, P.; Roy, P. Prediction of sea surface temperatures using deep learning neural networks. SN Appl. Sci. 2020, 2, 1–14. [Google Scholar] [CrossRef]
Time Step | RMSE | ACC (%) | RE (m/s) |
---|---|---|---|
1 | 1.8629 | 91.89 | 1.2448 |
6 | 2.2551 | 90.19 | 1.4880 |
12 | 1.4568 | 93.32 | 1.0122 |
18 | 2.9064 | 87.04 | 1.9679 |
24 | 0.8978 | 95.12 | 0.7379 |
28 | 2.8697 | 88.19 | 1.7968 |
Model | RMSE | ACC (%) | RE (m/s) |
---|---|---|---|
RNN | 1.9768 | 88.31 | 1.7400 |
LSTM | 1.5410 | 90.79 | 1.4009 |
Conv-LSTM | 1.0296 | 92.96 | 1.1644 |
STA-Conv-LSTM | 0.8978 | 95.12 | 0.7379 |
Water Depth (m) | RMSE | ACC (%) | RE (m/s) |
---|---|---|---|
0 | 0.1098 | 89.88 | 5.691 |
400 | 0.0815 | 91.38 | 2.018 |
800 | 0.0647 | 92.77 | 1.428 |
1200 | 0.0601 | 94.80 | 1.079 |
1600 | 0.0495 | 95.95 | 0.659 |
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. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Wang, S.; Wu, Z.; Jia, S.; Zhao, D.; Shang, J.; Wang, M.; Zhou, J.; Qin, X. A Multi-Spatial-Scale Ocean Sound Speed Profile Prediction Model Based on a Spatio-Temporal Attention Mechanism. J. Mar. Sci. Eng. 2025, 13, 722. https://doi.org/10.3390/jmse13040722
Wang S, Wu Z, Jia S, Zhao D, Shang J, Wang M, Zhou J, Qin X. A Multi-Spatial-Scale Ocean Sound Speed Profile Prediction Model Based on a Spatio-Temporal Attention Mechanism. Journal of Marine Science and Engineering. 2025; 13(4):722. https://doi.org/10.3390/jmse13040722
Chicago/Turabian StyleWang, Shuwen, Ziyin Wu, Shuaidong Jia, Dineng Zhao, Jihong Shang, Mingwei Wang, Jieqiong Zhou, and Xiaoming Qin. 2025. "A Multi-Spatial-Scale Ocean Sound Speed Profile Prediction Model Based on a Spatio-Temporal Attention Mechanism" Journal of Marine Science and Engineering 13, no. 4: 722. https://doi.org/10.3390/jmse13040722
APA StyleWang, S., Wu, Z., Jia, S., Zhao, D., Shang, J., Wang, M., Zhou, J., & Qin, X. (2025). A Multi-Spatial-Scale Ocean Sound Speed Profile Prediction Model Based on a Spatio-Temporal Attention Mechanism. Journal of Marine Science and Engineering, 13(4), 722. https://doi.org/10.3390/jmse13040722