LGAIDSNAMLJul 16, 2025

Improving physics-informed neural network extrapolation via transfer learning and adaptive activation functions

arXiv:2507.12659v13 citationsh-index: 3Has CodeICANN
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem for researchers and engineers using PINNs in scientific and engineering applications, offering incremental improvements to enhance model robustness and accuracy.

The paper tackled the poor extrapolation performance and sensitivity to activation functions in Physics-Informed Neural Networks (PINNs) by introducing a transfer learning method and adaptive activation functions, resulting in an average 40% reduction in relative L2 error and 50% reduction in mean absolute error in extrapolation domains without significant computational cost increase.

Physics-Informed Neural Networks (PINNs) are deep learning models that incorporate the governing physical laws of a system into the learning process, making them well-suited for solving complex scientific and engineering problems. Recently, PINNs have gained widespread attention as a powerful framework for combining physical principles with data-driven modeling to improve prediction accuracy. Despite their successes, however, PINNs often exhibit poor extrapolation performance outside the training domain and are highly sensitive to the choice of activation functions (AFs). In this paper, we introduce a transfer learning (TL) method to improve the extrapolation capability of PINNs. Our approach applies transfer learning (TL) within an extended training domain, using only a small number of carefully selected collocation points. Additionally, we propose an adaptive AF that takes the form of a linear combination of standard AFs, which improves both the robustness and accuracy of the model. Through a series of experiments, we demonstrate that our method achieves an average of 40% reduction in relative L2 error and an average of 50% reduction in mean absolute error in the extrapolation domain, all without a significant increase in computational cost. The code is available at https://github.com/LiuzLab/PINN-extrapolation .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes