Papers
Topics
Authors
Recent
Search
2000 character limit reached

Physics-Informed Kernels (PIKs)

Updated 5 July 2026
  • Physics-informed kernels are a family of methods that embed physical principles directly into learning algorithms via specialized feature maps, RKHS constructions, and flow generators.
  • They leverage diverse mathematical tools—such as Fourier, wavelet, and Gaussian process methods—to integrate physics-based operators and constraints into model design.
  • By incorporating physical structure, these kernels improve model accuracy and convergence rates in solving PDEs, inverse problems, and generative sampling tasks.

Physics-informed kernels (PIKs) are kernelized constructions in which physical structure is embedded directly into the representation or evolution law used by a learning algorithm. Across the recent literature, the term denotes several related but non-identical objects: in physics-informed neural solvers it can mean a fixed or trainable feature map that lifts coordinates into Fourier, wavelet, Chebyshev, spline, or radial-basis spaces; in kernel learning it can mean the reproducing kernel induced by a PDE-regularized variational problem; in Gaussian-process models it can mean a covariance function modified by orthogonality, discrepancy, or change-point constraints; and in generative sampling it can mean the flow field that transports a simple distribution to a target one while preserving probability weight (Heravifard et al., 12 Dec 2025, Ihssen et al., 30 Oct 2025, Doumèche et al., 2024, Pitchforth et al., 13 Jun 2025). A common source of confusion is therefore terminological: “kernel” does not refer to a single formalism, but to several mathematically distinct mechanisms for incorporating physics.

1. Definitions and conceptual scope

In the PINN and PIKAN literature, a physics-informed kernel is a feature map applied to an input coordinate before the coordinate is processed by the network. In this sense, the kernel lifts each scalar input xx into a richer function space, such as Fourier or wavelet bases, so that differential operators act in known ways on the embedded features. In PIKANs the same terminology is used for the pre-activated univariate maps ϕij(xi)\phi_{ij}(x_i) in the Kolmogorov–Arnold decomposition; when those maps are chosen or augmented with physics-informed spectral kernels, the resulting model is called a Physics-Informed Kernel-Arnold Network (Heravifard et al., 12 Dec 2025).

In the kernel-method literature, the term refers instead to the RKHS kernel associated with a PDE-regularized estimator. There the starting point is an empirical risk augmented by Sobolev and differential-operator penalties, and the corresponding minimizer is shown to lie in the RKHS of a uniquely defined kernel. The kernel is therefore not merely an architectural prior but the Green’s-function or weak-solution object associated with the regularized variational problem (Doumèche et al., 2024, Doumèche et al., 2024).

In generative sampling, a PIK is the infinitesimal generator ϕ˙t(ϕ)\dot\phi_t(\phi) of a renormalisation-group flow. That object is defined so as to preserve a prescribed path of probability measures between a base distribution and a target distribution. In the sign-problem literature, the same flow-field view is used to construct mappings to sign-problem–free manifolds with a probability-weight preserving property (Ihssen et al., 30 Oct 2025, Ihssen et al., 3 Mar 2026).

Other works use “physics-informed kernel” in still different but structurally related ways. PIKFNNs employ PDE-derived kernel functions as activation functions satisfying the governing equation in the interior (Fu et al., 2023). KAPI-ELM uses adaptive Gaussian RBF kernels whose distributional hyperparameters are optimized by Bayesian optimization (Dwivedi et al., 14 Jul 2025). Physically-informed change-point kernels modulate the contribution of a physics-based covariance term through logistic gating (Pitchforth et al., 13 Jun 2025). Orthogonal discrepancy kernels subtract the projection of a Gaussian-process discrepancy onto a physics subspace so that the GP does not explain structure already assigned to the mechanistic model (Manna et al., 19 Jun 2026). In graph-based detector filtering, interaction kernels JijJ_{ij} encode propagation constraints from geometry and kinematics inside an Ising-type energy functional (Kharuk, 25 Mar 2026). This suggests that PIKs are best understood as an umbrella family of constructions rather than a single model class.

2. Spectral feature embeddings and physics-informed Kolmogorov–Arnold networks

A central neural-solver interpretation of PIKs arises in PIKANs. By the Kolmogorov–Arnold representation theorem, any continuous f:RnRf:\mathbb R^n\to\mathbb R can be written as

f(x1,,xn)=j=1mψj(i=1nϕij(xi)),f(x_1,\dots,x_n)=\sum_{j=1}^{m}\psi_j\Bigl(\sum_{i=1}^n \phi_{ij}(x_i)\Bigr),

with univariate functions ϕij\phi_{ij} and ψj\psi_j. In a PIKAN, the univariate transforms are small neural sub-units, and the “kernel” language refers to the choice or augmentation of these input-side transforms by physics-informed basis functions (Heravifard et al., 12 Dec 2025).

The HWF-PIKAN architecture makes this explicit. Each scalar input u[0,1]u\in[0,1] is first normalized and then embedded by Fourier and wavelet features. The Fourier map is

γF(u)=[sin(2πku),  cos(2πku)]k=1MFourier,\gamma_F(u)=\bigl[\sin(2\pi k\,u),\;\cos(2\pi k\,u)\bigr]_{k=1}^{M_{\rm Fourier}},

which corresponds to the real and imaginary parts of ϕij(xi)\phi_{ij}(x_i)0 with ϕij(xi)\phi_{ij}(x_i)1. The wavelet map uses the Ricker or Mexican-hat construction

ϕij(xi)\phi_{ij}(x_i)2

with uniformly spaced centers ϕij(xi)\phi_{ij}(x_i)3 at scale ϕij(xi)\phi_{ij}(x_i)4 and ϕij(xi)\phi_{ij}(x_i)5. The hybrid embedding concatenates the two: ϕij(xi)\phi_{ij}(x_i)6 In multiple dimensions the same map is applied coordinate-wise and then flattened (Heravifard et al., 12 Dec 2025).

The forward pass of HWF-PIKAN is organized as normalization, construction of Fourier and wavelet embeddings, concatenation into ϕij(xi)\phi_{ij}(x_i)7, layer normalization, processing by the KAN/B-spline core implementing the successive univariate maps ϕij(xi)\phi_{ij}(x_i)8, and output of ϕij(xi)\phi_{ij}(x_i)9. The loss has the standard physics-informed decomposition

ϕ˙t(ϕ)\dot\phi_t(\phi)0

and for the collisionless Boltzmann equation in 1D spatio-velocity form the residual is

ϕ˙t(ϕ)\dot\phi_t(\phi)1

Training proceeds by an IC warm-up minimizing ϕ˙t(ϕ)\dot\phi_t(\phi)2 with Adam, then Adam on the full loss, optionally followed by L-BFGS on the combined collocation sets. Collocation points are drawn uniformly or via Latin-Hypercube, with ϕ˙t(ϕ)\dot\phi_t(\phi)3 typically ϕ˙t(ϕ)\dot\phi_t(\phi)4–ϕ˙t(ϕ)\dot\phi_t(\phi)5. The reported typical hyperparameters for 1D and 2D advection are ϕ˙t(ϕ)\dot\phi_t(\phi)6, ϕ˙t(ϕ)\dot\phi_t(\phi)7, ϕ˙t(ϕ)\dot\phi_t(\phi)8, ϕ˙t(ϕ)\dot\phi_t(\phi)9, and JijJ_{ij}0 (Heravifard et al., 12 Dec 2025).

The empirical motivation is mitigation of spectral bias. In the HWF-PIKAN study, Fourier modes capture smooth global waves, while wavelets capture localized jumps and filaments. On the Sod shock-tube over CBE, the reported loss at 100 epochs is JijJ_{ij}1 for PINN, JijJ_{ij}2 for PIKAN, JijJ_{ij}3 for F-PIKAN, JijJ_{ij}4 for W-PIKAN, and JijJ_{ij}5 for HWF-PIKAN; at 10,000 epochs the corresponding values are JijJ_{ij}6, JijJ_{ij}7, JijJ_{ij}8, JijJ_{ij}9, and f:RnRf:\mathbb R^n\to\mathbb R0. The same paper reports that in one- and two-dimensional advection benchmarks HWF-PIKAN achieves lower MSE in fewer epochs and fewer collocation points, and that in phase-space CBE problems it reduces loss by up to an order of magnitude compared to vanilla PINN and by 20–40% compared to single-type embeddings (Heravifard et al., 12 Dec 2025).

The NTK analysis of cPIKANs provides a complementary theoretical account. In supervised form,

f:RnRf:\mathbb R^n\to\mathbb R1

and in the physics-informed setting the full kernel becomes the block matrix

f:RnRf:\mathbb R^n\to\mathbb R2

coupling prediction and residual dynamics. For Helmholtz, diffusion, Allen–Cahn, and Euler–Bernoulli benchmarks, cPIKANs show broader and better-conditioned spectra than standard PINNs. One reported textual figure gives f:RnRf:\mathbb R^n\to\mathbb R3 eigenvalue decay f:RnRf:\mathbb R^n\to\mathbb R4 for cPIKAN versus f:RnRf:\mathbb R^n\to\mathbb R5 for PINN on Helmholtz. In Allen–Cahn, time-domain decomposition reduces f:RnRf:\mathbb R^n\to\mathbb R6 from f:RnRf:\mathbb R^n\to\mathbb R7 on a single domain to f:RnRf:\mathbb R^n\to\mathbb R8 on four subdomains, cutting training time and error by over 95%. Hybrid Adam-to-L-BFGS optimization is reported to yield the largest effective rank and the smallest condition number of the NTK (Faroughi et al., 9 Jun 2025).

3. RKHS, Fourier, and deep-kernel formulations

A second major meaning of PIKs treats physics-informed learning as a kernel method. The starting point is a regression or PDE-solving objective of the form

f:RnRf:\mathbb R^n\to\mathbb R9

where f(x1,,xn)=j=1mψj(i=1nϕij(xi)),f(x_1,\dots,x_n)=\sum_{j=1}^{m}\psi_j\Bigl(\sum_{i=1}^n \phi_{ij}(x_i)\Bigr),0 is a known linear differential operator. The minimizer is shown to lie in the RKHS of a uniquely defined kernel f(x1,,xn)=j=1mψj(i=1nϕij(xi)),f(x_1,\dots,x_n)=\sum_{j=1}^{m}\psi_j\Bigl(\sum_{i=1}^n \phi_{ij}(x_i)\Bigr),1, and one may write

f(x1,,xn)=j=1mψj(i=1nϕij(xi)),f(x_1,\dots,x_n)=\sum_{j=1}^{m}\psi_j\Bigl(\sum_{i=1}^n \phi_{ij}(x_i)\Bigr),2

Equivalently, the kernel may be described as the Green’s function associated with f(x1,,xn)=j=1mψj(i=1nϕij(xi)),f(x_1,\dots,x_n)=\sum_{j=1}^{m}\psi_j\Bigl(\sum_{i=1}^n \phi_{ij}(x_i)\Bigr),3 or, in the weak formulation, as the unique solution of the PDE induced by the regularized bilinear form (Doumèche et al., 2024, Doumèche et al., 2024).

The Fourier construction used in physics-informed kernel learning makes this explicit. On a torus extension of the domain, one truncates the periodic Fourier basis f(x1,,xn)=j=1mψj(i=1nϕij(xi)),f(x_1,\dots,x_n)=\sum_{j=1}^{m}\psi_j\Bigl(\sum_{i=1}^n \phi_{ij}(x_i)\Bigr),4 to f(x1,,xn)=j=1mψj(i=1nϕij(xi)),f(x_1,\dots,x_n)=\sum_{j=1}^{m}\psi_j\Bigl(\sum_{i=1}^n \phi_{ij}(x_i)\Bigr),5 and defines a matrix f(x1,,xn)=j=1mψj(i=1nϕij(xi)),f(x_1,\dots,x_n)=\sum_{j=1}^{m}\psi_j\Bigl(\sum_{i=1}^n \phi_{ij}(x_i)\Bigr),6 whose entries combine Sobolev damping and the polynomial symbol f(x1,,xn)=j=1mψj(i=1nϕij(xi)),f(x_1,\dots,x_n)=\sum_{j=1}^{m}\psi_j\Bigl(\sum_{i=1}^n \phi_{ij}(x_i)\Bigr),7 of f(x1,,xn)=j=1mψj(i=1nϕij(xi)),f(x_1,\dots,x_n)=\sum_{j=1}^{m}\psi_j\Bigl(\sum_{i=1}^n \phi_{ij}(x_i)\Bigr),8. The resulting estimator is

f(x1,,xn)=j=1mψj(i=1nϕij(xi)),f(x_1,\dots,x_n)=\sum_{j=1}^{m}\psi_j\Bigl(\sum_{i=1}^n \phi_{ij}(x_i)\Bigr),9

This produces a closed-form estimator with storage ϕij\phi_{ij}0 and computation ϕij\phi_{ij}1, and the reported approximation error satisfies ϕij\phi_{ij}2 for ϕij\phi_{ij}3 (Doumèche et al., 2024).

Theoretical guarantees are stated in terms of the effective dimension. Without exploiting PDE exactness, one recovers the Sobolev minimax rate ϕij\phi_{ij}4. When the physical prior is exact or nearly exact, substantially faster convergence is possible. One result gives the nearly parametric rate ϕij\phi_{ij}5 for perfect PDE modeling in PIKL, and the companion RKHS analysis states that the ideal exact-model case can achieve the parametric rate ϕij\phi_{ij}6 up to logarithmic factors (Doumèche et al., 2024, Doumèche et al., 2024). In a one-dimensional example with ϕij\phi_{ij}7, the integral-operator eigenvalues satisfy ϕij\phi_{ij}8, and the corresponding bound becomes

ϕij\phi_{ij}9

with the ψj\psi_j0 term dominating when ψj\psi_j1 (Doumèche et al., 2024).

The numerical record reported for PIKL is unusually strong in low-dimensional linear-PDE settings. For a harmonic oscillator hybrid-modeling problem, PIKL with ψj\psi_j2 and ψj\psi_j3 exhibits an experimental ψj\psi_j4 rate, matching OLS on the true two-dimensional solution manifold. For the 1D convection equation with periodic boundary conditions, PIKL with ψj\psi_j5 and ψj\psi_j6 achieves ψj\psi_j7, whereas vanilla PINN gives ψj\psi_j8 and curriculum PINN ψj\psi_j9. For the 1D wave equation with Dirichlet boundaries, PIKL gives u[0,1]u\in[0,1]0 in u[0,1]u\in[0,1]1 s, while the cited vanilla PINN has error u[0,1]u\in[0,1]2 in u[0,1]u\in[0,1]3 min and an NTK-optimized PINN u[0,1]u\in[0,1]4. In noisy-boundary wave problems with variance u[0,1]u\in[0,1]5, PIKL attains u[0,1]u\in[0,1]6-relative error u[0,1]u\in[0,1]7, while Euler, RK4, and Crank–Nicolson degrade to u[0,1]u\in[0,1]8 (Doumèche et al., 2024).

Deep-kernel variants extend the same theme to latent-source differential equations. In Physics Informed Deep Kernel Learning, one places a GP prior u[0,1]u\in[0,1]9, uses posterior samples of γF(u)=[sin(2πku),  cos(2πku)]k=1MFourier,\gamma_F(u)=\bigl[\sin(2\pi k\,u),\;\cos(2\pi k\,u)\bigr]_{k=1}^{M_{\rm Fourier}},0 as surrogates for solutions of γF(u)=[sin(2πku),  cos(2πku)]k=1MFourier,\gamma_F(u)=\bigl[\sin(2\pi k\,u),\;\cos(2\pi k\,u)\bigr]_{k=1}^{M_{\rm Fourier}},1, and places a second GP prior on the induced latent source γF(u)=[sin(2πku),  cos(2πku)]k=1MFourier,\gamma_F(u)=\bigl[\sin(2\pi k\,u),\;\cos(2\pi k\,u)\bigr]_{k=1}^{M_{\rm Fourier}},2. After marginalization, the objective becomes a collapsed ELBO,

γF(u)=[sin(2πku),  cos(2πku)]k=1MFourier,\gamma_F(u)=\bigl[\sin(2\pi k\,u),\;\cos(2\pi k\,u)\bigr]_{k=1}^{M_{\rm Fourier}},3

For linear operators one may also view the physics component through an operator-applied kernel γF(u)=[sin(2πku),  cos(2πku)]k=1MFourier,\gamma_F(u)=\bigl[\sin(2\pi k\,u),\;\cos(2\pi k\,u)\bigr]_{k=1}^{M_{\rm Fourier}},4, although the surrogate-sampling formulation is introduced precisely to avoid analytic intractability for nonlinear γF(u)=[sin(2πku),  cos(2πku)]k=1MFourier,\gamma_F(u)=\bigl[\sin(2\pi k\,u),\;\cos(2\pi k\,u)\bigr]_{k=1}^{M_{\rm Fourier}},5 or deep kernels. The reported experiments show 50–80% reductions in extrapolation RMSE versus SKL, DKL, and latent force models on synthetic ODE and PDE tasks, along with improved uncertainty quantification on several real datasets (Wang et al., 2020).

4. Renormalisation-group and flow-based PIKs

In the generative-sampling literature, a PIK is not a covariance or feature map but the flow field γF(u)=[sin(2πku),  cos(2πku)]k=1MFourier,\gamma_F(u)=\bigl[\sin(2\pi k\,u),\;\cos(2\pi k\,u)\bigr]_{k=1}^{M_{\rm Fourier}},6 that reparametrizes a target distribution. One begins with a one-parameter family of normalized weights γF(u)=[sin(2πku),  cos(2πku)]k=1MFourier,\gamma_F(u)=\bigl[\sin(2\pi k\,u),\;\cos(2\pi k\,u)\bigr]_{k=1}^{M_{\rm Fourier}},7, and the kernel is defined implicitly by a continuity or Wegner equation. At the level of the action, the defining relation is

γF(u)=[sin(2πku),  cos(2πku)]k=1MFourier,\gamma_F(u)=\bigl[\sin(2\pi k\,u),\;\cos(2\pi k\,u)\bigr]_{k=1}^{M_{\rm Fourier}},8

The global flow map is

γF(u)=[sin(2πku),  cos(2πku)]k=1MFourier,\gamma_F(u)=\bigl[\sin(2\pi k\,u),\;\cos(2\pi k\,u)\bigr]_{k=1}^{M_{\rm Fourier}},9

and the central property is exact preservation of weight along the transported manifold (Ihssen et al., 30 Oct 2025, Ihssen et al., 3 Mar 2026).

The preservation law can be written locally as

ϕij(xi)\phi_{ij}(x_i)00

and globally as

ϕij(xi)\phi_{ij}(x_i)01

The sign-problem paper emphasizes that the statistical weight of any flowing submanifold is exactly preserved, with ϕij(xi)\phi_{ij}(x_i)02. Under the stated assumptions—well-defined Wegner flow and no singularities crossed—this implies that no sign problem or overlap problem is introduced by the mapping, because oscillations in intermediate complex weights are exactly compensated by the Jacobian (Ihssen et al., 3 Mar 2026).

Algorithmically, this converts generative modeling into a sequence of linear layerwise solves. One chooses an analytic path ϕij(xi)\phi_{ij}(x_i)03, discretizes ϕij(xi)\phi_{ij}(x_i)04, and for each layer posits an ansatz

ϕij(xi)\phi_{ij}(x_i)05

which turns the kernel equation into a linear system ϕij(xi)\phi_{ij}(x_i)06. Residual-based corrections can then be obtained by solving another linear problem for ϕij(xi)\phi_{ij}(x_i)07. The resulting depth-ϕij(xi)\phi_{ij}(x_i)08 network propagates samples by

ϕij(xi)\phi_{ij}(x_i)09

with optional higher-order ODE integrators and, if desired, a final Metropolis–Hastings step whose acceptance probability is reported to be very close to unity when the PDE solves are accurate (Ihssen et al., 30 Oct 2025).

The cited proof-of-principle benchmark is a zero-dimensional ϕij(xi)\phi_{ij}(x_i)10 theory flowing from a Gaussian base with ϕij(xi)\phi_{ij}(x_i)11 to a bistable target with ϕij(xi)\phi_{ij}(x_i)12. With 51 layers and 25 sine-modes per layer, the mean-squared-error of the kernel equation falls below ϕij(xi)\phi_{ij}(x_i)13, the effective sample size is ϕij(xi)\phi_{ij}(x_i)14, the generated histogram matches ϕij(xi)\phi_{ij}(x_i)15 HMC reference samples almost exactly, and the runtime is reported to be ϕij(xi)\phi_{ij}(x_i)16 faster than HMC for the same number of independent samples (Ihssen et al., 30 Oct 2025).

The sign-problem extension applies the same framework to zero-dimensional field theories with complex couplings and to the real-time quantum-mechanical harmonic oscillator. In the oscillator example, the Wegner flow is linear,

ϕij(xi)\phi_{ij}(x_i)17

and ϕij(xi)\phi_{ij}(x_i)18 Euclidean paths sampled at ϕij(xi)\phi_{ij}(x_i)19 are transported to ϕij(xi)\phi_{ij}(x_i)20, yielding real-time two-point functions in perfect agreement with the analytic continuum. The comparison made in the paper is explicitly against Lefschetz-thimble methods, complex Langevin, and dual-variable rewritings: PIKs produce a single real-weight contour or “PIKfold,” while the tested models are reported to match exact or high-precision numerics where LT or CLE fail (Ihssen et al., 3 Mar 2026).

5. Activation, adaptive-basis, and discretization kernels in PDE solvers

A different line of work moves physical structure into the basis or activation itself. In Physics-Informed Kernel Function Neural Networks, one considers a linear PDE

ϕij(xi)\phi_{ij}(x_i)21

and defines a physics-informed kernel function ϕij(xi)\phi_{ij}(x_i)22 so that

ϕij(xi)\phi_{ij}(x_i)23

The approximate solution is then

ϕij(xi)\phi_{ij}(x_i)24

which satisfies the homogeneous PDE interior by construction. Training therefore uses only boundary or initial data, for example

ϕij(xi)\phi_{ij}(x_i)25

in the Dirichlet case. The reported kernels include ϕij(xi)\phi_{ij}(x_i)26 for 2D Laplace and ϕij(xi)\phi_{ij}(x_i)27 for 2D Helmholtz, together with constructions for nonhomogeneous and transient problems (Fu et al., 2023).

The benchmark suite for PIKFNN covers nine examples. The high-wavenumber 2D Helmholtz problem on ϕij(xi)\phi_{ij}(x_i)28 with ϕij(xi)\phi_{ij}(x_i)29 uses ϕij(xi)\phi_{ij}(x_i)30 and ϕij(xi)\phi_{ij}(x_i)31, reaching ϕij(xi)\phi_{ij}(x_i)32-error ϕij(xi)\phi_{ij}(x_i)33. An infinite-domain Laplace problem on ϕij(xi)\phi_{ij}(x_i)34 with ϕij(xi)\phi_{ij}(x_i)35 and ϕij(xi)\phi_{ij}(x_i)36 reaches ϕij(xi)\phi_{ij}(x_i)37-error ϕij(xi)\phi_{ij}(x_i)38 in ϕij(xi)\phi_{ij}(x_i)39 s. Further examples include 3D nonhomogeneous Helmholtz in a rabbit geometry, a 3D transient heat problem on a torus with max relative error ϕij(xi)\phi_{ij}(x_i)40, a 4D Laplace problem with ϕij(xi)\phi_{ij}(x_i)41, inverse electromyography in pregnant sheep, and thin elastic plates with stress errors at a point ϕij(xi)\phi_{ij}(x_i)42 (Fu et al., 2023).

KAPI-ELM uses another kernelized construction. The solution is expanded in Gaussian RBFs,

ϕij(xi)\phi_{ij}(x_i)43

and the physics-informed residual is assembled into a linear system ϕij(xi)\phi_{ij}(x_i)44. Instead of training all centers and widths directly, KAPI-ELM places a Gaussian-process surrogate on a low-dimensional hyperparameter vector ϕij(xi)\phi_{ij}(x_i)45 governing the distribution ϕij(xi)\phi_{ij}(x_i)46, and alternates between least-squares solving for ϕij(xi)\phi_{ij}(x_i)47 and Bayesian optimization of ϕij(xi)\phi_{ij}(x_i)48. The output-layer solve is closed form,

ϕij(xi)\phi_{ij}(x_i)49

or ϕij(xi)\phi_{ij}(x_i)50 when ϕij(xi)\phi_{ij}(x_i)51 (Dwivedi et al., 14 Jul 2025).

The reported performance reflects the method’s specialization to sharp gradients. For a 1D singularly perturbed convection–diffusion problem with ϕij(xi)\phi_{ij}(x_i)52, XTFC uses 10,000 neurons for error ϕij(xi)\phi_{ij}(x_i)53, whereas KAPI-ELM uses 1,275 neurons for error ϕij(xi)\phi_{ij}(x_i)54. For a 2D Poisson problem with localized sharp source, KAPI-ELM with ϕij(xi)\phi_{ij}(x_i)55, ϕij(xi)\phi_{ij}(x_i)56, ϕij(xi)\phi_{ij}(x_i)57, and ϕij(xi)\phi_{ij}(x_i)58 achieves ϕij(xi)\phi_{ij}(x_i)59 in ϕij(xi)\phi_{ij}(x_i)60 BO iterations and ϕij(xi)\phi_{ij}(x_i)61 s on CPU with ϕij(xi)\phi_{ij}(x_i)62 RBFs; the cited PINN baseline requires 50,000 training steps and ϕij(xi)\phi_{ij}(x_i)63 h for poorer error ϕij(xi)\phi_{ij}(x_i)64. In inverse linear advection with ϕij(xi)\phi_{ij}(x_i)65 noise, the method converges in ϕij(xi)\phi_{ij}(x_i)66 BO steps to ϕij(xi)\phi_{ij}(x_i)67 for true ϕij(xi)\phi_{ij}(x_i)68 (Dwivedi et al., 14 Jul 2025).

Related kernelized physics-informed solvers broaden the role of kernels further. SK-PINN replaces automatic differentiation by smoothed-particle-hydrodynamics kernels ϕij(xi)\phi_{ij}(x_i)69, using

ϕij(xi)\phi_{ij}(x_i)70

and discrete neighbor sums to approximate derivatives. In an inhomogeneous Poisson problem with ϕij(xi)\phi_{ij}(x_i)71, the reported training times are about ϕij(xi)\phi_{ij}(x_i)72 s for AD-PINN, ϕij(xi)\phi_{ij}(x_i)73 s for modified-AD PINN, and ϕij(xi)\phi_{ij}(x_i)74 s for SK-PINN; in a lid-driven cavity problem on an 8 GB RTX 3070 Ti, SK-PINN takes ϕij(xi)\phi_{ij}(x_i)75 h versus ϕij(xi)\phi_{ij}(x_i)76 h for mAD-PINN, a ϕij(xi)\phi_{ij}(x_i)77 speed-up, while the NTK spectra remain close (Pan et al., 2024). Spline-PINN, in turn, uses Hermite spline kernels to interpolate a continuous field from a CNN-managed grid of coefficients, enabling physics-informed training without precomputed data and fast continuous inference on unseen domains (Wandel et al., 2021).

6. Partial physics, discrepancy control, regime switching, and interaction kernels

A recurring concern in physics-informed modeling is how to prevent the data-driven component from overwhelming the physical one. Orthogonal discrepancy kernels address this by decomposing the dynamics as

ϕij(xi)\phi_{ij}(x_i)78

with ϕij(xi)\phi_{ij}(x_i)79 and a GP discrepancy ϕij(xi)\phi_{ij}(x_i)80 constrained to the orthogonal complement of the span of ϕij(xi)\phi_{ij}(x_i)81. Starting from a base kernel ϕij(xi)\phi_{ij}(x_i)82, the orthogonal kernel is defined by subtracting the projection onto the physics subspace,

ϕij(xi)\phi_{ij}(x_i)83

with ϕij(xi)\phi_{ij}(x_i)84. In the cubic-oscillator example, the orthogonal-kernel GP plus SINDy obtains NMSE ϕij(xi)\phi_{ij}(x_i)85 versus ϕij(xi)\phi_{ij}(x_i)86 for a non-orthogonal GP when the dictionary is complete, and ϕij(xi)\phi_{ij}(x_i)87 versus ϕij(xi)\phi_{ij}(x_i)88 when the ϕij(xi)\phi_{ij}(x_i)89 term is omitted. The stated interpretation is that the orthogonal GP prevents the discrepancy from “stealing” physics already explainable by ϕij(xi)\phi_{ij}(x_i)90 (Manna et al., 19 Jun 2026).

A closely related structured view appears in kernel-based nonlinear system identification. There the model is

ϕij(xi)\phi_{ij}(x_i)91

and ϕij(xi)\phi_{ij}(x_i)92 are fitted jointly by minimizing

ϕij(xi)\phi_{ij}(x_i)93

Alternating minimization yields

ϕij(xi)\phi_{ij}(x_i)94

while latent-state cases are handled by a forward UKF and a backward Unscented Rauch–Tung–Striebel smoother before the same kernel regression is applied. On a polynomial/sinusoid toy problem, the reported RMSEs are ϕij(xi)\phi_{ij}(x_i)95 for ordinary least squares, ϕij(xi)\phi_{ij}(x_i)96 for a two-step discrepancy model, and ϕij(xi)\phi_{ij}(x_i)97 for the joint PIK formulation. On the cascade-tank benchmark, simulation RMSE drops from about ϕij(xi)\phi_{ij}(x_i)98 to ϕij(xi)\phi_{ij}(x_i)99 on training data and ϕ˙t(ϕ)\dot\phi_t(\phi)00 to ϕ˙t(ϕ)\dot\phi_t(\phi)01 on validation, with fit increasing from ϕ˙t(ϕ)\dot\phi_t(\phi)02 to ϕ˙t(ϕ)\dot\phi_t(\phi)03 (Donati et al., 9 Sep 2025).

Physically-informed change-point kernels solve a different balance problem: the validity of the physical prior may depend on regime. These models decompose the covariance into physics-based and flexible terms and gate them with a logistic function

ϕ˙t(ϕ)\dot\phi_t(\phi)04

With ϕ˙t(ϕ)\dot\phi_t(\phi)05, the total covariance is

ϕ˙t(ϕ)\dot\phi_t(\phi)06

In the Tamar bridge case, a lift-force polynomial kernel ϕ˙t(ϕ)\dot\phi_t(\phi)07 is gated by sigmoids in wind direction and wind speed; in the aircraft wing case, a two-mode SDOF kernel is gated by rudder angle and added to an always-on squared-exponential kernel. The wing study reports interpolation and upsampling from ϕ˙t(ϕ)\dot\phi_t(\phi)08 Hz to ϕ˙t(ϕ)\dot\phi_t(\phi)09 Hz, with NMSE falling from ϕ˙t(ϕ)\dot\phi_t(\phi)10 to ϕ˙t(ϕ)\dot\phi_t(\phi)11, greatly improved MSLL, and interpretability of the regime in which the wing oscillator engages (Pitchforth et al., 13 Jun 2025).

The detector-filtering literature extends the same “kernel encodes known propagation law” idea beyond regression. In the Ising noise filter, one assigns binary spins ϕ˙t(ϕ)\dot\phi_t(\phi)12 to hits and minimizes

ϕ˙t(ϕ)\dot\phi_t(\phi)13

with local field

ϕ˙t(ϕ)\dot\phi_t(\phi)14

For Baikal-GVD, the interaction kernel is

ϕ˙t(ϕ)\dot\phi_t(\phi)15

where the terms encode space-time proximity, muon-track consistency, and water-Cherenkov consistency. For the SPD tracker, the kernel combines full 3D proximity, transverse proximity, and radial-chord alignment under a solenoidal-field geometry. The reported results are ϕ˙t(ϕ)\dot\phi_t(\phi)16 recall for astrophysical neutrinos in Baikal-GVD, ϕ˙t(ϕ)\dot\phi_t(\phi)17 recall on an SPD toy Monte Carlo sample, and a TrackML score increase from ϕ˙t(ϕ)\dot\phi_t(\phi)18 to ϕ˙t(ϕ)\dot\phi_t(\phi)19 when the informed coupling is combined with a Peterson–Hopfield network (Kharuk, 25 Mar 2026).

Taken together, these constructions show that PIKs do not have a single canonical mathematical form. What they share is a design principle: physically meaningful operators, symmetries, propagation constraints, or mechanistic submodels are encoded into the kernelized component itself rather than being left entirely to unconstrained statistical fitting. In some domains this kernelized component is an RKHS covariance, in others an input feature lift, an activation basis, a flow generator, or a pairwise interaction. The literature therefore uses the same label for a family of methods unified more by where the physics is injected than by any one kernel definition.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Physics-Informed Kernels (PIKs).