How PINNs cheat: Predicting chaotic motion of a double pendulumDownload PDF

Published: 21 Oct 2022, Last Modified: 05 May 2023DLDE 2022 SpotlightReaders: Everyone
TL;DR: We show empirically that PINNs are not suitable for simulating chaotic motion as they “cheat” by either shifting the initial condition to reach a simpler function or by violating the physics in a small domain to again reach the simpler function.
Abstract: Despite extensive research, physics-informed neural networks (PINNs) are still difficult to train, especially when the optimization relies heavily on the physics loss term. Convergence problems frequently occur when simulating dynamical systems with high-frequency components, chaotic or turbulent behavior. In this work, we discuss whether the traditional PINN framework is able to predict chaotic motion by conducting experiments on the undamped double pendulum. Our results demonstrate that PINNs do not exhibit any sensitivity to perturbations in the initial condition. Instead, the PINN optimization consistently converges to physically correct solutions that violate the initial condition only marginally, but diverge significantly from the desired solution due to the chaotic nature of the system. In fact, the PINN predictions primarily exhibit low-frequency components with a smaller magnitude of higher-order derivatives, which favors lower physics loss values compared to the desired solution. We thus hypothesize that the PINNs "cheat" by shifting the initial conditions to values that correspond to physically correct solutions that are easier to learn. Initial experiments suggest that domain decomposition combined with an appropriate loss weighting scheme mitigates this effect and allows convergence to the desired solution.
1 Reply

Loading