Solving Differential Equations using Physics-Informed Deep Equilibrium Models
Bruno Machado Pacheco, Eduardo Camponogara
TL;DR
This work addresses solving initial-value problems (IVPs) for ODEs under limited data by marrying physics-informed training with Deep Equilibrium Models (DEQs) to form Physics-Informed Deep Equilibrium Models (PIDEQs). PIDEQs enforce dynamics via a physics-informed loss and stabilize training with a Jacobian Frobenius-norm regularization, while solving the equilibrium with implicit differentiation. Empirical evaluation on the Van der Pol oscillator shows that, although PINNs can achieve lower error in this setting, PIDEQs achieve competitive accuracy with potentially faster convergence and offer a pathway to more complex systems, including higher-order ODEs and PDEs, through improved backward passes. The findings highlight a promising direction for integrating physics-based modeling with implicit-depth architectures, while pointing to future work on more robust backward schemes and broader problem classes.
Abstract
This paper introduces Physics-Informed Deep Equilibrium Models (PIDEQs) for solving initial value problems (IVPs) of ordinary differential equations (ODEs). Leveraging recent advancements in deep equilibrium models (DEQs) and physics-informed neural networks (PINNs), PIDEQs combine the implicit output representation of DEQs with physics-informed training techniques. We validate PIDEQs using the Van der Pol oscillator as a benchmark problem, demonstrating their efficiency and effectiveness in solving IVPs. Our analysis includes key hyperparameter considerations for optimizing PIDEQ performance. By bridging deep learning and physics-based modeling, this work advances computational techniques for solving IVPs, with implications for scientific computing and engineering applications.
