Enhancing Physics-Informed Neural Networks with a Hybrid Parallel Kolmogorov-Arnold and MLP Architecture
Zuyu Xu, Bin Lv
TL;DR
This paper addresses training efficiency and accuracy challenges in physics-informed neural networks by introducing HPKM-PINN, a hybrid parallel architecture that fuse two distinct networks, a Kolmogorov-Arnold Network (KAN) and an MLP, through a tunable weight $ξ$. The approach combines a standard PINN loss with parallel branches whose outputs are blended as $u(x)=ξ\,u_{KAN}(x)+(1-ξ)\,u_{MLP}(x)$, enabling robust learning of both high- and low-frequency features. Across function approximation and four PDE benchmarks (Poisson, Advection, Convection–Diffusion, Helmholtz), HPKM-PINN achieves significantly lower losses and faster convergence than standalone PINN or KAN variants, and demonstrates robustness to noise with task-specific optimal mixings. These results underscore the value of hybrid, parallel architectures for accurate, scalable PDE solving in computational science and engineering, while highlighting trade-offs in model size and training cost. The work suggests future directions in adaptive balancing and optimization to further enhance efficiency and applicability.
Abstract
Neural networks have emerged as powerful tools for modeling complex physical systems, yet balancing high accuracy with computational efficiency remains a critical challenge in their convergence behavior. In this work, we propose the Hybrid Parallel Kolmogorov-Arnold Network (KAN) and Multi-Layer Perceptron (MLP) Physics-Informed Neural Network (HPKM-PINN), a novel architecture that synergistically integrates parallelized KAN and MLP branches within a unified PINN framework. The HPKM-PINN introduces a scaling factor ξ, to optimally balance the complementary strengths of KAN's interpretable function approximation and MLP's nonlinear feature learning, thereby enhancing predictive performance through a weighted fusion of their outputs. Through systematic numerical evaluations, we elucidate the impact of the scaling factor ξ on the model's performance in both function approximation and partial differential equation (PDE) solving tasks. Benchmark experiments across canonical PDEs, such as the Poisson and Advection equations, demonstrate that HPKM-PINN achieves a marked decrease in loss values (reducing relative error by two orders of magnitude) compared to standalone KAN or MLP models. Furthermore, the framework exhibits numerical stability and robustness when applied to various physical systems. These findings highlight the HPKM-PINN's ability to leverage KAN's interpretability and MLP's expressivity, positioning it as a versatile and scalable tool for solving complex PDE-driven problems in computational science and engineering.
