AIS-Based Vessel Trajectory Prediction Using Memory-Augmented Neural Networks
Summary
An empirical investigation demonstrates that memory-augmented neural networks (MANNs) substantially enhance AIS-based vessel trajectory prediction. Researchers at KAIST adapted MANTRA, a seminal MANN, by incorporating Speed Over Ground (SOG) and Course Over Ground (COG) into its input features. Experiments using Automatic Identification System (AIS) data from the Gulf of Mexico (130,126 records, 369 vessels) and the New York Bight (22,741 records, 55 vessels) showed significant performance gains. MANTRA reduced Average Displacement Error (ADE) by up to 46.4% and Final Displacement Error (FDE) by up to 54.7% on the Gulf of Mexico dataset, and up to 33.3% (ADE) and 27.7% (FDE) on the New York Bight dataset, consistently outperforming six deep learning baselines across multiple prediction horizons.
Key takeaway
For maritime operations analysts or AI scientists developing navigation systems, this research indicates that integrating memory-augmented neural networks can significantly improve vessel trajectory prediction accuracy. You should consider adopting models like MANTRA, especially when dealing with diverse vessel behaviors, and ensure your input features include Speed Over Ground and Course Over Ground for optimal performance in collision avoidance and route optimization.
Key insights
Memory-augmented neural networks effectively predict vessel trajectories by storing and retrieving instance-level movement patterns.
Principles
- External memory improves trajectory prediction accuracy.
- SOG and COG are critical vessel motion features.
- Memory-based models capture diverse movement patterns.
Method
MANTRA uses an autoencoder to create past/future trajectory encodings. A memory controller selectively stores novel encoding pairs. Prediction involves retrieving top-K similar future encodings based on cosine similarity with the current past encoding.
In practice
- Integrate SOG/COG as input features for vessel models.
- Consider memory-augmented architectures for complex patterns.
- Apply cubic spline interpolation for missing AIS data.
Topics
- Vessel Trajectory Prediction
- Memory-Augmented Neural Networks
- Automatic Identification System
- MANTRA Model
- Maritime Navigation
- Deep Learning Baselines
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Robotics Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.