Vessel Trajectory Prediction Based on AIS Data: Dual-Path Spatial–Temporal Attention Network with Multi-Attribute Information
Abstract
:1. Introduction
- We design a dual-path spacial–temporal attention encoder that models both individual vessel behavior and inter-vessel interactions. One path extracts global temporal features followed by spatial interaction modeling, while the other prioritizes spatial interactions at different time points and then extracts temporal features.
- We separate vessel attributes into dynamic and static categories and process them at different stages of the model, enhancing the ability to capture multi-dimensional information.
- We benchmark our method on real AIS datasets, and the results show that DualSTMA significantly outperforms existing methods in prediction accuracy.
2. Literature Review
2.1. Physical Model-Based Vessel Trajectory Prediction
2.2. Machine Learning-Based Vessel Trajectory Prediction
2.3. Deep Learning-Based Vessel Trajectory Prediction
3. Research Methodology
3.1. Problem Definition and Data Preprocessing
3.1.1. Problem Definition
3.1.2. Data Preprocessing
3.1.3. Feature Preprocessing
3.2. Dual Spatial–Temporal Attention Encoder
3.2.1. Temporal–Spatial Path
3.2.2. Spacial–Temporal Path
3.3. LSTM Decoder
3.4. Loss
4. Experiments
4.1. Experiment Settings
4.1.1. Hyperparameters and Experimental Environment
4.1.2. Dataset
4.1.3. Baselines
- LSTM: LSTM [30] is a specialized recurrent neural network designed to capture long-term dependencies in sequential data. By introducing memory cells, it can retain information over long time sequences, overcoming the issue of information loss in traditional RNNs when processing long sequences. In our model setup, we use a two-layer LSTM with a hidden layer dimension of 32 to ensure sufficient memory capacity to capture complex temporal dependencies.
- Bi-LSTM Bi-LSTM [40] extends the LSTM model, processing both forward and backward information in the sequence, providing more comprehensive contextual information at each time step. The key parameters include a two-layer Bi-LSTM with a hidden layer dimension of 32, enabling bidirectional processing.
- GRU: GRU [41] is a simplified version of the LSTM model that merges the forget and input gates into a single update gate, simplifying the network structure while maintaining strong sequence processing capabilities. We stack two GRU layers, each with a hidden layer dimension of 32.
- Transformer: The transformer [42] model relies entirely on attention mechanisms to process sequential data. It is suitable for efficient processing of large datasets. We set this model with eight attention heads, four encoder layers, and a hidden layer dimension of 32, with a dropout rate of 0.1 to prevent overfitting and improve generalization.
- STGAT: STGAT [43] was initially designed for human trajectory prediction, combining graph attention mechanisms with LSTM to capture spacial–temporal interactions. After appropriate modifications, we applied it to vessel trajectory prediction to generate more reasonable trajectory results.
- METO-S2S: METO-S2S [8] is a model for vessel trajectory prediction that uses a multi-semantic encoder and a type-guided decoder in a sequence-to-sequence architecture. It not only uses historical position information but also incorporates speed, heading, and other navigational information for prediction.
4.1.4. Evaluation Metric
4.2. Model Performance Comparison
4.2.1. Comparison Results with Baselines
4.2.2. Generalization Experiment on Distinct Ocean Regions
- Florida Strait: Results here closely match those in the coastal test set, indicating that the model effectively adapts to vessel activity patterns in this area. This may be due to the similarity in vessel type distribution and the presence of geographic data close to the Florida region in the training set.
- Gulf of Mexico: Compared to Florida, the Gulf of Mexico shows a slight increase in prediction error. This could be attributed to differences in vessel type distribution (e.g., a higher proportion of others) and the complex shipping patterns in this region.
- Hawaiian Islands: Prediction errors are highest in the Hawaiian region. The deep-sea environment lacks typical coastal structures and landmarks, and the higher proportion of fishing and tug tow vessels, which are underrepresented in the training set, increases the difficulty of prediction in this area.
4.2.3. Model Architectures Ablation Study
4.2.4. Attribute Combination Ablation Study
- G2: G2 uses a combination of absolute position and positional difference (Δp), resulting in an RMSE reduction of 0.005502° and FDE of 0.005019°. This indicates that incorporating positional difference helps the model capture vessel movement changes, particularly during acceleration or deceleration.
- G3: G3 combines absolute position with heading (θ), leading to further improvements with an RMSE of 0.005194° and FDE of 0.004769°. This shows that heading information effectively aids in predicting the vessel’s direction, especially during turns.
- G4: G4 combines absolute position with velocity (v), reducing ADE to 0.002785°. This suggests that velocity information is well suited for reflecting the vessel’s movement trends, particularly in steady sailing conditions.
- G5: G5 introduces vessel type, with all four metrics slightly worsened, indicating that including vessel type during preprocessing introduces noise rather than improving performance. This may be because the influence of vessel type is minimal in this scenario, adding unnecessary complexity to the model.
- G6: G6 combines absolute position, positional difference, and heading, resulting in an RMSE of 0.005160° and ADE of 0.003392°. This combination captures both position and heading changes, making it suitable for complex navigation scenarios, such as multi-directional turns.
- G7: G7 combines absolute position, positional difference, and velocity, further reducing the RMSE to 0.004562°, showing that velocity and positional difference work together to capture overall speed changes and instantaneous movements, making this combination effective for handling scenarios with large speed variations.
- G8: G8 combines absolute position, heading, and velocity, achieving an RMSE of 0.004649° and ADE of 0.002785°. This indicates that in some cases, heading and velocity may introduce redundant information, preventing further improvements, although the combination is still effective.
4.3. Visualization Research
5. Discussions
- For noisy and uncertain marine environmental data, the model incorporates uncertainty analysis, embedding error sources into the confidence interval of the model output to enhance result robustness.
- Since factors such as currents and waves exhibit complex temporal and spatial variations, mathematical modeling usually requires extensive statistical experiments and theoretical derivations; simplifications are made based on classical assumptions.
- The model structure adopts a multi-modal design, separately processing AIS data, vessel characteristics, and environmental data to reduce the information noise caused by simple data aggregation.
- To make better use of vessel characteristic data, the model shifts from outputting positional information to outputting underlying control information (such as acceleration and lateral rate of change) and further deduces position based on each vessel’s dynamic constraints, thereby improving prediction accuracy and physical consistency.
6. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Wijaya, W.M.; Nakamura, Y. Port performance indicators construction based on the AIS-generated trajectory segmentation and classification. Int. J. Data Sci. Anal. 2024, 1–20. [Google Scholar] [CrossRef]
- Chen, X.; Wu, H.; Han, B.; Liu, W.; Montewka, J.; Liu, W. Orientation-aware ship detection via a rotation feature decoupling supported deep learning approach. Ocean Eng. 2023, 125, 106686. [Google Scholar] [CrossRef]
- UNCTAD. Review of Maritime Transport 2023; United Nations Publications: New York, NY, USA, 2024. [Google Scholar]
- Kaptan, M.; Uğurlu, Ö.; Wang, J. The effect of nonconformities encountered in the use of technology on the occurrence of collision, contact and grounding accidents. Reliab. Eng. Syst. Saf. 2021, 215, 107886. [Google Scholar] [CrossRef]
- Lei, P.-R. Mining maritime traffic conflict trajectories from a massive AIS data. Knowl. Inf. Syst. 2020, 62, 259–285. [Google Scholar] [CrossRef]
- Liu, J.; Mao, X.; Fang, Y.; Zhu, D.; Meng, M.Q.-H. A Survey on Deep-Learning Approaches for Vehicle Trajectory Prediction in Autonomous Driving. In Proceedings of the 2021 IEEE International Conference on Robotics and Biomimetics (ROBIO), Sanya, China, 27–31 December 2021; pp. 978–985. [Google Scholar]
- Ahmed, I.; Jun, M.; Ding, Y. A spatio-temporal track association algorithm based on marine vessel automatic identification system data. IEEE Trans. Intell. Transp. Syst. 2022, 23, 20783–20797. [Google Scholar] [CrossRef]
- Zhang, Y.; Han, Z.; Zhou, X.; Li, B.; Zhang, L.; Zhen, E.; Wang, S.; Zhao, Z.; Guo, Z. METO-S2S: A S2S based vessel trajectory prediction method with Multiple-semantic Encoder and Type-Oriented Decoder. Ocean Eng. 2023, 277, 114248. [Google Scholar] [CrossRef]
- Liu, R.W.; Liang, M.; Nie, J.; Yuan, Y.; Xiong, Z.; Yu, H.; Guizani, N. STMGCN: Mobile edge computing-empowered vessel trajectory prediction using spatial-temporal multigraph convolutional network. IEEE Trans. Ind. Inform. 2022, 18, 7977–7987. [Google Scholar] [CrossRef]
- Yuan, Y.; Weng, X.; Ou, Y.; Kitani, K.M. AgentFormer: Agent-Aware Transformers for Socio-Temporal Multi-Agent Forecasting. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Montreal, BC, Canada, 17 October 2021; pp. 9813–9823. [Google Scholar]
- Ngiam, J.; Caine, B.; Vasudevan, V.; Zhang, Z.; Chiang, H.T.L.; Ling, J.; Roelofs, R.; Bewley, A.; Liu, C.; Venugopal, A.; et al. Scene Transformer: A Unified Architecture for Predicting Multiple Agent Trajectories. arXiv 2021, arXiv:2106.08417. [Google Scholar]
- Mohamed, A.; Qian, K.; Elhoseiny, M.; Claudel, C. Social-STGCNN: A Social Spatio-Temporal Graph Convolutional Neural Network for Human Trajectory Prediction. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 19 June 2020; pp. 14424–14432. [Google Scholar]
- Li, M.; Li, B.; Qi, Z.; Li, J.; Wu, J. Enhancing Maritime Navigational Safety: Ship Trajectory Prediction Using ACoAtt–LSTM and AIS Data. ISPRS Int. J. Geo-Inf. 2024, 13, 85. [Google Scholar] [CrossRef]
- Tong, X.; Chen, X.; Sang, L.; Mao, Z.; Wu, Q. Vessel trajectory prediction in curving channel of inland river. In Proceedings of the 2015 International Conference on Transportation Information and Safety (ICTIS), Wuhan, China, 25–28 June 2015; pp. 706–714. [Google Scholar] [CrossRef]
- Fossen, S.; Fossen, T.I. Extended kalman filter design and motion prediction of ships using live automatic identification system (AIS) data. In Proceedings of the 2018 2nd European Conference on Electrical Engineering and Computer Science (EECS), Bern, Switzerland, 20–22 December 2018; pp. 464–470. [Google Scholar] [CrossRef]
- Research on Forecasting Ship Sailed Track Behavioral Abnormalities Algorithm Based on Kalman Filter; Hebei University of Technology: Tianjin, China, 2012.
- Mazzarella, F.; Arguedas, V.F.; Vespe, M. Knowledge-based vessel position prediction using historical AIS data. In Proceedings of the 2015 Sensor Data Fusion: Trends, Solutions, Applications (SDF), Bonn, Germany, 6–8 December 2015; pp. 1–6. [Google Scholar] [CrossRef]
- Zhang, X.; Liu, G.; Hu, C.; Ma, X. Wavelet analysis based hidden Markov model for large ship trajectory prediction. In Proceedings of the 2019 Chinese Control Conference (CCC), Guangzhou, China, 27–30 July 2019; pp. 2913–2918. [Google Scholar] [CrossRef]
- Dalsnes, B.R.; Hexeberg, S.; Flåten, A.L.; Eriksen, B.-O.H.; Brekke, E.F. The neighbor course distribution method with Gaussian mixture models for AIS-based vessel trajectory prediction. In Proceedings of the 2018 21st International Conference on Information Fusion (FUSION), Cambridge, UK, 10–13 July 2018; pp. 580–587. [Google Scholar] [CrossRef]
- Murray, B.; Perera, L.P. An AIS-based multiple trajectory prediction approach for collision avoidance in future vessels. In Proceedings of the International Conference on Offshore Mechanics and Arctic Engineering, Glasgow, Scotland, 9–14 June 2019. V07BT06A031. [Google Scholar] [CrossRef]
- Liu, J.; Shi, G.; Zhu, K. Vessel trajectory prediction model based on AIS sensor data and adaptive chaos differential evolution support vector regression (ACDE-SVR). Appl. Sci. 2019, 9, 2983. [Google Scholar] [CrossRef]
- Zhang, C.; Bin, J.; Wang, W.; Peng, X.; Wang, R.; Halldearn, R.; Liu, Z. AIS data driven general vessel destination prediction: A random forest based approach. Transp. Res. Part C Emerg. Technol. 2020, 118, 102729. [Google Scholar] [CrossRef]
- Luo, D.; Chen, P.; Yang, J.; Li, X.; Zhao, Y. A new classification method for ship trajectories based on AIS data. J. Mar. Sci. Eng. 2023, 11, 1646. [Google Scholar] [CrossRef]
- Kraus, P.; Mohrdieck, C.; Schwenker, F. Ship classification based on trajectory data with machine-learning methods. In Proceedings of the 2018 19th International Radar Symposium (IRS), Bonn, Germany, 22 June 2018; pp. 1–10. [Google Scholar]
- Huang, I.-L.; Lee, M.-C.; Chang, L.; Huang, J.-C. Development and Application of an Advanced Automatic Identification System (AIS)-Based Ship Trajectory Extraction Framework for Maritime Traffic Analysis. J. Mar. Sci. Eng. 2024, 12, 1672. [Google Scholar] [CrossRef]
- Filipiak, D.; Węcel, K.; Stróżyńska, M.; Michalak, M.; Abramowicz, W. Extracting maritime traffic networks from AIS data using evolutionary algorithm. Bus. Inf. Syst. Eng. 2020, 62, 435–450. [Google Scholar] [CrossRef]
- Liu, R.W.; Liang, M.; Nie, J.; Lim, W.Y.B.; Zhang, Y.; Guizani, M. Deep learning-powered vessel trajectory prediction for improving smart traffic services in maritime Internet of Things. IEEE Trans. Netw. Sci. Eng. 2022, 9, 3080–3094. [Google Scholar] [CrossRef]
- Li, Y.; Yu, Q.; Yang, Z. Vessel Trajectory Prediction for Enhanced Maritime Navigation Safety: A Novel Hybrid Methodology. J. Mar. Sci. Eng. 2024, 12, 1351. [Google Scholar] [CrossRef]
- Nguyen, D.-D.; Le Van, C.; Ali, M.I. Vessel trajectory prediction using sequence-to-sequence models over spatial grid. In Proceedings of the 12th ACM International Conference on Distributed and Event-Based Systems, Hamilton, New Zealand, 25–29 June 2018; pp. 258–261. [Google Scholar] [CrossRef]
- Forti, N.; Millefiori, L.M.; Braca, P.; Willett, P. Prediction of vessel trajectories from AIS data via sequence-to-sequence recurrent neural networks. In Proceedings of the ICASSP 2020—2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Barcelona, Spain, 4–8 May 2020; pp. 8936–8940. [Google Scholar] [CrossRef]
- Gao, M.; Shi, G.; Li, S. Online prediction of ship behavior with automatic identification system sensor data using bidirectional long short-term memory recurrent neural network. Sensors 2018, 18, 4211. [Google Scholar] [CrossRef]
- Liu, S.S.; Ma, S.X.; Meng, X.; Zhang, Q.C. Prediction model of ship trajectory based on CNN and bi-LSTM. J. Chongqing Univ. Technol. (Nat. Sci.) 2020, 34, 196–205. [Google Scholar]
- Wang, S.; Li, Y.; Zhang, Z.; Xing, H. Big data driven vessel trajectory prediction based on sparse multi-graph convolutional hybrid network with spatio-temporal awareness. Ocean Eng. 2023, 287, 115695. [Google Scholar] [CrossRef]
- Feng, H.; Cao, G.; Xu, H.; Ge, S.S. IS-STGCNN: An Improved Social spatial-temporal graph convolutional neural network for ship trajectory prediction. Ocean Eng. 2022, 266, 112960. [Google Scholar] [CrossRef]
- Zhao, J.; Yan, Z.; Zhou, Z.; Chen, X.; Wu, B.; Wang, S. A ship trajectory prediction method based on GAT and LSTM. Ocean Eng. 2023, 289, 116159. [Google Scholar] [CrossRef]
- Devlin, J.; Chang, M.-W.; Lee, K.; Toutanova, K. BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Minneapolis, MN, USA, 2–7 June 2019; Volume 1, pp. 4171–4186. [Google Scholar]
- Gokcesu, K.; Gokcesu, H. Generalized Huber Loss for Robust Learning and Its Efficient Minimization for a Robust Statistics. arXiv 2021, arXiv:2108.12627. [Google Scholar]
- Gao, D.-W.; Zhu, Y.-S.; Zhang, J.-F.; He, Y.-K.; Yan, K.; Yan, B.-R. A Novel MP-LSTM Method for Ship Trajectory Prediction Based on AIS Data. Ocean Eng. 2021, 228, 108956. [Google Scholar] [CrossRef]
- Dyer, S.A.; Dyer, J.S. Cubic-Spline Interpolation. IEEE Instrum. Meas. Mag. 2001, 4, 44–46. [Google Scholar] [CrossRef]
- Yang, C.-H.; Wu, C.-H.; Shao, J.-C.; Wang, Y.-C.; Hsieh, C.-M. AIS-Based Intelligent Vessel Trajectory Prediction Using Bi-LSTM. IEEE Access 2022, 10, 24302–24315. [Google Scholar] [CrossRef]
- Adege, A.B.; Lin, H.P.; Wang, L.C. Mobility predictions for IoT devices using gated recurrent unit network. IEEE Internet Things J. 2020, 7, 505–517. [Google Scholar] [CrossRef]
- Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, L.; Polosukhin, I. Attention is all you need. Adv. Neural Inf. Process. Syst. 2017, 30. [Google Scholar] [CrossRef]
- Huang, Y.; Bi, H.; Li, Z.; Mao, T.; Wang, Z. STGAT: Modeling Spatial-Temporal Interactions for Human Trajectory Prediction. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Seoul, Republic of Korea, 27 October 2019; pp. 6272–6281. [Google Scholar]
Range | Southwestern | Northeastern | Southeastern | Northwestern |
---|---|---|---|---|
LON | 120° W~114° W | 71° W~65° W | 81° W~75° W | 127° W~122° W |
LAT | 35° N~28° N | 46° N~41° N | 36° N~30° N | 50° N~42° N |
Model | Metrics (°) | 10 min | 20 min | 30 min | 40 min | 50 min |
---|---|---|---|---|---|---|
LSTM | ADE | 0.007024 | 0.009525 | 0.014168 | 0.016787 | 0.020502 |
FDE | 0.008658 | 0.008658 | 0.018923 | 0.021869 | 0.028527 | |
RMSE | 0.009979 | 0.013531 | 0.020127 | 0.023848 | 0.034967 | |
MAE | 0.006600 | 0.009593 | 0.014424 | 0.016669 | 0.026269 | |
GRU | ADE | 0.005333 | 0.007232 | 0.010757 | 0.012746 | 0.017085 |
FDE | 0.006743 | 0.009801 | 0.014736 | 0.017030 | 0.023773 | |
RMSE | 0.008733 | 0.011841 | 0.017613 | 0.020869 | 0.027974 | |
MAE | 0.006057 | 0.008805 | 0.013239 | 0.015300 | 0.021357 | |
Transformer | ADE | 0.003016 | 0.005351 | 0.007395 | 0.009438 | 0.011481 |
FDE | 0.003980 | 0.007660 | 0.010739 | 0.013818 | 0.016822 | |
RMSE | 0.005166 | 0.009166 | 0.012666 | 0.016165 | 0.018665 | |
MAE | 0.003660 | 0.007043 | 0.009874 | 0.012705 | 0.014467 | |
Bi-LSTM | ADE | 0.002893 | 0.005062 | 0.007141 | 0.009040 | 0.010938 |
FDE | 0.003753 | 0.006951 | 0.010148 | 0.012929 | 0.015709 | |
RMSE | 0.004862 | 0.008509 | 0.012004 | 0.015195 | 0.017386 | |
MAE | 0.003410 | 0.006315 | 0.009221 | 0.011747 | 0.013273 | |
STAGT | ADE | 0.002604 | 0.004620 | 0.006803 | 0.008483 | 0.010667 |
FDE | 0.003475 | 0.006434 | 0.009780 | 0.012225 | 0.015571 | |
RMSE | 0.004576 | 0.008119 | 0.011957 | 0.014909 | 0.017747 | |
MAE | 0.003246 | 0.006012 | 0.009138 | 0.011422 | 0.013548 | |
METO-S2S | ADE | 0.002802 | 0.004248 | 0.005152 | 0.006056 | 0.008045 |
FDE | 0.003614 | 0.005908 | 0.007298 | 0.008828 | 0.011608 | |
RMSE | 0.004687 | 0.007105 | 0.008617 | 0.010129 | 0.013355 | |
MAE | 0.003486 | 0.005699 | 0.007039 | 0.008514 | 0.010196 | |
Ours | ADE | 0.000609 | 0.000853 | 0.001157 | 0.001522 | 0.002436 |
FDE | 0.000807 | 0.001164 | 0.001771 | 0.002378 | 0.003946 | |
RMSE | 0.001156 | 0.001378 | 0.002106 | 0.002839 | 0.004223 | |
MAE | 0.000475 | 0.000921 | 0.001456 | 0.001920 | 0.003021 | |
Impro.(%) | ADE | 78.27% | 79.92% | 77.54% | 74.87% | 69.72% |
FDE | 83.20% | 80.30% | 75.73% | 73.06% | 66.01% | |
RMSE | 75.34% | 80.61% | 75.56% | 71.97% | 68.38% | |
MAE | 86.37% | 83.84% | 79.32% | 77.45% | 70.37% |
Regions | Trajectory Number | Vessel Number | RMSE | MAE | ADE | FDE |
---|---|---|---|---|---|---|
Coastal | 3415 | 1980 | 0.004223 | 0.003021 | 0.002436 | 0.003946 |
Florida | 2396 | 1113 | 0.004466 | 0.003356 | 0.002632 | 0.004094 |
Mexico | 2920 | 729 | 0.004618 | 0.003145 | 0.002471 | 0.004004 |
Hawaiian | 1713 | 329 | 0.004917 | 0.003908 | 0.003095 | 0.005231 |
Model | Enc | Dec | RMSE | MAE | ADE | FDE |
---|---|---|---|---|---|---|
M1 | TT | LSTM | 0.005509 | 0.003956 | 0.003091 | 0.004969 |
M2 | ST | LSTM | 0.005222 | 0.003759 | 0.002984 | 0.004654 |
M3 | TS | LSTM | 0.004878 | 0.003504 | 0.002728 | 0.004165 |
M4 | TS+ST | MLP | 0.004655 | 0.003336 | 0.002691 | 0.004125 |
M5 | TS+ST | LSTM | 0.004223 | 0.003021 | 0.002436 | 0.003946 |
Group | p | Δp | θ | v | Type | Gate- Type | RMSE | MAE | ADE | FDE |
---|---|---|---|---|---|---|---|---|---|---|
G1 | ✓ | 0.006016 | 0.004593 | 0.003616 | 0.005422 | |||||
G2 | ✓ | ✓ | 0.005502 | 0.004332 | 0.003412 | 0.005109 | ||||
G3 | ✓ | ✓ | 0.005194 | 0.004037 | 0.003175 | 0.004769 | ||||
G4 | ✓ | ✓ | 0.004691 | 0.003537 | 0.002785 | 0.004401 | ||||
G5 | ✓ | ✓ | 0.006249 | 0.004941 | 0.003888 | 0.005858 | ||||
G6 | ✓ | ✓ | ✓ | 0.005160 | 0.003939 | 0.003102 | 0.004715 | |||
G7 | ✓ | ✓ | ✓ | 0.004562 | 0.003402 | 0.002676 | 0.004234 | |||
G8 | ✓ | ✓ | ✓ | 0.004504 | 0.003429 | 0.002698 | 0.004358 | |||
G9 | ✓ | ✓ | ✓ | ✓ | 0.004376 | 0.003246 | 0.002555 | 0.004088 | ||
G10 | ✓ | ✓ | ✓ | ✓ | ✓ | 0.004417 | 0.003298 | 0.002596 | 0.004115 | |
G11 | ✓ | ✓ | ✓ | ✓ | ✓ | 0.004223 | 0.003021 | 0.002436 | 0.003946 |
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. |
© 2024 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
Huang, F.; Liu, Z.; Li, X.; Mou, F.; Li, P.; Fan, Z. Vessel Trajectory Prediction Based on AIS Data: Dual-Path Spatial–Temporal Attention Network with Multi-Attribute Information. J. Mar. Sci. Eng. 2024, 12, 2031. https://doi.org/10.3390/jmse12112031
Huang F, Liu Z, Li X, Mou F, Li P, Fan Z. Vessel Trajectory Prediction Based on AIS Data: Dual-Path Spatial–Temporal Attention Network with Multi-Attribute Information. Journal of Marine Science and Engineering. 2024; 12(11):2031. https://doi.org/10.3390/jmse12112031
Chicago/Turabian StyleHuang, Feilong, Zhuoran Liu, Xiaohe Li, Fangli Mou, Pengfei Li, and Zide Fan. 2024. "Vessel Trajectory Prediction Based on AIS Data: Dual-Path Spatial–Temporal Attention Network with Multi-Attribute Information" Journal of Marine Science and Engineering 12, no. 11: 2031. https://doi.org/10.3390/jmse12112031
APA StyleHuang, F., Liu, Z., Li, X., Mou, F., Li, P., & Fan, Z. (2024). Vessel Trajectory Prediction Based on AIS Data: Dual-Path Spatial–Temporal Attention Network with Multi-Attribute Information. Journal of Marine Science and Engineering, 12(11), 2031. https://doi.org/10.3390/jmse12112031