ShipNet: A Geometric Deep Learning Surrogate for Real-Time Ship Hydrodynamics
Summary
ShipNet, a novel geometric deep-learning surrogate, has been developed to predict ship hydrodynamic performance, specifically hull-surface pressure distributions and far-field free-surface wave patterns, directly from hull geometry and speed. This model employs a regularized dynamic graph convolutional backbone operating on hull point clouds, coupled with a multi-head decoder for simultaneous near-body pressure and free-surface elevation outputs. The network was trained on 420 inviscid free-surface simulations, generated using a potential-flow panel method for two parent yacht hulls, each parameterized into 70 variants and evaluated at three distinct speeds. On a geometry-held-out test set, ShipNet achieved an R^2=0.98 for hull pressure and R^2=0.91 for wave fields. Crucially, inference requires approximately 0.15s per case, demonstrating over a 550x speedup compared to the potential-flow solver on conventional hardware. Current limitations include restricted geometry and speed ranges, alongside the use of inviscid training data.
Key takeaway
For naval architects and marine engineers evaluating new hull designs, ShipNet offers a significant opportunity to accelerate early-stage parametric exploration. You can utilize this geometric deep learning surrogate to obtain rapid hydrodynamic performance predictions, including hull pressure and wave patterns, at a 550x speedup over traditional potential-flow solvers. This enables far more design iterations within tight deadlines, though be mindful of its current limitations regarding geometry and speed ranges, and its reliance on inviscid data.
Key insights
ShipNet uses geometric deep learning to rapidly predict ship hydrodynamics from hull geometry, achieving 550x speedup over traditional methods.
Principles
- Geometric deep learning can surrogate complex fluid dynamics.
- Graph convolutions effectively process hull point clouds.
- Multi-head decoders enable simultaneous multi-output prediction.
Method
ShipNet employs a regularized dynamic graph convolutional backbone on hull point clouds, with a multi-head decoder predicting pressure coefficients and 2D wave elevation maps using a composite loss.
In practice
- Accelerate ship design exploration with rapid hydrodynamic predictions.
- Integrate geometric deep learning for real-time simulation surrogates.
- Reduce computational cost for parametric studies.
Topics
- Ship Hydrodynamics
- Geometric Deep Learning
- Surrogate Models
- Computational Fluid Dynamics
- Graph Neural Networks
- Hull Design Optimization
Best for: AI Scientist, Research Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.