IP-Basis PINNs: Efficient Multi-Query Inverse Parameter Estimation
By: Shalev Manor, Mohammad Kohandel
Potential Business Impact:
Solves hard math problems much faster.
Solving inverse problems with Physics-Informed Neural Networks (PINNs) is computationally expensive for multi-query scenarios, as each new set of observed data requires a new, expensive training procedure. We present Inverse-Parameter Basis PINNs (IP-Basis PINNs), a meta-learning framework that extends the foundational work of Desai et al. (2022) to enable rapid and efficient inference for inverse problems. Our method employs an offline-online decomposition: a deep network is first trained offline to produce a rich set of basis functions that span the solution space of a parametric differential equation. For each new inverse problem online, this network is frozen, and solutions and parameters are inferred by training only a lightweight linear output layer against observed data. Key innovations that make our approach effective for inverse problems include: (1) a novel online loss formulation for simultaneous solution reconstruction and parameter identification, (2) a significant reduction in computational overhead via forward-mode automatic differentiation for PDE loss evaluation, and (3) a non-trivial validation and early-stopping mechanism for robust offline training. We demonstrate the efficacy of IP-Basis PINNs on three diverse benchmarks, including an extension to universal PINNs for unknown functional terms-showing consistent performance across constant and functional parameter estimation, a significant speedup per query over standard PINNs, and robust operation with scarce and noisy data.
Similar Papers
Bayesian Physics-Informed Neural Networks for Inverse Problems (BPINN-IP): Application in Infrared Image Processing
Machine Learning (Stat)
Makes computers see better using science rules.
PINNverse: Accurate parameter estimation in differential equations from noisy data with constrained physics-informed neural networks
Machine Learning (CS)
**Solves hard science puzzles from messy data.**
Examining the robustness of Physics-Informed Neural Networks to noise for Inverse Problems
Computational Physics
Helps computers solve hard science problems better.