LGNAMay 21, 2023

ParticleWNN: a Novel Neural Networks Framework for Solving Partial Differential Equations

arXiv:2305.12433v37 citationsHas Code
Originality Incremental advance
AI Analysis

This is an incremental improvement for researchers in computational science, offering a method better suited for high-dimensional and complex domains.

The authors tackled solving partial differential equations (PDEs) by developing ParticleWNN, a neural network framework using weak forms and particle-based test functions, which demonstrated superior efficiency and accuracy over state-of-the-art methods in numerical examples.

Deep neural networks (DNNs) have been widely used to solve partial differential equations (PDEs) in recent years. In this work, a novel deep learning-based framework named Particle Weak-form based Neural Networks (ParticleWNN) is developed for solving PDEs in the weak form. In this framework, the trial space is defined as the space of DNNs, while the test space consists of functions compactly supported in extremely small regions, centered around particles. To facilitate the training of neural networks, an R-adaptive strategy is designed to adaptively modify the radius of regions during training. The ParticleWNN inherits the benefits of weak/variational formulation, requiring less regularity of the solution and a small number of quadrature points for computing integrals. Additionally, due to the special construction of the test functions, ParticleWNN enables parallel implementation and integral calculations only in extremely small regions. This framework is particularly desirable for solving problems with high-dimensional and complex domains. The efficiency and accuracy of ParticleWNN are demonstrated through several numerical examples, showcasing its superiority over state-of-the-art methods. The source code for the numerical examples presented in this paper is available at https://github.com/yaohua32/ParticleWNN.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes