paper-with-me

Papers

PINNACLE: PINN Adaptive ColLocation and Experimental points selection

2024-04-11 · Gregory Kang Ruey Lau, Apivich Hemachandra, See-Kiong Ng, Bryan Kian Hsiang Low

Physics-Informed Neural Networks (PINNs), which incorporate PDEs as soft constraints, train with a composite loss function that contains multiple training point types: different types of collocation points chosen during training to enforce each PDE and initial/boundary conditions, and experimental points which are usually costly to obtain via experiments or simulations. Training PINNs using this loss function is challenging as it typically requires selecting large numbers of points of different types, each with different training dynamics. Unlike past works that focused on the selection of either collocation or experimental points, this work introduces PINN Adaptive ColLocation and Experimental points selection (PINNACLE), the first algorithm that jointly optimizes the selection of all training point types, while automatically adjusting the proportion of collocation point types as training progresses. PINNACLE uses information on the interaction among training point types, which had not been considered before, based on an analysis of PINN training dynamics via the Neural Tangent Kernel (NTK). We theoretically show that the criterion used by PINNACLE is related to the PINN generalization error, and empirically demonstrate that PINNACLE is able to outperform existing point selection methods for forward, inverse, and transfer learning problems.

📄 PDF Abstract BibTeX arXiv:2404.07662

Code (2)

apivich-h/pinnacle 공식 구현 jax
code-implementation1/Code9/tree/main/pinns mindspore

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Fixed-budget online adaptive learning for physics-informed neural networks. Towards parameterized problem inference

2022-12-22 · Thi Nguyen Khoa Nguyen, Thibault Dairay, Raphaël Meunier, Christophe Millet 외

Physics-Informed Neural Networks (PINNs) have gained much attention in various fields of engineering thanks to their capability of incorporating physical laws into the models. PINNs integrate the physical constraints by …

Adaptive Self-supervision Algorithms for Physics-informed Neural Networks

2022-07-08 · Shashank Subramanian, Robert M. Kirby, Michael W. Mahoney, Amir Gholami

Physics-informed neural networks (PINNs) incorporate physical knowledge from the problem domain as a soft constraint on the loss function, but recent work has shown that this can lead to optimization difficulties. Here, …

PACMANN: Point Adaptive Collocation Method for Artificial Neural Networks

2024-11-29 · Coen Visser, Alexander Heinlein, Bianca Giovanardi

Physics-Informed Neural Networks (PINNs) are an emerging tool for approximating the solution of Partial Differential Equations (PDEs) in both forward and inverse problems. PINNs minimize a loss function which includes th…

A Novel Adaptive Causal Sampling Method for Physics-Informed Neural Networks

2022-10-24 · Jia Guo, Haifeng Wang, Chenping Hou

Physics-Informed Neural Networks (PINNs) have become a kind of attractive machine learning method for obtaining solutions of partial differential equations (PDEs). Training PINNs can be seen as a semi-supervised learning…

Provably Accurate Adaptive Sampling for Collocation Points in Physics-informed Neural Networks

2025-04-01 · Antoine Caradot, Rémi Emonet, Amaury Habrard, Abdel-Rahim Mezidi 외

Despite considerable scientific advances in numerical simulation, efficiently solving PDEs remains a complex and often expensive problem. Physics-informed Neural Networks (PINN) have emerged as an efficient way to learn …