Scientific Knowledge-Guided Machine Learning for Vessel Power Prediction: A Comparative Study
2026-02-20 • Machine Learning
Machine Learning
AI summaryⓘ
The authors developed a new way to predict how much power a ship's main engine needs by combining simple physics with machine learning. They start with a basic formula that links power to speed and then use machine learning to adjust for real-world factors like weather or load. This helps the model make better predictions, especially when it encounters data it hasn't seen before. Their approach works better than using machine learning alone and can help improve ship efficiency and planning.
main engine powermachine learningpower-speed relationshiphybrid modelingXGBoostneural networksphysics-informed neural networksresidual learningvessel performancefuel efficiency
Authors
Orfeas Bourchas, George Papalambrou
Abstract
Accurate prediction of main engine power is essential for vessel performance optimization, fuel efficiency, and compliance with emission regulations. Conventional machine learning approaches, such as Support Vector Machines, variants of Artificial Neural Networks (ANNs), and tree-based methods like Random Forests, Extra Tree Regressors, and XGBoost, can capture nonlinearities but often struggle to respect the fundamental propeller law relationship between power and speed, resulting in poor extrapolation outside the training envelope. This study introduces a hybrid modeling framework that integrates physics-based knowledge from sea trials with data-driven residual learning. The baseline component, derived from calm-water power curves of the form $P = cV^n$, captures the dominant power-speed dependence, while another, nonlinear, regressor is then trained to predict the residual power, representing deviations caused by environmental and operational conditions. By constraining the machine learning task to residual corrections, the hybrid model simplifies learning, improves generalization, and ensures consistency with the underlying physics. In this study, an XGBoost, a simple Neural Network, and a Physics-Informed Neural Network (PINN) coupled with the baseline component were compared to identical models without the baseline component. Validation on in-service data demonstrates that the hybrid model consistently outperformed a pure data-driven baseline in sparse data regions while maintaining similar performance in populated ones. The proposed framework provides a practical and computationally efficient tool for vessel performance monitoring, with applications in weather routing, trim optimization, and energy efficiency planning.