paper-with-me

홈 › Papers

Accelerated Training of Physics-Informed Neural Networks (PINNs) using Meshless Discretizations

2022-05-19 · Ramansh Sharma, Varun Shankar

We present a new technique for the accelerated training of physics-informed neural networks (PINNs): discretely-trained PINNs (DT-PINNs). The repeated computation of partial derivative terms in the PINN loss functions via automatic differentiation during training is known to be computationally expensive, especially for higher-order derivatives. DT-PINNs are trained by replacing these exact spatial derivatives with high-order accurate numerical discretizations computed using meshless radial basis function-finite differences (RBF-FD) and applied via sparse-matrix vector multiplication. The use of RBF-FD allows for DT-PINNs to be trained even on point cloud samples placed on irregular domain geometries. Additionally, though traditional PINNs (vanilla-PINNs) are typically stored and trained in 32-bit floating-point (fp32) on the GPU, we show that for DT-PINNs, using fp64 on the GPU leads to significantly faster training times than fp32 vanilla-PINNs with comparable accuracy. We demonstrate the efficiency and accuracy of DT-PINNs via a series of experiments. First, we explore the effect of network depth on both numerical and automatic differentiation of a neural network with random weights and show that RBF-FD approximations of third-order accuracy and above are more efficient while being sufficiently accurate. We then compare the DT-PINNs to vanilla-PINNs on both linear and nonlinear Poisson equations and show that DT-PINNs achieve similar losses with 2-4x faster training times on a consumer GPU. Finally, we also demonstrate that similar results can be obtained for the PINN solution to the heat equation (a space-time problem) by discretizing the spatial derivatives using RBF-FD and using automatic differentiation for the temporal derivative. Our results show that fp64 DT-PINNs offer a superior cost-accuracy profile to fp32 vanilla-PINNs.

📄 PDF Abstract BibTeX arXiv:2205.09332

Code (1)

rsmath/dt-pinn 공식 구현 pytorch

Tasks

GPU

Similar Papers 제목 키워드 기반

Enriched Physics-informed Neural Networks for Dynamic Poisson-Nernst-Planck Systems

2024-02-01 · Xujia Huang, Fajie Wang, Benrong Zhang, Hanqing Liu

This paper proposes a meshless deep learning algorithm, enriched physics-informed neural networks (EPINNs), to solve dynamic Poisson-Nernst-Planck (PNP) equations with strong coupling and nonlinear characteristics. The E…

GPU

Auto-PINN: Understanding and Optimizing Physics-Informed Neural Architecture

2022-05-27 · Yicheng Wang, Xiaotian Han, Chia-Yuan Chang, Daochen Zha 외

Physics-informed neural networks (PINNs) are revolutionizing science and engineering practice by bringing together the power of deep learning to bear on scientific computation. In forward modeling problems, PINNs are mes…

Hyperparameter OptimizationNeural Architecture Search

KP-PINNs: Kernel Packet Accelerated Physics Informed Neural Networks

2025-06-10 · Siyuan Yang, Cheng Song, Zhilu Lai, Wenjia Wang

Differential equations are involved in modeling many engineering problems. Many efforts have been devoted to solving differential equations. Due to the flexibility of neural networks, Physics Informed Neural Networks (PI…

LT-PINN: Lagrangian Topology-conscious Physics-informed Neural Network for Boundary-focused Engineering Optimization

2025-05-19 · Yuanye Zhou, Zhaokun Wang, Kai Zhou, Hui Tang 외

Physics-informed neural networks (PINNs) have emerged as a powerful meshless tool for topology optimization, capable of simultaneously determining optimal topologies and physical solutions. However, conventional PINNs re…

Wavelet-Accelerated Physics-Informed Quantum Neural Network for Multiscale Partial Differential Equations

2025-12-09 · Deepak Gupta, Himanshu Pandey, Ratikanta Behera arxiv

This work proposes a wavelet-based physics-informed quantum neural network framework to efficiently address multiscale partial differential equations that involve sharp gradients, stiffness, rapid local variations, and h…