Modelling of Underwater Vehicles using Physics-Informed Neural Networks with Control
Abdelhakim Amer, David Felsager, Yury Brodskiy, Andriy Sarabakha
TL;DR
This paper addresses the challenge of accurately modelling underwater vehicle dynamics for control by introducing PINC, a physics-informed neural network with control that extends PINNs to incorporate control inputs and autoregressive rollouts. The approach uses a residual integration framework where the state at time $T$ satisfies $\mathbf{x}(T) \approx \mathbf{x}(0) + \mathcal{N}(\mathbf{x}(0),\mathbf{u}(0),T)$, trained with a combination of data losses and physics-based regularization across multiple loss terms. A detailed neural architecture with yaw re-parameterization, rotational structure, and layer normalization is paired with a suite of loss functions ($\mathcal{L}_D$, $\mathcal{L}_P$, $\mathcal{L}_{IC}$, $\mathcal{L}_R$, $\mathcal{L}_{PR}$) and gradient-weighting schemes to optimize long-horizon predictive accuracy. Validation on a simulated underwater vehicle shows that PINC outperforms a non-physics baseline in long-horizon predictions, while being computationally efficient and robust to input noise. The results suggest strong potential for real-world deployment in MPC and online adaptation, with future work extending to full 3D rotational dynamics and real trajectory data.
Abstract
Physics-informed neural networks (PINNs) integrate physical laws with data-driven models to improve generalization and sample efficiency. This work introduces an open-source implementation of the Physics-Informed Neural Network with Control (PINC) framework, designed to model the dynamics of an underwater vehicle. Using initial states, control actions, and time inputs, PINC extends PINNs to enable physically consistent transitions beyond the training domain. Various PINC configurations are tested, including differing loss functions, gradient-weighting schemes, and hyperparameters. Validation on a simulated underwater vehicle demonstrates more accurate long-horizon predictions compared to a non-physics-informed baseline
