paper-with-me

Papers

An Adaptive Collocation Point Strategy For Physics Informed Neural Networks via the QR Discrete Empirical Interpolation Method

2025-01-13 · Adrian Celaya, David Fuentes, Beatrice Riviere

Physics-informed neural networks (PINNs) have gained significant attention for solving forward and inverse problems related to partial differential equations (PDEs). While advancements in loss functions and network architectures have improved PINN accuracy, the impact of collocation point sampling on their performance remains underexplored. Fixed sampling methods, such as uniform random sampling and equispaced grids, can fail to capture critical regions with high solution gradients, limiting their effectiveness for complex PDEs. Adaptive methods, inspired by adaptive mesh refinement from traditional numerical methods, address this by dynamically updating collocation points during training but may overlook residual dynamics between updates, potentially losing valuable information. To overcome this limitation, we propose an adaptive collocation point selection strategy utilizing the QR Discrete Empirical Interpolation Method (QR-DEIM), a reduced-order modeling technique for efficiently approximating nonlinear functions. Our results on benchmark PDEs, including the wave, Allen-Cahn, and Burgers' equations, demonstrate that our QR-DEIM-based approach improves PINN accuracy compared to existing methods, offering a promising direction for adaptive collocation point strategies.

📄 PDF Abstract BibTeX arXiv:2501.07700

Code (1)

aecelaya/qr-deim-collocation 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

A Curriculum-Training-Based Strategy for Distributing Collocation Points during Physics-Informed Neural Network Training

2022-11-21 · Marcus Münzer, Chris Bard

Physics-informed Neural Networks (PINNs) often have, in their loss functions, terms based on physical equations and derivatives. In order to evaluate these terms, the output solution is sampled using a distribution of co…

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 …

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…

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, …

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 …