paper-with-me

홈 › Papers

ST-PINN: A Self-Training Physics-Informed Neural Network for Partial Differential Equations

2023-06-15 · Junjun Yan, Xinhai Chen, Zhichao Wang, Enqiang Zhoui, Jie Liu

Partial differential equations (PDEs) are an essential computational kernel in physics and engineering. With the advance of deep learning, physics-informed neural networks (PINNs), as a mesh-free method, have shown great potential for fast PDE solving in various applications. To address the issue of low accuracy and convergence problems of existing PINNs, we propose a self-training physics-informed neural network, ST-PINN. Specifically, ST-PINN introduces a pseudo label based self-learning algorithm during training. It employs governing equation as the pseudo-labeled evaluation index and selects the highest confidence examples from the sample points to attach the pseudo labels. To our best knowledge, we are the first to incorporate a self-training mechanism into physics-informed learning. We conduct experiments on five PDE problems in different fields and scenarios. The results demonstrate that the proposed method allows the network to learn more physical information and benefit convergence. The ST-PINN outperforms existing physics-informed neural network methods and improves the accuracy by a factor of 1.33x-2.54x. The code of ST-PINN is available at GitHub: https://github.com/junjun-yan/ST-PINN.

📄 PDF Abstract BibTeX arXiv:2306.09389

Code (1)

junjun-yan/st-pinn 공식 구현 tf

Tasks

Pseudo LabelSelf-Learning

Methods 이 논문이 사용한 방법론

Self-Learning 설명 없음

Similar Papers 제목 키워드 기반

Is $L^2$ Physics-Informed Loss Always Suitable for Training Physics-Informed Neural Network?

2022-06-04 · Chuwei Wang, Shanda Li, Di He, LiWei Wang

The Physics-Informed Neural Network (PINN) approach is a new and promising way to solve partial differential equations using deep learning. The $L^2$ Physics-Informed Loss is the de-facto standard in training Physics-Inf…

Gradient Enhanced Self-Training Physics-Informed Neural Network (gST-PINN) for Solving Nonlinear Partial Differential Equations

2025-10-12 · Narayan S Iyer, Bivas Bhaumik, Ram S Iyer, Satyasaran Changdar arxiv

Partial differential equations (PDEs) provide a mathematical foundation for simulating and understanding intricate behaviors in both physical sciences and engineering. With the growing capabilities of deep learning, data…

NSGA-PINN: A Multi-Objective Optimization Method for Physics-Informed Neural Network Training

2023-03-03 · Binghang Lu, Christian B. Moya, Guang Lin

This paper presents NSGA-PINN, a multi-objective optimization framework for effective training of Physics-Informed Neural Networks (PINNs). The proposed framework uses the Non-dominated Sorting Genetic Algorithm (NSGA-II…

Collocation-based Robust Variational Physics-Informed Neural Networks (CRVPINN)

2024-01-04 · Marcin Łoś, Tomasz Służalec, Paweł Maczuga, Askold Vilkha 외

Physics-Informed Neural Networks (PINNs) have been successfully applied to solve Partial Differential Equations (PDEs). Their loss function is founded on a strong residual minimization scheme. Variational Physics-Informe…

Scale-PINN: Learning Efficient Physics-Informed Neural Networks Through Sequential Correction

2026-02-23 · Pao-Hsiung Chiu, Jian Cheng Wong, Chin Chun Ooi, Chang Wei 외 arxiv

Physics-informed neural networks (PINNs) have emerged as a promising mesh-free paradigm for solving partial differential equations, yet adoption in science and engineering is limited by slow training and modest accuracy …