Physics-Informed Kernels (PIKs)
- 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 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 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 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 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 can be written as
with univariate functions and . 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 is first normalized and then embedded by Fourier and wavelet features. The Fourier map is
which corresponds to the real and imaginary parts of 0 with 1. The wavelet map uses the Ricker or Mexican-hat construction
2
with uniformly spaced centers 3 at scale 4 and 5. The hybrid embedding concatenates the two: 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 7, layer normalization, processing by the KAN/B-spline core implementing the successive univariate maps 8, and output of 9. The loss has the standard physics-informed decomposition
0
and for the collisionless Boltzmann equation in 1D spatio-velocity form the residual is
1
Training proceeds by an IC warm-up minimizing 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 3 typically 4–5. The reported typical hyperparameters for 1D and 2D advection are 6, 7, 8, 9, and 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 1 for PINN, 2 for PIKAN, 3 for F-PIKAN, 4 for W-PIKAN, and 5 for HWF-PIKAN; at 10,000 epochs the corresponding values are 6, 7, 8, 9, and 0. 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,
1
and in the physics-informed setting the full kernel becomes the block matrix
2
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 3 eigenvalue decay 4 for cPIKAN versus 5 for PINN on Helmholtz. In Allen–Cahn, time-domain decomposition reduces 6 from 7 on a single domain to 8 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
9
where 0 is a known linear differential operator. The minimizer is shown to lie in the RKHS of a uniquely defined kernel 1, and one may write
2
Equivalently, the kernel may be described as the Green’s function associated with 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 4 to 5 and defines a matrix 6 whose entries combine Sobolev damping and the polynomial symbol 7 of 8. The resulting estimator is
9
This produces a closed-form estimator with storage 0 and computation 1, and the reported approximation error satisfies 2 for 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 4. When the physical prior is exact or nearly exact, substantially faster convergence is possible. One result gives the nearly parametric rate 5 for perfect PDE modeling in PIKL, and the companion RKHS analysis states that the ideal exact-model case can achieve the parametric rate 6 up to logarithmic factors (Doumèche et al., 2024, Doumèche et al., 2024). In a one-dimensional example with 7, the integral-operator eigenvalues satisfy 8, and the corresponding bound becomes
9
with the 0 term dominating when 1 (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 2 and 3 exhibits an experimental 4 rate, matching OLS on the true two-dimensional solution manifold. For the 1D convection equation with periodic boundary conditions, PIKL with 5 and 6 achieves 7, whereas vanilla PINN gives 8 and curriculum PINN 9. For the 1D wave equation with Dirichlet boundaries, PIKL gives 0 in 1 s, while the cited vanilla PINN has error 2 in 3 min and an NTK-optimized PINN 4. In noisy-boundary wave problems with variance 5, PIKL attains 6-relative error 7, while Euler, RK4, and Crank–Nicolson degrade to 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 9, uses posterior samples of 0 as surrogates for solutions of 1, and places a second GP prior on the induced latent source 2. After marginalization, the objective becomes a collapsed ELBO,
3
For linear operators one may also view the physics component through an operator-applied kernel 4, although the surrogate-sampling formulation is introduced precisely to avoid analytic intractability for nonlinear 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 6 that reparametrizes a target distribution. One begins with a one-parameter family of normalized weights 7, and the kernel is defined implicitly by a continuity or Wegner equation. At the level of the action, the defining relation is
8
The global flow map is
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
00
and globally as
01
The sign-problem paper emphasizes that the statistical weight of any flowing submanifold is exactly preserved, with 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 03, discretizes 04, and for each layer posits an ansatz
05
which turns the kernel equation into a linear system 06. Residual-based corrections can then be obtained by solving another linear problem for 07. The resulting depth-08 network propagates samples by
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 10 theory flowing from a Gaussian base with 11 to a bistable target with 12. With 51 layers and 25 sine-modes per layer, the mean-squared-error of the kernel equation falls below 13, the effective sample size is 14, the generated histogram matches 15 HMC reference samples almost exactly, and the runtime is reported to be 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,
17
and 18 Euclidean paths sampled at 19 are transported to 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
21
and defines a physics-informed kernel function 22 so that
23
The approximate solution is then
24
which satisfies the homogeneous PDE interior by construction. Training therefore uses only boundary or initial data, for example
25
in the Dirichlet case. The reported kernels include 26 for 2D Laplace and 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 28 with 29 uses 30 and 31, reaching 32-error 33. An infinite-domain Laplace problem on 34 with 35 and 36 reaches 37-error 38 in 39 s. Further examples include 3D nonhomogeneous Helmholtz in a rabbit geometry, a 3D transient heat problem on a torus with max relative error 40, a 4D Laplace problem with 41, inverse electromyography in pregnant sheep, and thin elastic plates with stress errors at a point 42 (Fu et al., 2023).
KAPI-ELM uses another kernelized construction. The solution is expanded in Gaussian RBFs,
43
and the physics-informed residual is assembled into a linear system 44. Instead of training all centers and widths directly, KAPI-ELM places a Gaussian-process surrogate on a low-dimensional hyperparameter vector 45 governing the distribution 46, and alternates between least-squares solving for 47 and Bayesian optimization of 48. The output-layer solve is closed form,
49
or 50 when 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 52, XTFC uses 10,000 neurons for error 53, whereas KAPI-ELM uses 1,275 neurons for error 54. For a 2D Poisson problem with localized sharp source, KAPI-ELM with 55, 56, 57, and 58 achieves 59 in 60 BO iterations and 61 s on CPU with 62 RBFs; the cited PINN baseline requires 50,000 training steps and 63 h for poorer error 64. In inverse linear advection with 65 noise, the method converges in 66 BO steps to 67 for true 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 69, using
70
and discrete neighbor sums to approximate derivatives. In an inhomogeneous Poisson problem with 71, the reported training times are about 72 s for AD-PINN, 73 s for modified-AD PINN, and 74 s for SK-PINN; in a lid-driven cavity problem on an 8 GB RTX 3070 Ti, SK-PINN takes 75 h versus 76 h for mAD-PINN, a 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
78
with 79 and a GP discrepancy 80 constrained to the orthogonal complement of the span of 81. Starting from a base kernel 82, the orthogonal kernel is defined by subtracting the projection onto the physics subspace,
83
with 84. In the cubic-oscillator example, the orthogonal-kernel GP plus SINDy obtains NMSE 85 versus 86 for a non-orthogonal GP when the dictionary is complete, and 87 versus 88 when the 89 term is omitted. The stated interpretation is that the orthogonal GP prevents the discrepancy from “stealing” physics already explainable by 90 (Manna et al., 19 Jun 2026).
A closely related structured view appears in kernel-based nonlinear system identification. There the model is
91
and 92 are fitted jointly by minimizing
93
Alternating minimization yields
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 95 for ordinary least squares, 96 for a two-step discrepancy model, and 97 for the joint PIK formulation. On the cascade-tank benchmark, simulation RMSE drops from about 98 to 99 on training data and 00 to 01 on validation, with fit increasing from 02 to 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
04
With 05, the total covariance is
06
In the Tamar bridge case, a lift-force polynomial kernel 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 08 Hz to 09 Hz, with NMSE falling from 10 to 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 12 to hits and minimizes
13
with local field
14
For Baikal-GVD, the interaction kernel is
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 16 recall for astrophysical neutrinos in Baikal-GVD, 17 recall on an SPD toy Monte Carlo sample, and a TrackML score increase from 18 to 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.