Deep Learning for Visual Leading of Ships: AI for Human Factor Accident Prevention
Abstract
1. Introduction
2. Materials and Methods
2.1. Transas 5000 Simulator of Navigation
2.2. Convolutional Neural Networks: Knowledge Transfers and Hyperparameters
Model Selection Justification
2.3. Video Recording
2.4. Image Classification
3. Results and Discussion
3.1. Network Training Accuracy and Hyperparameters: Transfer Learning
3.2. Network Training Accuracy and Hyperparameters: Specialized CNN
3.3. CNN Test
3.4. CNN Optimization
3.4.1. Increasing the Weight Learning Rate to 0.2, 3 Classes, 200 Epochs (Accuracy = 0.9435)
3.4.2. Increasing the Weight Learning Rate to 0.2 and Two Classes 200 Epochs
3.5. Accuracy Analysis in Visual Detection
- Light and OK: At long distances, the two leading lights appear as a single point, which should ideally be positioned at the bow.
- Lights and OK: The vessel is close to the leading lights, which are clearly visible and often overlapping. This represents proper navigational alignment.
- NOT OK–Port Deviation: The ship is misaligned to port, deviating from the intended leading line.
- NOT OK–Starboard Deviation: The ship is misaligned to starboard, also indicating incorrect leading.
- NOT OK–Low Bow Deviation: Both lights appear near the bow but are not vertically aligned, indicating a subtle deviation.
- DOUBT: Visual ambiguity due to interference from lights on the horizon, making it difficult to assess the alignment.
4. Conclusions
- AI offers clear advantages over human observation in classifying navigation scenarios based on visual input. Furthermore, expanding the number of classification categories beyond a simple “OK/NOT OK” binary system leads to more informative and accurate results.
- Custom training of the neural network based on the distance between the two leading lights can improve detection performance. Even using a medium-resolution camera, the system demonstrated greater reliability than human visual interpretation in identifying correct alignment at various distances.
- An initial human-based classification is still necessary to enable effective supervised training. However, machine learning techniques, such as clustering algorithms, could assist in automating this step and improving labeling consistency, thereby enhancing final model accuracy.
- Real-time testing confirmed the effectiveness of the visual AI system compared to human judgment, a result that should be seriously considered by shipyards and ship-owners. In the near future, this technology is expected to be implemented onboard as a standard aid to navigation.
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
References
- International Maritime Organization. SOLAS: Consolidated Edition 2020: International Convention for the Safety of Life at Sea, 1974, and its Protocol of 1988: Articles, Annexes and Certificates; International Maritime Organization: London, UK, 2020. [Google Scholar]
- International Maritime Organization. MARPOL: Consolidated Edition 2022: Articles, Protocols, Annexes, Unified Interpretations of the International Convention for the Prevention of Pollution from Ships, 1973, as Modified by the Protocol of 1978 Relating Thereto; International Maritime Organization: London, UK, 2022. [Google Scholar]
- International Maritime Organization. STCW: International Convention on Standards of Training, Certification and Watchkeeping for Seafarers, 1978: Including 2010 Manila Amendments, 2023 Edition; International Maritime Organization: London, UK, 2023. [Google Scholar]
- International Maritime Organization. Navi-Trainer Professional 5000: TRANSAS Full-Mission Maritime Simulator; Transas Marine/Wärtsilä: Helsinki, Finland, 2007. [Google Scholar]
- Veitch, E.; Alsos, O.A.; Cheng, T.; Senderud, K.; Utne, I.B. Human factor influences on supervisory control of remotely operated and autonomous vessels. Ocean. Eng. 2024, 299, 117257. [Google Scholar] [CrossRef]
- Grosser, L.; Wilkinson, C.; Oppert, M.; Banks, S.; Clement, B. Automation at Sea and Human Factors. IFAC-PapersOnLine 2024, 58, 301–306. [Google Scholar] [CrossRef]
- Hetherington, C.; Flin, R.; Mearns, K.J. Safety at Sea: Human Factors in Shipping. J. Saf. Res. 2006, 37, 401–411. [Google Scholar] [CrossRef] [PubMed]
- Ibrahim, F.; Razali, M.N.; Abidin, N.Z. Content Analysis of International Standards for Human Factors in Ship Design and Operation. Trans. Marit. Sci. 2021, 10, 448–465. [Google Scholar] [CrossRef]
- Brcko, T.; Pavić, I.; Mišković, J.; Androjna, A. Investigating the Human Factor in Maritime Accidents: A Focus on Compass-Related Incidents. Trans. Marit. Sci. 2023, 12. [Google Scholar] [CrossRef]
- Gralak, R.; Muczyński, B.; Przywarty, M. Improving Ship Maneuvering Safety with Augmented Virtuality Navigation Information Displays. Appl. Sci. 2021, 11, 7663. [Google Scholar] [CrossRef]
- Sencila, V.; Zazeckis, R.; Jankauskas, A. The use of a full mission bridge simulator ensuring navigational safety during the Klaipeda seaport development. TransNav Int. J. Mar. Navig. Saf. Sea Transp. 2020, 14, 417–424. [Google Scholar] [CrossRef]
- Standard No. 2.14; Class A Standard for the Certification of Maritime Simulators. DNV GL: Høvik, Norway, 2020.
- Szegedy, C.; Liu, W.; Jia, Y.; Sermanet, P.; Reed, S.; Anguelov, D.; Erhan, D.; Vanhoucke, V.; Rabinovich, A. Going deeper with convolutions. arXiv 2014, arXiv:1409.4842. [Google Scholar] [CrossRef]
- Xiao, N.; Hu, X.; Liu, X.; Toh, K.-C. Adam-family Methods for Nonsmooth Optimization with Convergence Guarantees. J. Mach. Learn. Res. 2024, 25, 1–53. [Google Scholar]
- Luo, Z.; Chen, S.; Chen, S.; Chen, S. Multi-stage stochastic gradient method with momentum acceleration. Signal Process. 2021, 188, 108201. [Google Scholar] [CrossRef]
Architecture | Key Advantages | Limitations | Suitability for This Task |
---|---|---|---|
CNN (e.g., SqueezeNet) |
|
| High: Ideal for static visual scenes like night-time navigation |
Fully Connected Network (FCN) |
|
| Low: Not suitable for spatial pattern recognition in images |
RNN/LSTM |
|
| Low–Medium: Not ideal for static image classification |
Transformer (ViT) |
|
| Medium: Promising, but not suited for real-time onboard use yet |
Type of Image | Accuracy (%) |
---|---|
Doubt | 100% |
NOT OK–Low Bow Deviation | 19% |
NOT OK–Medium Starboard Deviation | 0% |
NOT OK–Medium Port Deviation | 41% |
OK 1 Light | 70% |
OK 2 Lights | 83% |
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
Vázquez Neira, M.; Cao Feijóo, G.; Sánchez Fernández, B.; Orosa, J.A. Deep Learning for Visual Leading of Ships: AI for Human Factor Accident Prevention. Appl. Sci. 2025, 15, 8261. https://doi.org/10.3390/app15158261
Vázquez Neira M, Cao Feijóo G, Sánchez Fernández B, Orosa JA. Deep Learning for Visual Leading of Ships: AI for Human Factor Accident Prevention. Applied Sciences. 2025; 15(15):8261. https://doi.org/10.3390/app15158261
Chicago/Turabian StyleVázquez Neira, Manuel, Genaro Cao Feijóo, Blanca Sánchez Fernández, and José A. Orosa. 2025. "Deep Learning for Visual Leading of Ships: AI for Human Factor Accident Prevention" Applied Sciences 15, no. 15: 8261. https://doi.org/10.3390/app15158261
APA StyleVázquez Neira, M., Cao Feijóo, G., Sánchez Fernández, B., & Orosa, J. A. (2025). Deep Learning for Visual Leading of Ships: AI for Human Factor Accident Prevention. Applied Sciences, 15(15), 8261. https://doi.org/10.3390/app15158261