用更简单的高阶ReLU激活函数提升物理神经网络求解精度与速度
Higher-order-ReLU-KANs (HRKANs) for solving physics-informed neural networks (PINNs) more accurately, robustly and faster

- 采用高阶ReLU作为激活函数基础,简化结构并支持高效矩阵运算
- 在泊松方程和伯格斯方程上实现最高精度、最强鲁棒性及最短训练时间
- 适合需要高精度求解偏微分方程的科学计算与工程仿真场景
求解偏微分方程(PDEs)是众多科学与工程发现中的关键环节。深度学习驱动的物理信息神经网络(PINNs)是常用方法之一。最近提出的科尔莫戈罗夫-阿诺德网络(KANs)以可训练激活函数取代多层感知机(MLPs)。为提升拟合精度,已有研究提出使用“ReLU平方”作为基函数的ReLU-KANs。本文提出一种新的基函数——高阶ReLU(HR),其比KANs中使用的B样条更简单,支持高效矩阵运算,并具备光滑且非零的高阶导数,这对物理信息神经网络至关重要。基于此激活函数的KANs称为HRKANs。在经典线性泊松方程与含黏性的非线性伯格斯方程上的详尽实验表明,所提HRKANs在拟合精度、训练鲁棒性和训练时间上均显著优于现有KANs、ReLU-KANs及其他变体。代码已公开于https://github.com/kelvinhkcs/HRKAN。
原文摘要 · Abstract (English)
Finding solutions to partial differential equations (PDEs) is an important and essential component in many scientific and engineering discoveries. One of the common approaches empowered by deep learning is Physics-informed Neural Networks (PINNs). Recently, a new type of fundamental neural network model, Kolmogorov-Arnold Networks (KANs), has been proposed as a substitute of Multilayer Perceptions (MLPs), and possesses trainable activation functions. To enhance KANs in fitting accuracy, a modification of KANs, so called ReLU-KANs, using "square of ReLU" as the basis of its activation functions, has been suggested. In this work, we propose another basis of activation functions, namely, Higherorder-ReLU (HR), which is simpler than the basis of activation functions used in KANs, namely, Bsplines; allows efficient KAN matrix operations; and possesses smooth and non-zero higher-order derivatives, essential to physicsinformed neural networks. We name such KANs with Higher-order-ReLU (HR) as their activations, HRKANs. Our detailed experiments on two famous and representative PDEs, namely, the linear Poisson equation and nonlinear Burgers' equation with viscosity, reveal that our proposed Higher-order-ReLU-KANs (HRKANs) achieve the highest fitting accuracy and training robustness and lowest training time significantly among KANs, ReLU-KANs and HRKANs. The codes to replicate our experiments are available at https://github.com/kelvinhkcs/HRKAN.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。