paper-with-me

Papers

SPINN: Sparse, Physics-based, and partially Interpretable Neural Networks for PDEs

2021-02-25 · Amuthan A. Ramabathiran, Prabhu Ramachandran

We introduce a class of Sparse, Physics-based, and partially Interpretable Neural Networks (SPINN) for solving ordinary and partial differential equations (PDEs). By reinterpreting a traditional meshless representation of solutions of PDEs we develop a class of sparse neural network architectures that are partially interpretable. The SPINN model we propose here serves as a seamless bridge between two extreme modeling tools for PDEs, namely dense neural network based methods like Physics Informed Neural Networks (PINNs) and traditional mesh-free numerical methods, thereby providing a novel means to develop a new class of hybrid algorithms that build on the best of both these viewpoints. A unique feature of the SPINN model that distinguishes it from other neural network based approximations proposed earlier is that it is (i) interpretable, in a particular sense made precise in the work, and (ii) sparse in the sense that it has much fewer connections than typical dense neural networks used for PDEs. Further, the SPINN algorithm implicitly encodes mesh adaptivity and is able to handle discontinuities in the solutions. In addition, we demonstrate that Fourier series representations can also be expressed as a special class of SPINN and propose generalized neural network analogues of Fourier representations. We illustrate the utility of the proposed method with a variety of examples involving ordinary differential equations, elliptic, parabolic, hyperbolic and nonlinear partial differential equations, and an example in fluid dynamics.

📄 PDF Abstract BibTeX arXiv:2102.13037

Code (1)

nn4pde/SPINN 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Anisotropic, Sparse and Interpretable Physics-Informed Neural Networks for PDEs

2022-07-01 · Amuthan A. Ramabathiran, Prabhu Ramachandran

There has been a growing interest in the use of Deep Neural Networks (DNNs) to solve Partial Differential Equations (PDEs). Despite the promise that such approaches hold, there are various aspects where they could be imp…

ASPINN: An asymptotic strategy for solving singularly perturbed differential equations

2024-09-20 · Sen Wang, Peizhi Zhao, Tao Song

Solving Singularly Perturbed Differential Equations (SPDEs) presents challenges due to the rapid change of their solutions at the boundary layer. In this manuscript, We propose Asymptotic Physics-Informed Neural Networks…

Kolmogorov-Arnold Networks

Enforcing continuous symmetries in physics-informed neural network for solving forward and inverse problems of partial differential equations

2022-06-19 · Zhi-Yong Zhang, HUI ZHANG, Li-Sheng Zhang, Lei-Lei Guo

As a typical application of deep learning, physics-informed neural network (PINN) {has been} successfully used to find numerical solutions of partial differential equations (PDEs), but how to improve the limited accuracy…

Separable Physics-Informed Neural Networks

2023-06-28 · NeurIPS 2023 11 · Junwoo Cho, Seungtae Nam, Hyunmo Yang, Seok-Bae Yun 외

Physics-informed neural networks (PINNs) have recently emerged as promising data-driven PDE solvers showing encouraging results on various PDEs. However, there is a fundamental limitation of training PINNs to solve multi…

GPU

Binary structured physics-informed neural networks for solving equations with rapidly changing solutions

2024-01-23 · Yanzhi Liu, Ruifan Wu, Ying Jiang

Physics-informed neural networks (PINNs), rooted in deep learning, have emerged as a promising approach for solving partial differential equations (PDEs). By embedding the physical information described by PDEs into feed…