paper-with-me

Papers

Auxiliary-Tasks Learning for Physics-Informed Neural Network-Based Partial Differential Equations Solving

2023-07-12 · Junjun Yan, Xinhai Chen, Zhichao Wang, Enqiang Zhou, Jie Liu

Physics-informed neural networks (PINNs) have emerged as promising surrogate modes for solving partial differential equations (PDEs). Their effectiveness lies in the ability to capture solution-related features through neural networks. However, original PINNs often suffer from bottlenecks, such as low accuracy and non-convergence, limiting their applicability in complex physical contexts. To alleviate these issues, we proposed auxiliary-task learning-based physics-informed neural networks (ATL-PINNs), which provide four different auxiliary-task learning modes and investigate their performance compared with original PINNs. We also employ the gradient cosine similarity algorithm to integrate auxiliary problem loss with the primary problem loss in ATL-PINNs, which aims to enhance the effectiveness of the auxiliary-task learning modes. To the best of our knowledge, this is the first study to introduce auxiliary-task learning modes in the context of physics-informed learning. We conduct experiments on three PDE problems across different fields and scenarios. Our findings demonstrate that the proposed auxiliary-task learning modes can significantly improve solution accuracy, achieving a maximum performance boost of 96.62% (averaging 28.23%) compared to the original single-task PINNs. The code and dataset are open source at https://github.com/junjun-yan/ATL-PINN.

📄 PDF Abstract BibTeX arXiv:2307.06167

Code (1)

junjun-yan/atl-pinn 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Physics Informed Deep Learning (Part I): Data-driven Solutions of Nonlinear Partial Differential Equations

2017-11-28 · Maziar Raissi, Paris Perdikaris, George Em. Karniadakis

We introduce physics informed neural networks -- neural networks that are trained to solve supervised learning tasks while respecting any given law of physics described by general nonlinear partial differential equations…

Physics Informed Deep Learning (Part II): Data-driven Discovery of Nonlinear Partial Differential Equations

2017-11-28 · Maziar Raissi, Paris Perdikaris, George Em. Karniadakis

We introduce physics informed neural networks -- neural networks that are trained to solve supervised learning tasks while respecting any given law of physics described by general nonlinear partial differential equations…

Physics Informed RNN-DCT Networks for Time-Dependent Partial Differential Equations

2022-02-24 · Benjamin Wu, Oliver Hennigh, Jan Kautz, Sanjay Choudhry 외

Physics-informed neural networks allow models to be trained by physical laws described by general nonlinear partial differential equations. However, traditional architectures struggle to solve more challenging time-depen…

Can Physics-Informed Neural Networks beat the Finite Element Method?

2023-02-08 · Tamara G. Grossmann, Urszula Julia Komorowska, Jonas Latz, Carola-Bibiane Schönlieb

Partial differential equations play a fundamental role in the mathematical modelling of many processes and systems in physical, biological and other sciences. To simulate such processes and systems, the solutions of PDEs…

Over-PINNs: Enhancing Physics-Informed Neural Networks via Higher-Order Partial Derivative Overdetermination of PDEs

2025-06-06 · Wenxuan Huo, Qiang He, Gang Zhu, Weifeng Huang

Partial differential equations (PDEs) serve as the cornerstone of mathematical physics. In recent years, Physics-Informed Neural Networks (PINNs) have significantly reduced the dependence on large datasets by embedding p…