LGDec 23, 2019

Learning functionals via LSTM neural networks for predicting vessel dynamics in extreme sea states

arXiv:1912.13382v176 citations
Originality Synthesis-oriented
AI Analysis

This addresses a challenging problem in naval hydrodynamics by reducing computational costs for wave-body interaction simulations, though it is an incremental application of existing neural network methods to a new domain.

The paper tackles predicting vessel motions in extreme sea states by training LSTM neural networks on wave elevation inputs, achieving good accuracy for unseen data and enabling predictions in a fraction of a second after offline training.

Predicting motions of vessels in extreme sea states represents one of the most challenging problems in naval hydrodynamics. It involves computing complex nonlinear wave-body interactions, hence taxing heavily computational resources. Here, we put forward a new simulation paradigm by training recurrent type neural networks (RNNs) that take as input the stochastic wave elevation at a certain sea state and output the main vessel motions, e.g., pitch, heave and roll. We first compare the performance of standard RNNs versus GRU and LSTM neural networks (NNs) and show that LSTM NNs lead to the best performance. We then examine the testing error of two representative vessels, a catamaran in sea state 1 and a battleship in sea state 8. We demonstrate that good accuracy is achieved for both cases in predicting the vessel motions for unseen wave elevations. We train the NNs with expensive CFD simulations offline, but upon training, the prediction of the vessel dynamics online can be obtained at a fraction of a second. This work is motivated by the universal approximation theorem for functionals [1], and it is the first implementation of such theory to realistic engineering problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes