TL;DR
This paper introduces novel deep learning sequence-to-sequence models based on RNNs for predicting vessel trajectories hours ahead, demonstrating superior performance over traditional methods using AIS data.
Contribution
It proposes a new encoder-decoder RNN architecture with attention pooling and context encoding for improved vessel trajectory prediction.
Findings
Attention pooling outperforms static pooling.
Conditioning on labeled trajectories enhances prediction accuracy.
Deep learning models outperform linear regression and MLP baselines.
Abstract
Data-driven methods open up unprecedented possibilities for maritime surveillance using Automatic Identification System (AIS) data. In this work, we explore deep learning strategies using historical AIS observations to address the problem of predicting future vessel trajectories with a prediction horizon of several hours. We propose novel sequence-to-sequence vessel trajectory prediction models based on encoder-decoder recurrent neural networks (RNNs) that are trained on historical trajectory data to predict future trajectory samples given previous observations. The proposed architecture combines Long Short-Term Memory (LSTM) RNNs for sequence modeling to encode the observed data and generate future predictions with different intermediate aggregation layers to capture space-time dependencies in sequential data. Experimental results on vessel trajectories from an AIS dataset made freely…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Regression
