A unified scalable framework for causal sweeping strategies for
Physics-Informed Neural Networks (PINNs) and their temporal decompositions
- URL: http://arxiv.org/abs/2302.14227v2
- Date: Mon, 18 Sep 2023 18:19:26 GMT
- Title: A unified scalable framework for causal sweeping strategies for
Physics-Informed Neural Networks (PINNs) and their temporal decompositions
- Authors: Michael Penwarden, Ameya D. Jagtap, Shandian Zhe, George Em
Karniadakis, Robert M. Kirby
- Abstract summary: Training challenges in PINNs and XPINNs for time-dependent PDEs are discussed.
We propose a new stacked-decomposition method that bridges the gap between PINNs and XPINNs.
We also formulate a new time-sweeping collocation point algorithm inspired by the previous PINNs causality.
- Score: 22.514769448363754
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Physics-informed neural networks (PINNs) as a means of solving partial
differential equations (PDE) have garnered much attention in the Computational
Science and Engineering (CS&E) world. However, a recent topic of interest is
exploring various training (i.e., optimization) challenges - in particular,
arriving at poor local minima in the optimization landscape results in a PINN
approximation giving an inferior, and sometimes trivial, solution when solving
forward time-dependent PDEs with no data. This problem is also found in, and in
some sense more difficult, with domain decomposition strategies such as
temporal decomposition using XPINNs. We furnish examples and explanations for
different training challenges, their cause, and how they relate to information
propagation and temporal decomposition. We then propose a new
stacked-decomposition method that bridges the gap between time-marching PINNs
and XPINNs. We also introduce significant computational speed-ups by using
transfer learning concepts to initialize subnetworks in the domain and loss
tolerance-based propagation for the subdomains. Finally, we formulate a new
time-sweeping collocation point algorithm inspired by the previous PINNs
causality literature, which our framework can still describe, and provides a
significant computational speed-up via reduced-cost collocation point
segmentation. The proposed methods form our unified framework, which overcomes
training challenges in PINNs and XPINNs for time-dependent PDEs by respecting
the causality in multiple forms and improving scalability by limiting the
computation required per optimization iteration. Finally, we provide numerical
results for these methods on baseline PDE problems for which unmodified PINNs
and XPINNs struggle to train.
Related papers
- RoPINN: Region Optimized Physics-Informed Neural Networks [66.38369833561039]
Physics-informed neural networks (PINNs) have been widely applied to solve partial differential equations (PDEs)
This paper proposes and theoretically studies a new training paradigm as region optimization.
A practical training algorithm, Region Optimized PINN (RoPINN), is seamlessly derived from this new paradigm.
arXiv Detail & Related papers (2024-05-23T09:45:57Z) - Efficient Discrete Physics-informed Neural Networks for Addressing
Evolutionary Partial Differential Equations [7.235476098729406]
Physics-informed neural networks (PINNs) have shown promising potential for solving partial differential equations (PDEs) using deep learning.
PINNs may violate the temporal causality property since all the temporal features in the PINNs loss are trained simultaneously.
This paper proposes to use implicit time differencing schemes to enforce temporal causality, and use transfer learning to sequentially update the PINNs in space as surrogates for PDE solutions in different time frames.
arXiv Detail & Related papers (2023-12-22T11:09:01Z) - Adversarial Training for Physics-Informed Neural Networks [4.446564162927513]
We propose an adversarial training strategy for PINNs termed by AT-PINNs.
AT-PINNs enhance the robustness of PINNs by fine-tuning the model with adversarial samples.
We implement AT-PINNs to the elliptic equation with multi-scale coefficients, Poisson equation with multi-peak solutions, Burgers equation with sharp solutions and the Allen-Cahn equation.
arXiv Detail & Related papers (2023-10-18T08:28:43Z) - PINNsFormer: A Transformer-Based Framework For Physics-Informed Neural Networks [22.39904196850583]
Physics-Informed Neural Networks (PINNs) have emerged as a promising deep learning framework for approximating numerical solutions to partial differential equations (PDEs)
We introduce a novel Transformer-based framework, termed PINNsFormer, designed to address this limitation.
PINNsFormer achieves superior generalization ability and accuracy across various scenarios, including PINNs failure modes and high-dimensional PDEs.
arXiv Detail & Related papers (2023-07-21T18:06:27Z) - Tunable Complexity Benchmarks for Evaluating Physics-Informed Neural
Networks on Coupled Ordinary Differential Equations [64.78260098263489]
In this work, we assess the ability of physics-informed neural networks (PINNs) to solve increasingly-complex coupled ordinary differential equations (ODEs)
We show that PINNs eventually fail to produce correct solutions to these benchmarks as their complexity increases.
We identify several reasons why this may be the case, including insufficient network capacity, poor conditioning of the ODEs, and high local curvature, as measured by the Laplacian of the PINN loss.
arXiv Detail & Related papers (2022-10-14T15:01:32Z) - PIXEL: Physics-Informed Cell Representations for Fast and Accurate PDE
Solvers [4.1173475271436155]
We propose a new kind of data-driven PDEs solver, physics-informed cell representations (PIXEL)
PIXEL elegantly combines classical numerical methods and learning-based approaches.
We show that PIXEL achieves fast convergence speed and high accuracy.
arXiv Detail & Related papers (2022-07-26T10:46:56Z) - Revisiting PINNs: Generative Adversarial Physics-informed Neural
Networks and Point-weighting Method [70.19159220248805]
Physics-informed neural networks (PINNs) provide a deep learning framework for numerically solving partial differential equations (PDEs)
We propose the generative adversarial neural network (GA-PINN), which integrates the generative adversarial (GA) mechanism with the structure of PINNs.
Inspired from the weighting strategy of the Adaboost method, we then introduce a point-weighting (PW) method to improve the training efficiency of PINNs.
arXiv Detail & Related papers (2022-05-18T06:50:44Z) - Improved Training of Physics-Informed Neural Networks with Model
Ensembles [81.38804205212425]
We propose to expand the solution interval gradually to make the PINN converge to the correct solution.
All ensemble members converge to the same solution in the vicinity of observed data.
We show experimentally that the proposed method can improve the accuracy of the found solution.
arXiv Detail & Related papers (2022-04-11T14:05:34Z) - Learning Physics-Informed Neural Networks without Stacked
Back-propagation [82.26566759276105]
We develop a novel approach that can significantly accelerate the training of Physics-Informed Neural Networks.
In particular, we parameterize the PDE solution by the Gaussian smoothed model and show that, derived from Stein's Identity, the second-order derivatives can be efficiently calculated without back-propagation.
Experimental results show that our proposed method can achieve competitive error compared to standard PINN training but is two orders of magnitude faster.
arXiv Detail & Related papers (2022-02-18T18:07:54Z) - PhyCRNet: Physics-informed Convolutional-Recurrent Network for Solving
Spatiotemporal PDEs [8.220908558735884]
Partial differential equations (PDEs) play a fundamental role in modeling and simulating problems across a wide range of disciplines.
Recent advances in deep learning have shown the great potential of physics-informed neural networks (NNs) to solve PDEs as a basis for data-driven inverse analysis.
We propose the novel physics-informed convolutional-recurrent learning architectures (PhyCRNet and PhCRyNet-s) for solving PDEs without any labeled data.
arXiv Detail & Related papers (2021-06-26T22:22:19Z) - dNNsolve: an efficient NN-based PDE solver [62.997667081978825]
We introduce dNNsolve, that makes use of dual Neural Networks to solve ODEs/PDEs.
We show that dNNsolve is capable of solving a broad range of ODEs/PDEs in 1, 2 and 3 spacetime dimensions.
arXiv Detail & Related papers (2021-03-15T19:14:41Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.