菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-02
📄 Abstract - Randomized Neural Networks for Partial Differential Equation on Static and Evolving Surfaces

Surface partial differential equations arise in numerous scientific and engineering applications. Their numerical solution on static and evolving surfaces remains challenging due to geometric complexity and, for evolving geometries, the need for repeated mesh updates and geometry or solution transfer. While neural-network-based methods offer mesh-free discretizations, approaches based on nonconvex training can be costly and may fail to deliver high accuracy in practice. In this work, we develop a randomized neural network (RaNN) method for solving PDEs on both static and evolving surfaces: the hidden-layer parameters are randomly generated and kept fixed, and the output-layer coefficients are determined efficiently by solving a least-squares problem. For static surfaces, we present formulations for parametrized surfaces, implicit level-set surfaces, and point-cloud geometries, and provide a corresponding theoretical analysis for the parametrization-based formulation with interface compatibility. For evolving surfaces with topology preserved over time, we introduce a RaNN-based strategy that learns the surface evolution through a flow-map representation and then solves the surface PDE on a space--time collocation set, avoiding remeshing. Extensive numerical experiments demonstrate broad applicability and favorable accuracy--efficiency performance on representative benchmarks.

顶级标签: machine learning systems theory
详细标签: randomized neural networks partial differential equations surface pdes mesh-free methods scientific computing 或 搜索:

用于静态与演化曲面偏微分方程的随机神经网络方法 / Randomized Neural Networks for Partial Differential Equation on Static and Evolving Surfaces


1️⃣ 一句话总结

这篇论文提出了一种高效的随机神经网络方法,通过固定随机生成的隐藏层参数并求解最小二乘问题,来快速求解静态和动态变化曲面上的偏微分方程,避免了传统方法中复杂的网格更新和优化难题。

源自 arXiv: 2603.01689