Local Randomized Neural Networks Methods for Interface Problems

Yunlong Li,Fei Wang
2023-08-06
Abstract:Accurate modeling of complex physical problems, such as fluid-structure interaction, requires multiphysics coupling across the interface, which often has intricate geometry and dynamic boundaries. Conventional numerical methods face challenges in handling interface conditions. Deep neural networks offer a mesh-free and flexible alternative, but they suffer from drawbacks such as time-consuming optimization and local optima. In this paper, we propose a mesh-free approach based on Randomized Neural Networks (RNNs), which avoid optimization solvers during training, making them more efficient than traditional deep neural networks. Our approach, called Local Randomized Neural Networks (LRNNs), uses different RNNs to approximate solutions in different subdomains. We discretize the interface problem into a linear system at randomly sampled points across the domain, boundary, and interface using a finite difference scheme, and then solve it by a least-square method. For time-dependent interface problems, we use a space-time approach based on LRNNs. We show the effectiveness and robustness of the LRNNs methods through numerical examples of elliptic and parabolic interface problems. We also demonstrate that our approach can handle high-dimension interface problems. Compared to conventional numerical methods, our approach achieves higher accuracy with fewer degrees of freedom, eliminates the need for complex interface meshing and fitting, and significantly reduces training time, outperforming deep neural networks.
Numerical Analysis
What problem does this paper attempt to address?
This paper aims to address interface problems in complex physical problems, such as fluid-structure interactions, which require modeling of multi-physics coupling across interfaces. Traditional numerical methods face challenges in dealing with interface conditions with complex geometries and dynamic boundaries. The paper proposes a method called Local Random Neural Networks (LRNNs) based on Recurrent Neural Networks (RNNs) to solve such problems more efficiently and accurately. In LRNNs, the entire domain is divided into multiple subdomains, and each subdomain is approximated by an RNN. This approach avoids the nonlinear optimization problems during the training process of traditional neural networks, reducing the risk of getting trapped in local optima. For time-dependent interface problems, the paper also introduces the Space-Time LRNNs method, which avoids time step iterations and cumulative errors by solving the problem in one shot. The paper demonstrates the effectiveness and robustness of the LRNNs method on elliptic and parabolic interface problems through numerical experiments, proving its ability to handle complex geometries and high variability diffusion coefficients in high-dimensional problems. Compared to traditional numerical methods, LRNNs method maintains high accuracy while reducing the degree of freedom requirements, training time, and complex interface grid fitting. In summary, this paper proposes a new numerical method that utilizes random neural networks to efficiently and accurately solve physical interface problems, especially suitable for dealing with dynamic interfaces and high dimensions.