Physics-Informed Neural Nets for Control of Dynamical Systems
Eric Aislan Antonelo, Eduardo Camponogara, Laio Oriel Seman, Eduardo Rehbein de Souza, Jean P. Jordanou, Jomi F. Hubner
TL;DR
This paper addresses the challenge of using physics-informed neural networks (PINNs) for control of dynamical systems by introducing a continuous-time PINN extension that accepts control inputs and supports long-range simulations. The authors propose Physics-Informed Neural Nets for Control (PINC), which augments PINNs with initial-state and control-input conditioning and preserves the physics residuals, enabling a self-loop, interval-based prediction within Model Predictive Control (MPC). Experimental results on the Van der Pol oscillator and a four-tank system show that PINC can achieve MPC-ready predictions comparable to RK-based models while offering faster inference over long horizons, and can maintain stability under moderate perturbations. The work highlights sample efficiency, potential scalability to PDE/DAE settings, and practical implications for real-time control where traditional PINNs struggle with horizon length and input variability.
Abstract
Physics-informed neural networks (PINNs) impose known physical laws into the learning of deep neural networks, making sure they respect the physics of the process while decreasing the demand of labeled data. For systems represented by Ordinary Differential Equations (ODEs), the conventional PINN has a continuous time input variable and outputs the solution of the corresponding ODE. In their original form, PINNs do not allow control inputs, neither can they simulate for variable long-range intervals without serious degradation in their predictions. In this context, this work presents a new framework called Physics-Informed Neural Nets for Control (PINC), which proposes a novel PINN-based architecture that is amenable to control problems and able to simulate for longer-range time horizons that are not fixed beforehand, making it a very flexible framework when compared to traditional PINNs. Furthermore, this long-range time simulation of differential equations is faster than numerical methods since it relies only on signal propagation through the network, making it less computationally costly and, thus, a better alternative for simulation of models in Model Predictive Control. We showcase our proposal in the control of two nonlinear dynamic systems: the Van der Pol oscillator and the four-tank system.
