Enhancing Neural Function Approximation: The XNet Outperforming KAN
Xin Li, Xiaotao Zheng, Zhihong Xia
TL;DR
XNet introduces a single-layer neural network architecture leveraging Cauchy kernels as activations to achieve arbitrarily high-order polynomial convergence, outperforming depth-driven MLPs and B-spline–based KANs in function approximation. The authors provide a theoretical comparison showing $\|f-f_N\|=O(N^{-p})$ for any $p>0$ with Cauchy kernels versus $O(N^{-k})$ for B-splines, and demonstrate substantial empirical gains across function approximation, PINN-based PDE solving, and reinforcement learning. Across Heaviside, high-dimensional, and noisy targets, as well as Heat and Poisson PDEs, XNet achieves dramatically lower errors and faster training than baselines. The results suggest XNet as a versatile, efficient building block for scientific computing and AI applications, with potential for integration into large-scale architectures and time-series models.
Abstract
XNet is a single-layer neural network architecture that leverages Cauchy integral-based activation functions for high-order function approximation. Through theoretical analysis, we show that the Cauchy activation functions used in XNet can achieve arbitrary-order polynomial convergence, fundamentally outperforming traditional MLPs and Kolmogorov-Arnold Networks (KANs) that rely on increased depth or B-spline activations. Our extensive experiments on function approximation, PDE solving, and reinforcement learning demonstrate XNet's superior performance - reducing approximation error by up to 50000 times and accelerating training by up to 10 times compared to existing approaches. These results establish XNet as a highly efficient architecture for both scientific computing and AI applications.
