Marvelocity Pdf Here
Recent work has shown that **data‑driven** techniques can capture residual dynamics missed by physics‑based formulas \cite{Bai2021, Chen2022}. However, many studies either (i) treat speed prediction as a black‑box regression problem without incorporating physical insight, or (ii) lack rigorous validation on out‑of‑sample vessels. Our contribution is two‑fold: \begin{enumerate}[label=\alph*)] \item We define **MarVelocity**, a hybrid metric that augments a baseline hydrodynamic resistance model with a learned correction term. \item We provide a large‑scale, ship‑agnostic evaluation pipeline, demonstrating superior accuracy and tangible fuel savings. \end{enumerate}
\section{Results} \label{sec:results} \subsection{Prediction Accuracy} Table~\ref{tab:accuracy} summarizes error metrics on the held‑out test fleet (150 vessels, 1.1 M observations). marvelocity pdf
\begin{table}[H] \centering \caption{Speed prediction errors (knot) across three methods} \label{tab:accuracy} \begin{tabular}{lccc} \toprule Method & MAE & RMSE & $R^{2}$ \\ \midrule Holtrop–Mennen (baseline) & 0.28 & 0.42 & 0.81 \\ XGBoost residual (ship‑specific) & 0.14 & 0.20 & 0.94 \\ \textbf{MarVelocity (universal)} & \textbf{0.12} & \textbf{0.18} & \textbf{0.96} \\ \bottomrule \end{tabular} \end{table} Recent work has shown that **data‑driven** techniques can
\subsection{Future Work} \begin{enumerate} \item Extension to **fuel‑consumption** prediction via a joint multi‑task network. \item Incorporation of **ship‑maneuvering** dynamics for autonomous docking. \item Open‑source **benchmark suite** for maritime speed prediction (datasets, evaluation scripts). \end{enumerate} significant wave height
\begin{document} \maketitle \thispagestyle{empty} \begin{abstract} Accurate estimation of a vessel’s speed under varying environmental and operational conditions remains a cornerstone of maritime safety, fuel‑efficiency optimisation, and autonomous navigation. We introduce **MarVelocity**, a novel composite metric that fuses physical‑based hydrodynamic modelling with machine‑learning‑derived correction terms. Using a curated dataset of \num{2.3} million AIS (Automatic Identification System) records combined with high‑resolution oceanographic reanalysis, we train Gradient‑Boosted Regression Trees (GBRT) to predict the \emph{effective speed over ground} (SOG) from a low‑dimensional set of inputs: vessel design parameters, draft, wind, wave, and current vectors. MarVelocity achieves a mean absolute error of \SI{0.12}{\knot} (≈ 3 \% relative) on held‑out test ships, outperforming traditional empirical resistance formulas by a factor of 2.3. We further demonstrate real‑time deployment on a fleet of 150 container ships, reporting a 4.8 \% reduction in fuel consumption over a six‑month trial. The metric is released as an open‑source Python package \texttt{marvelocity} (v1.2) together with reproducible notebooks. \end{abstract}
\section{Methodology} \label{sec:method} \subsection{Data Acquisition} \begin{itemize} \item \textbf{AIS}: 2.3 M messages (2018–2023) from the Global Fishing Watch and MarineTraffic APIs. \item \textbf{Oceanographic Reanalysis}: ERA5 \cite{Hersbach2020} providing 10‑m wind vectors, significant wave height, and surface currents at 0.25° resolution. \item \textbf{Ship Catalog}: Technical specifications (length overall, beam, draft, block coefficient, engine power) extracted from the Lloyd’s Register database. \end{itemize} All timestamps are aligned to UTC and interpolated to a 10‑minute cadence.