PG-KINN: A Physics-Informed Petrov-Galerkin Kolmogorov-Arnold Network
Paper: arXiv:2507.18398 Authors: Amirhossein Sadr, Nima Soltani, Vahideh Moghtadaiee Field: Machine Learning
Overview
Physics-informed learning of PDEs has been dominated by multilayer perceptrons (MLPs), whose spectral bias and dense parameterization limit both accuracy and interpretability. Kolmogorov Arnold Networks (KANs) mitigate these limitations because their learnable spline activations are structurally aligned with the piecewise-polynomial bases of classical discretizations.
Key Motivation
However, the way a PDE is cast into a loss functional is as decisive as the choice of approximator:
- Strong-form residual minimization requires high-order derivatives and heavily weighted losses.
- Energy (Bubnov-Galerkin) form is restricted to self-adjoint operators and, as the authors show, collapses to a trivial solution for parameter-identification problems.
- Boundary integral forms require a known fundamental solution.
- The trial space is a KAN.
- The test space is an independent, compactly supported, piecewise-polynomial space evaluated with Gauss-Legendre quadrature.
- Integration by parts reduces the differentiation order while remaining applicable to general non-self-adjoint, nonlinear, and inverse problems.
- Localized test functions transform the global residual into a set of well-conditioned element-wise weak residuals.
Method: PG-KINN
PG-KINN is a physics-informed KAN based on a Petrov-Galerkin formulation:
Results
Across benchmarks covering crack singularities, stress concentration, Neo-Hookean hyperelasticity, inverse parameter identification in heterogeneous media, and complex geometries, PG-KINN consistently outperforms conventional MLP baselines and state-of-the-art KAN-based strong/energy/inverse formulations (PIKAN).
Conclusion
The Petrov-Galerkin coupling of KAN trial spaces with polynomial test spaces is positioned as a robust and accurate pathway for AI-driven computational mechanics.