Weak-form EvoKAN: Scalable Neural PDE Solver
- Weak-form EvoKAN is an evolutionary neural network method that approximates time-dependent PDE solutions using weak-residual projections for scalable parameter updates.
- It rigorously enforces boundary conditions—Dirichlet, periodic, and Neumann—through trial-space constructions and integration by parts, enhancing stability.
- The approach decouples the update system size from quadrature resolution, yielding significant computational speedups and improved conditioning compared to strong-form methods.
Weak-form Evolutionary Kolmogorov–Arnold Networks, denoted VEvoKAN in the 2026 exposition following Kim et al., are a class of evolutionary neural-network methods for time-dependent partial differential equations in which the PDE solution is represented by a Kolmogorov–Arnold Network (KAN) whose parameters evolve in time according to a weak residual projection rather than repeated retraining (Kim et al., 19 Feb 2026). In this framework, the pointwise residual is projected onto a test space, producing a parameter-update linear system whose size is fixed by the number of trainable parameters and test functions, rather than by the number of quadrature points. The method is presented as a response to limitations of strong-form evolutionary approaches, which can yield ill-conditioned linear systems due to pointwise residual discretization and whose computational cost scales unfavorably with the number of training samples (Kim et al., 19 Feb 2026). The weak-form formulation also supports rigorous treatment of Dirichlet, periodic, and Neumann boundary conditions through boundary-constrained KAN trial spaces and integration by parts. In the closely related energy-dissipative EvoKAN framework, the same evolutionary KAN perspective is coupled with the scalar auxiliary variable (SAV) method to obtain unconditional energy stability for gradient-flow PDEs (Lin et al., 3 Mar 2025).
1. Conceptual position within evolutionary neural PDE solvers
VEvoKAN belongs to the broader family of evolutionary neural networks in which temporal dynamics are captured by parameter evolution rather than by solving a fresh optimization problem at each time step (Kim et al., 19 Feb 2026). The basic ansatz is a parametric network approximation
with time-dependent parameters . Its temporal derivative is written as
For a general time-dependent PDE on ,
the strong-form residual is defined by
The weak-form step consists of projecting this residual against test functions :
This leads to weak sensitivities and residual projections,
and a least-squares problem whose optimality condition is
The distinguishing claim of the weak formulation is that the size of this normal-equation system is determined by 0 and 1, and is independent of the number of quadrature points 2 used to evaluate the integrals (Kim et al., 19 Feb 2026). This decoupling is the central scalability argument of VEvoKAN. A plausible implication is that the method targets the regime in which spatial resolution must increase without proportionally enlarging the update-system dimension.
2. KAN representation and functional parameterization
The underlying network architecture is a KAN. In the canonical description, the Kolmogorov–Arnold theorem is invoked in the form
3
and a deep KAN generalizes this with layers 4 and edge-wise trainable univariate mappings 5 (Kim et al., 19 Feb 2026). The layer update is
6
In the 2025 energy-dissipative EvoKAN formulation, a KAN of depth 7 has layer sizes 8, where 9 is the spatial dimension and 0 is the number of PDE solution components (Lin et al., 3 Mar 2025). With coordinates 1, the forward recursion is
2
and the output
3
approximates the PDE solution 4.
The parameterization of the edge functions differs slightly across the two formulations. In the 2025 paper, all spline functions 5 are represented in a local B-spline basis, and the vector of spline coefficients and biases is denoted
6
where 7 indexes B-spline basis functions on the reference interval (Lin et al., 3 Mar 2025). The same paper sometimes writes 8 to emphasize that each edge “weight” is itself a function of its input. In the 2026 weak-form paper, the canonical KAN uses cubic B-splines, while an RBF-KAN variant replaces each 9 with a Gaussian radial-basis expansion
0
and the full network ansatz is written as
1
These descriptions are compatible at the level of the evolutionary idea: the network is not retrained repeatedly; rather, the parameters themselves are advanced in time. In the 2025 formulation this point is explicit: EvoKAN encodes only the PDE’s initial state during an initial learning phase, after which the network parameters evolve numerically, governed by the same PDE, without any additional optimization (Lin et al., 3 Mar 2025).
3. Weak formulation and variational parameter evolution
The weak-form derivation starts from the parametric residual and replaces pointwise enforcement with projection onto a test space. The least-squares functional is
2
whose stationarity yields the normal equations
3
All spatial integrals are evaluated by quadrature:
4
The reported remarks are twofold: the linear system size is fixed by 5 and 6, independent of 7, and integration by parts both reduces differentiation order and enforces Neumann boundary conditions (Kim et al., 19 Feb 2026).
The 2025 EvoKAN paper presents the same idea in variational language for parameter-space evolution. Writing
8
the chain rule gives
9
For a vector PDE
0
the weak variational condition is stated as: find 1 such that for all test-directions 2,
3
An equivalent normal-equation form is
4
where 5 collects the spline-weight functions and
6
The same source states that boundary conditions, including periodic and Dirichlet, enter through the choice of test space and integration by parts (Lin et al., 3 Mar 2025).
For gradient-flow PDEs, the 2025 paper gives the Allen–Cahn equation as the model example:
7
with energy
8
More generally, it states that for a vector PDE 9, an energy 0 is identified so that the evolution is a gradient flow
1
This suggests that, in the energy-dissipative setting, the weak-form parameter dynamics are intended to inherit a variational structure from the underlying PDE rather than merely approximate its pointwise residual.
4. Boundary treatment and trial-space construction
A central technical feature of VEvoKAN is the explicit construction of boundary-constrained KAN trial spaces (Kim et al., 19 Feb 2026). For homogeneous Dirichlet boundary conditions, the first-layer RBF outputs are multiplied by
2
so that 3. Subsequent layers use
4
to preserve zeros. For nonhomogeneous Dirichlet data 5, a lifting 6 is introduced and the trial function becomes
7
Periodic boundary conditions are enforced by Fourier-feature embedding,
8
so that any composition is periodic of order 9 (Kim et al., 19 Feb 2026). Neumann conditions are not built into the trial space in the same way; instead, they are incorporated through the weak form via boundary integrals. The 2D heat example is given as
0
for the case 1 on 2.
The numerical examples instantiate these mechanisms for distinct boundary types. The 1D Allen–Cahn benchmark on 3 uses homogeneous Dirichlet conditions and test functions
4
with weak form
5
after integration by parts and 6 (Kim et al., 19 Feb 2026). The 2D Burgers problem on 7 uses 8. The 2D heat problem uses Neumann conditions. The porous-medium-plus-drift example is periodic on 9 with weak form
0
A common misconception is that weak-form enforcement merely softens boundary conditions. The boundary-constrained trial-space construction in VEvoKAN is specifically described as rigorously enforcing Dirichlet and periodic conditions, while derivative boundary conditions are incorporated directly into the weak formulation for Neumann conditions (Kim et al., 19 Feb 2026).
5. Time stepping, linear systems, and computational scaling
The VEvoKAN update algorithm is an explicit sequence of quadrature evaluation, weak sensitivity assembly, residual projection, linear solve, and parameter update (Kim et al., 19 Feb 2026). At each time step 1:
- 2 is evaluated at quadrature or collocation points 3, 4.
- Weak sensitivities are computed:
5
- Weak residuals are computed:
6
- The system
7
is solved.
- Parameters are updated by
8
The computational-complexity comparison in the 2026 paper is formulated against strong-form EvoKAN. For strong-form EvoKAN, the system matrix has size 9, whereas for weak-form VEvoKAN it has size 0 (Kim et al., 19 Feb 2026). The reported per-step costs are:
| Quantity | Strong-Form EvoKAN | Weak-Form VEvoKAN |
|---|---|---|
| System size | 1 | 2 |
| Residual eval. | 3 | 4 |
| Jacobian (AD) | 5 | 6 |
| LSQ formation | 7 | 8 |
The total-over-9-steps expressions are likewise given explicitly in the source, and the stated conclusion is that because typically 0, VEvoKAN decouples system size from data resolution, yielding far better scaling as 1 grows (Kim et al., 19 Feb 2026). The abstract further states that strong-form evolutionary approaches can yield ill-conditioned linear systems due to pointwise residual discretization, whereas the weak form improves scalability and stability.
The 2026 numerical section also reports a condition-number comparison for the porous-medium example: “Fig. 9: condition number & time vs 2” (Kim et al., 19 Feb 2026). While no numerical values are quoted in the data block, the inclusion of that comparison supports the paper’s emphasis on conditioning as a practical distinction between weak- and strong-form formulations.
6. Energy dissipation, SAV coupling, and relation to energy-stable EvoKAN
The 2025 paper introduces “Energy-Dissipative Evolutionary Kolmogorov-Arnold Networks” as a framework that builds on KANs and advances parameters by the same PDE without additional optimization, while integrating the scalar auxiliary variable method to guarantee unconditional energy stability and computational efficiency (Lin et al., 3 Mar 2025). This is not identical to VEvoKAN, but it is the closest directly related formulation in the provided literature and shares the evolutionary KAN perspective.
For an energy decomposition with
3
the SAV variable is defined by
4
where 5 is chosen so the radicand stays positive. The gradient-flow system is then rewritten as
6
where 7, 8 is the linear part of 9, and 00 is the mobility (Lin et al., 3 Mar 2025).
The first-order SAV time discretization is
01
02
The paper states that by taking inner products with 03 and 04, the discrete energy
05
satisfies
06
unconditionally (Lin et al., 3 Mar 2025).
Its numerical algorithm uses the mass matrix
07
and stiffness matrix
08
for spline basis functions 09, then forms
10
solves
11
and updates 12 by the second SAV equation. The implementation claim is that this only involves constant-coefficient linear solves at each step and that the cost per step is dominated by two sparse solves of size 13, the total number of spline coefficients (Lin et al., 3 Mar 2025).
The relation between VEvoKAN and SAV-EvoKAN is therefore structural rather than identical. VEvoKAN emphasizes weak residual projection, decoupled system size, and rigorous boundary handling (Kim et al., 19 Feb 2026), whereas the 2025 formulation emphasizes energy dissipation, unconditional stability, and linear constant-coefficient solves for gradient-flow systems (Lin et al., 3 Mar 2025). This suggests two complementary lines within evolutionary KAN methods: one centered on weak-form scalability and one centered on energy-stable temporal integration.
7. Empirical behavior, benchmarks, and interpretive context
The 2026 VEvoKAN paper reports experiments on four PDE classes: 1D Allen–Cahn, 2D Burgers with Dirichlet conditions, 2D Heat with Neumann conditions, and 2D Porous Medium plus Drift with periodic conditions (Kim et al., 19 Feb 2026). The comparisons are made against strong-form EvoKAN (EvoKAN-SF) and vanilla PINN-SF.
For 1D Allen–Cahn,
14
the network settings are listed as layers 15 for both EvoKAN-WF and EvoKAN-SF, activations RBF/SiLU, and parameter counts 16 and 17, respectively; PINN-SF uses layers 18, tanh, and 19 parameters. The reported table shows that the weak-form error remains approximately 20 across 21 to 22, while the speedup rises from 23 to 24 and reaches 25 at 26 (Kim et al., 19 Feb 2026).
For 2D Burgers on 27 with 28, the paper states that EvoKAN-WF captures flow with lower error. The tabulated results report, for example, at 29, 30, 31, 32, 33, and speedup 34 (Kim et al., 19 Feb 2026).
For the 2D Heat equation
35
the paper states that “boundary gradient error decays smoothly only for VEvoKAN.” The corresponding table reports, at 36, 37, 38, 39, 40, and speedup 41 (Kim et al., 19 Feb 2026).
For the 2D Porous Medium plus Drift problem,
42
with periodic boundary conditions on 43, the source states that both methods capture transport, but VEvoKAN yields smoother profiles. It also reports monotone energy decay for VEvoKAN even at low 44, while EvoKAN-SF requires large 45 to restore admissible energy dissipation. In the validity table, strong-form solutions are marked invalid at 46 and 47, whereas weak-form solutions are valid at all listed resolutions; the speedup reaches 48 at 49 (Kim et al., 19 Feb 2026).
The 2025 energy-dissipative EvoKAN paper provides a related benchmark set: one-dimensional and two-dimensional Allen–Cahn equations and two-dimensional Navier–Stokes equations (Lin et al., 3 Mar 2025). It reports for 1D Allen–Cahn on 50 with periodic boundary conditions, sinusoidal initial data 51, 52, and final time 53, that the error against a high-order spectral reference is 54, stable across 55. For 2D Allen–Cahn, it states that the method captures curved interface motion and coarsening, matching spectral-Galerkin benchmarks. For 2D Navier–Stokes on a periodic square with Taylor–Green vortex initial data and 56 and 57, EvoKAN reproduces benchmark velocity, pressure, and vorticity fields from a spectral DNS, while the EDNN (non-SAV) version becomes unstable and EvoKAN remains stable and accurate (Lin et al., 3 Mar 2025).
Taken together, the two papers support a technical characterization of weak-form evolutionary KANs as methods that combine edge-wise functional parameterization with time evolution in parameter space, but differ in their numerical priorities. VEvoKAN is presented as a stable and scalable weak-residual framework with rigorous boundary treatment (Kim et al., 19 Feb 2026); the energy-dissipative variant emphasizes unconditional energy stability for gradient flows through SAV reformulation and constant-coefficient linear solves (Lin et al., 3 Mar 2025). A plausible implication is that future work could seek an overview of both aims within a single weak-form, energy-stable evolutionary KAN formulation.