The curse of dimensionality: what lies beyond the capabilities of physics-informed neural networks
J. Penuela, H. Ouerdane
TL;DR
This paper examines the limits of physics-informed neural networks (PINNs) when solving ill-posed inverse problems by using single- and two-stage RC low-pass filters as a minimal testbed. It shows that PINNs can accurately predict forward dynamics but struggle to uniquely recover multiple unknown parameters in the inverse problem, highlighting identifiability issues when the DE solution has fixed time dimensionality while the parameter space grows. The authors implement a Raissi-style PINN with a physics loss based on RC circuit residuals, generate data with SciPy and validate with PySpice, and perform a HyperOptSearch-based hyperparameter study; results reveal convergence for forward problems but instability and high pole-prediction errors for inverse problems, especially when more than two parameters are inferred. The study delineates practical boundaries for PINN-based parameter discovery and suggests using partial information or priors to enable reliable inverse inference in physical systems.
Abstract
Physics-Informed Neural Networks (PINNs) have emerged as a promising framework for solving forward and inverse problems governed by differential equations. However, their reliability when used in ill-posed inverse problems remains poorly understood. In this study, we explore the fundamental limitations of PINNs using a simple illustrative case: RC low-pass filters. Showing that while PINNs can accurately predict system dynamics in forward problems, they fail to recover unique physical parameters when solving inverse problems when more than two parameters are approximated. Our findings provide grounds to understand the boundaries of PINNs applicability for parameter discovery in physical systems.
