🤖 AI Summary
To address the issues of physical inconsistency and poor generalization in long-horizon state prediction for underwater vehicle dynamics modeling, this paper proposes a Control-Enhanced Physics-Informed Neural Network (PINC) framework. PINC explicitly incorporates control inputs into the PINN architecture, jointly encoding initial states, temporal coordinates, and control signals to construct an end-to-end predictive model that strictly satisfies kinematic and dynamic constraints. A multi-objective loss function coupled with gradient-weighted optimization is designed to enhance training stability and extrapolation robustness. Extensive evaluation in a high-fidelity simulation environment demonstrates that PINC significantly outperforms purely data-driven baselines: it maintains physical consistency beyond the training domain and reduces long-horizon state prediction error by 37.2%. The implementation code is publicly available.
📝 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