PINNsFormer: A Transformer-Based Framework For Physics-Informed Neural Networks
Zhiyuan Zhao, Xueying Ding, B. Aditya Prakash

TL;DR
PINNsFormer introduces a transformer-based framework that enhances physics-informed neural networks by capturing temporal dependencies, improving accuracy and generalization in solving PDEs, especially in complex and high-dimensional scenarios.
Contribution
It proposes a novel transformer-based architecture for PINNs, incorporating multi-head attention and a wavelet activation to better model temporal dependencies and improve solution accuracy.
Findings
Achieves superior accuracy over traditional PINNs.
Effectively handles high-dimensional PDEs.
Demonstrates robustness in various physics scenarios.
Abstract
Physics-Informed Neural Networks (PINNs) have emerged as a promising deep learning framework for approximating numerical solutions to partial differential equations (PDEs). However, conventional PINNs, relying on multilayer perceptrons (MLP), neglect the crucial temporal dependencies inherent in practical physics systems and thus fail to propagate the initial condition constraints globally and accurately capture the true solutions under various scenarios. In this paper, we introduce a novel Transformer-based framework, termed PINNsFormer, designed to address this limitation. PINNsFormer can accurately approximate PDE solutions by utilizing multi-head attention mechanisms to capture temporal dependencies. PINNsFormer transforms point-wise inputs into pseudo sequences and replaces point-wise PINNs loss with a sequential loss. Additionally, it incorporates a novel activation function,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Numerical Methods and Algorithms · Probabilistic and Robust Engineering Design
MethodsLinear Layer · Softmax
