Papers
Topics
Authors
Recent
Search
2000 character limit reached

Hybrid Parallel KAN/MLP PINNs

Updated 16 February 2026
  • The paper demonstrates that HPKM-PINN significantly reduces L2 error—up to two orders of magnitude—compared to standard PINN or KAN-only models.
  • It employs a parallel hybrid strategy that blends KAN’s high-frequency resolution with MLP’s nonlinear expressivity via adaptive convex fusion.
  • Domain decomposition and adaptive weighting enhance scalability and robustness, making HPKM-PINN ideal for multiscale and high-dimensional PDE challenges.

The Hybrid Parallel Kolmogorov–Arnold/MLP Physics-Informed Neural Network (HPKM-PINN) is a neural architecture that combines the explicit functional representation capabilities of Kolmogorov–Arnold Networks (KANs) with the spectral and nonlinear expressivity of standard Multi-Layer Perceptrons (MLPs) within the Physics-Informed Neural Networks (PINN) framework. Designed for the efficient and robust solution of partial differential equations (PDEs) and multi-frequency regression tasks, HPKM-PINN utilizes a parallel hybrid strategy and, in recent extensions, adaptive convex weighting and overlapping domain decomposition for improved accuracy and scalability (Xu et al., 30 Mar 2025, Huang et al., 14 Nov 2025).

1. Architecture and Mathematical Formalism

The canonical HPKM-PINN architecture consists of two parallel branches: a KAN branch and an MLP branch, both operating on the same input features (e.g., spatial and temporal coordinates).

  • Kolmogorov–Arnold Network (KAN) Branch: Implements the Kolmogorov–Arnold representation theorem, which ensures that any continuous multivariate function on a compact domain can be decomposed as

f(x1,,xn)=q=12n+1Φq(p=1nϕq,p(xp)),f(x_1,\dots,x_n) = \sum_{q=1}^{2n+1} \Phi_q\left( \sum_{p=1}^n \phi_{q,p}(x_p) \right),

with trainable univariate activations ϕq,p\phi_{q,p} and Φq\Phi_q. In practical implementations, each ϕ\phi and Φ\Phi is parameterized via basis expansions, for instance, employing B-splines and smooth nonlinearities. Alternative parameterizations, such as truncated Fourier series (Fourier-KAN), are employed in high-frequency settings (Huang et al., 14 Nov 2025).

uMLP(x;θ)=ΦLΦ1(x),Φ()(z)=σ(W()z+b())u_{\mathrm{MLP}}(x;\theta) = \Phi^L \circ \cdots \circ \Phi^1(x), \qquad \Phi^{(\ell)}(z) = \sigma(W^{(\ell)}z + b^{(\ell)})

with widths and depths tailored to the problem’s dimension and complexity, typically using activation functions such as tanh\tanh or ReLU.

  • Hybrid Parallel Fusion: The outputs of the KAN and MLP branches, uKAN(x)u_{\mathrm{KAN}}(x) and uMLP(x)u_{\mathrm{MLP}}(x), are fused via a convex combination governed by a scalar parameter ξ\xi:

ϕq,p\phi_{q,p}0

Enhanced variants introduce a trainable scalar ϕq,p\phi_{q,p}1 and a monotonic mapping ϕq,p\phi_{q,p}2 (e.g., sigmoid or tanh) for adaptive fusion during training:

ϕq,p\phi_{q,p}3

This permits the weighting between KAN and MLP to adapt dynamically, yielding better balancing of frequency components and feature complexity (Huang et al., 14 Nov 2025).

2. Loss Construction and Optimization Protocols

HPKM-PINN adheres to the standard PINN composite loss paradigm for training:

  • PDE Loss (Collocation/Residual Term): For a PDE of the form ϕq,p\phi_{q,p}4 with initial/boundary conditions, the residual at each collocation point is defined as

ϕq,p\phi_{q,p}5

with pointwise losses

ϕq,p\phi_{q,p}6

  • Initial and Boundary Conditions: Losses are imposed by

ϕq,p\phi_{q,p}7

  • Total Loss Function:

ϕq,p\phi_{q,p}8

with ϕq,p\phi_{q,p}9, Φq\Phi_q0, and Φq\Phi_q1 typically assigned weight 1, or tuned via grid search.

  • Optimization: Training is conducted using Adam, with learning rates typically Φq\Phi_q2 for regression tasks and Φq\Phi_q3 for PDE-solving, sometimes incorporating learning-rate scheduling. Collocation points are sampled using Sobol or Latin-Hypercube sequences to ensure robust residual evaluation (Xu et al., 30 Mar 2025).
  • Domain Decomposition Extension: The modified HPKM-PINN introduces overlapping domain decomposition, partitioning the domain Φq\Phi_q4 into overlapping subdomains Φq\Phi_q5 and assembling the global solution via partition-of-unity weighting. Each subdomain is equipped with a local MHPKM network and its own trainable fusion coefficient Φq\Phi_q6. The global output is assembled as

Φq\Phi_q7

where Φq\Phi_q8 forms a partition of unity (Huang et al., 14 Nov 2025).

3. Benchmark Problems and Empirical Results

HPKM-PINN and its variants have been evaluated on a suite of canonical PDEs and mixed-frequency regression benchmarks:

  • Function Fitting (Mixed High–Low Frequency): For Φq\Phi_q9 on ϕ\phi0 with high- and low-frequency components, HPKM-PINN (optimal ϕ\phi1) achieved ϕ\phi2 error of ϕ\phi3, outperforming pure MLP (ϕ\phi4) and KAN (ϕ\phi5).
  • 1D Poisson Equation: For ϕ\phi6 with exact ϕ\phi7,
    • PINN (ϕ\phi8): ϕ\phi9,
    • PIKAN (Φ\Phi0): Φ\Phi1,
    • HPKM (Φ\Phi2): Φ\Phi3.
  • 1D Advection, Convection–Diffusion: For Φ\Phi4 and Φ\Phi5, respectively, HPKM consistently found lower errors and faster loss convergence at problem-specific Φ\Phi6 (typically Φ\Phi7–Φ\Phi8).
  • Helmholtz Equation (2D): For Φ\Phi9 with uMLP(x;θ)=ΦLΦ1(x),Φ()(z)=σ(W()z+b())u_{\mathrm{MLP}}(x;\theta) = \Phi^L \circ \cdots \circ \Phi^1(x), \qquad \Phi^{(\ell)}(z) = \sigma(W^{(\ell)}z + b^{(\ell)})0 Dirichlet boundary, HPKM with uMLP(x;θ)=ΦLΦ1(x),Φ()(z)=σ(W()z+b())u_{\mathrm{MLP}}(x;\theta) = \Phi^L \circ \cdots \circ \Phi^1(x), \qquad \Phi^{(\ell)}(z) = \sigma(W^{(\ell)}z + b^{(\ell)})1 attained lowest uMLP(x;θ)=ΦLΦ1(x),Φ()(z)=σ(W()z+b())u_{\mathrm{MLP}}(x;\theta) = \Phi^L \circ \cdots \circ \Phi^1(x), \qquad \Phi^{(\ell)}(z) = \sigma(W^{(\ell)}z + b^{(\ell)})2 error (uMLP(x;θ)=ΦLΦ1(x),Φ()(z)=σ(W()z+b())u_{\mathrm{MLP}}(x;\theta) = \Phi^L \circ \cdots \circ \Phi^1(x), \qquad \Phi^{(\ell)}(z) = \sigma(W^{(\ell)}z + b^{(\ell)})3) among compared baselines.
  • High-Frequency, High-Dimensional, and Multiscale Benchmarks: The modified HPKM-PINN with overlapping domain decomposition demonstrated marked improvements in high-frequency and high-dimensional settings. For uMLP(x;θ)=ΦLΦ1(x),Φ()(z)=σ(W()z+b())u_{\mathrm{MLP}}(x;\theta) = \Phi^L \circ \cdots \circ \Phi^1(x), \qquad \Phi^{(\ell)}(z) = \sigma(W^{(\ell)}z + b^{(\ell)})4D Helmholtz with uMLP(x;θ)=ΦLΦ1(x),Φ()(z)=σ(W()z+b())u_{\mathrm{MLP}}(x;\theta) = \Phi^L \circ \cdots \circ \Phi^1(x), \qquad \Phi^{(\ell)}(z) = \sigma(W^{(\ell)}z + b^{(\ell)})5, the method yielded uMLP(x;θ)=ΦLΦ1(x),Φ()(z)=σ(W()z+b())u_{\mathrm{MLP}}(x;\theta) = \Phi^L \circ \cdots \circ \Phi^1(x), \qquad \Phi^{(\ell)}(z) = \sigma(W^{(\ell)}z + b^{(\ell)})6, compared to failure of MLP (error uMLP(x;θ)=ΦLΦ1(x),Φ()(z)=σ(W()z+b())u_{\mathrm{MLP}}(x;\theta) = \Phi^L \circ \cdots \circ \Phi^1(x), \qquad \Phi^{(\ell)}(z) = \sigma(W^{(\ell)}z + b^{(\ell)})7) and moderate accuracy of KAN (uMLP(x;θ)=ΦLΦ1(x),Φ()(z)=σ(W()z+b())u_{\mathrm{MLP}}(x;\theta) = \Phi^L \circ \cdots \circ \Phi^1(x), \qquad \Phi^{(\ell)}(z) = \sigma(W^{(\ell)}z + b^{(\ell)})8). For uMLP(x;θ)=ΦLΦ1(x),Φ()(z)=σ(W()z+b())u_{\mathrm{MLP}}(x;\theta) = \Phi^L \circ \cdots \circ \Phi^1(x), \qquad \Phi^{(\ell)}(z) = \sigma(W^{(\ell)}z + b^{(\ell)})9D Poisson, comparable tanh\tanh0 (tanh\tanh1) was achieved with concurrent reduction in per-network parameter count (Huang et al., 14 Nov 2025).

Empirical performance summary

PDE / Task Model Param Count Rel. tanh\tanh2 Error Wall Clock (s)
1D Poisson PINN [1,20,20,1] 481 tanh\tanh3 88.1
PIKAN [1,30,30,1] 9600 tanh\tanh4 696.4
HPKM-PINN 10481 tanh\tanh5 858.7
1D Advection PINN [2,20,20,20,1] 921 tanh\tanh6 51.5
PIKAN [2,5,5,1] 400 tanh\tanh7 283.6
HPKM-PINN 1321 tanh\tanh8 353.6

These results highlight consistent relative error reductions—up to two orders of magnitude—by hybridizing KAN and MLP outputs.

4. Advantages, Limitations, and Algorithmic Insights

Principal advantages documented include significantly reduced approximation error (up to two orders of magnitude over standard PINN or KAN-only PINN), accelerated convergence to low-loss regimes, and superior robustness against data noise, especially under Gaussian perturbations. HPKM-PINN’s fusion parameter tanh\tanh9 furnishes a practical mechanism to interpolate between the spectral coverage of MLP (low-frequency, smooth components) and KAN’s sensitivity to high-frequency, nonlinear features, without alteration to overall network topologies. Domain decomposition in the modified formulation further reduces global optimization complexity by distributing frequency content and PDE variability over localized subnets.

Notable limitations are increased parameter count and wall-clock time (approximately double relative to single-branch approaches in standard implementations), the lack of an automated protocol for optimal uKAN(x)u_{\mathrm{KAN}}(x)0 (or uKAN(x)u_{\mathrm{KAN}}(x)1) selection, and scaling challenges for very high-dimensional or large-scale PDEs. Prospective improvements include adaptive or learned branch fusion strategies and structural regularization via pruning or depth adjustment (Xu et al., 30 Mar 2025, Huang et al., 14 Nov 2025).

5. Overlapping Domain Decomposition and Adaptive Weighting

The extension of HPKM-PINN to include overlapping domain decomposition targets the curse of dimensionality, multiscale features, and high-frequency regimes often present in complex PDE systems (Huang et al., 14 Nov 2025). The algorithm consists of dividing the global domain uKAN(x)u_{\mathrm{KAN}}(x)2 into overlapping subdomains uKAN(x)u_{\mathrm{KAN}}(x)3, each equipped with a local HPKM architecture with an independently trained fusion weight. Transition and window functions uKAN(x)u_{\mathrm{KAN}}(x)4 construct a partition of unity, ensuring global prediction smoothness and continuity. The convex weight between KAN/MLP local predictors is made learnable, with uKAN(x)u_{\mathrm{KAN}}(x)5 (e.g., sigmoid mappings) steering representation capacity as necessitated by local frequency or regularity.

Empirical findings from benchmarks such as high-frequency 2D Helmholtz, 2D/5D Poisson, and nonlinear reaction–diffusion equations demonstrate that MHPKM-PINN consistently attains lower uKAN(x)u_{\mathrm{KAN}}(x)6 errors versus MLP-only and KAN-only baselines—with robustness to increasing frequency and dimensional complexity unattainable via other architectures at equivalent parameterization.

6. Context and Research Trajectory

HPKM-PINN and its domain-decomposed variant address key challenges that have limited the standard PINN paradigm, notably spectral bias toward low frequencies (MLP), and representational rigidity or parameter inefficiency (KAN). By adaptively blending branches—either via hand-tuned or trainable weights—and employing parallelism, hybridization, and domain partitioning, these methods furnish a systematic improvement in the modeling and computational resolution of challenging multiscale PDEs and oscillatory functional regression tasks. Open research directions include automated or regionally adaptive fusion mechanisms, scaling strategies for extreme dimensions, and further exploration of model pruning and depth-heterogeneity across subdomains (Xu et al., 30 Mar 2025, Huang et al., 14 Nov 2025).

7. Summary Table: Key HPKM-PINN Features and Comparisons

Feature HPKM-PINN PINN (MLP) PIKAN (KAN)
Branch types KAN + MLP (parallel) MLP KAN
Fusion weight uKAN(x)u_{\mathrm{KAN}}(x)7 (fixed or learned) --- ---
Domain decomposition Optional (modified model only) No No
Frequency handling Adaptive (high/low) Low freq. bias High freq. bias
Typical error reduction Up to uKAN(x)u_{\mathrm{KAN}}(x)8 --- ---
Parameter cost uKAN(x)u_{\mathrm{KAN}}(x)9 PINN/PIKAN Baseline Baseline
Robustness to noise High Moderate Moderate-to-high

HPKM-PINN constitutes a versatile, modular enhancement within the PINN ecosystem, enabling tunable and efficient resolution of multi-frequency, high-dimensional, and noise-challenged PDEs by leveraging explicit feature fusion and, where needed, spatial domain partitioning (Xu et al., 30 Mar 2025, Huang et al., 14 Nov 2025).

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 Hybrid Parallel Kolmogorov-Arnold/MLP PINNs (HPKM-PINN).