arXiv:2512.17198cs.LG2025-12

用稀疏MLP构建可训练的基函数,高效求解偏微分方程。

BumpNet: A Sparse MLP Framework for Learning PDE Solutions

  • 基于稀疏多层感知机构造可训练基函数,非传统RBF网络。
  • 在多个测试问题上实现高精度与低参数量,优于传统PINNs。
  • 适合需要高效、通用且可扩展的PDE求解与算子学习场景。

我们提出BumpNet,一种用于偏微分方程(PDE)数值求解和算子学习的稀疏多层感知机(MLP)框架。该框架基于基函数展开,其基函数由普通Sigmoid激活函数在稀疏多层结构中构建而成,因此属于MLP而非RBF网络,可兼容现代MLP优化技术。所有基函数参数(形状、位置、振幅)均可训练,并通过剪枝策略实现模型简洁性。BumpNet是通用无网格框架,可与现有神经架构结合:本文提出Bump-PINNs求解一般PDE,Bump-EDNN求解时变PDE,Bump-DeepONet用于PDE算子学习。理论证明了BumpNets和Bump-DeepONets分别是连续函数和连续算子的通用逼近器。训练方面,Bump-PINNs采用与PINNs相同的配点法;Bump-EDNN仅在空间域使用BumpNet,时间推进由EDNN完成;Bump-DeepONets则将BumpNet作为DeepONet的主干网络。大量数值实验验证了BumpNets在效率与精度上的优势。

原文摘要 · Abstract (English)

We introduce BumpNet, a sparse multilayer perceptron (MLP) framework for PDE numerical solution and operator learning. BumpNet is based on basis function expansion, which makes them superficially similar to radial-basis function (RBF) networks. However, the basis functions in BumpNet are constructed from ordinary sigmoid activation functions in a sparse multi-layer framework. This makes BumpNet a MLP, not a RBF neural network, enabling the efficient use of modern training techniques optimized for MLPs. All parameters of the basis functions, including shape, location, and amplitude, are fully trainable. Model parsimony is encouraged through a basis function pruning scheme. BumpNet is a general meshless framework that can be combined with existing neural architectures for learning PDE solutions: here, we propose Bump-PINNs (BumpNet with physics-informed neural networks) for solving general PDEs; Bump-EDNN (BumpNet with evolutionary deep neural networks) to solve time-evolution PDEs; and Bump-DeepONet (BumpNet with deep operator networks) for PDE operator learning. We prove that BumpNets and Bump-DeepONets are universal approximators of continuous functions and continuous operators, respectively. Bump-PINNs are trained using the same collocation-based approach used by PINNs; Bump-EDNN uses a BumpNet only in the spatial domain and uses EDNNs to advance the solution in time; while Bump-DeepONets employ a BumpNet regression network as the trunk network of a DeepONet. Extensive numerical experiments demonstrate the efficiency and accuracy of BumpNets.

PDE求解神经网络稀疏模型算子学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。