PINNfluence: Influence Functions for Physics-Informed Neural Networks
Jonas R. Naujoks, Aleksander Krasowski, Moritz Weckbecker, Thomas Wiegand, Sebastian Lapuschkin, Wojciech Samek, René P. Klausen
TL;DR
Addresses interpretability of PINNs by applying influence functions to assess the impact of individual training points. Proposes two physics-aware indicators to test whether PINNs capture flow physics in Navier-Stokes. Demonstrates on three PINN variants (good, broken, bad); good model aligns with indicators while others reveal misalignment. Discusses limitations and future directions including extensions to other PDEs and integration with training strategies.
Abstract
Recently, physics-informed neural networks (PINNs) have emerged as a flexible and promising application of deep learning to partial differential equations in the physical sciences. While offering strong performance and competitive inference speeds on forward and inverse problems, their black-box nature limits interpretability, particularly regarding alignment with expected physical behavior. In the present work, we explore the application of influence functions (IFs) to validate and debug PINNs post-hoc. Specifically, we apply variations of IF-based indicators to gauge the influence of different types of collocation points on the prediction of PINNs applied to a 2D Navier-Stokes fluid flow problem. Our results demonstrate how IFs can be adapted to PINNs to reveal the potential for further studies. The code is publicly available at https://github.com/aleks-krasowski/PINNfluence.
