paper-with-me

Papers

Learning Specialized Activation Functions for Physics-informed Neural Networks

2023-08-08 · Honghui Wang, Lu Lu, Shiji Song, Gao Huang

Physics-informed neural networks (PINNs) are known to suffer from optimization difficulty. In this work, we reveal the connection between the optimization difficulty of PINNs and activation functions. Specifically, we show that PINNs exhibit high sensitivity to activation functions when solving PDEs with distinct properties. Existing works usually choose activation functions by inefficient trial-and-error. To avoid the inefficient manual selection and to alleviate the optimization difficulty of PINNs, we introduce adaptive activation functions to search for the optimal function when solving different problems. We compare different adaptive activation functions and discuss their limitations in the context of PINNs. Furthermore, we propose to tailor the idea of learning combinations of candidate activation functions to the PINNs optimization, which has a higher requirement for the smoothness and diversity on learned functions. This is achieved by removing activation functions which cannot provide higher-order derivatives from the candidate set and incorporating elementary functions with different properties according to our prior knowledge about the PDE at hand. We further enhance the search space with adaptive slopes. The proposed adaptive activation function can be used to solve different PDE systems in an interpretable way. Its effectiveness is demonstrated on a series of benchmarks. Code is available at https://github.com/LeapLabTHU/AdaAFforPINNs.

📄 PDF Abstract BibTeX arXiv:2308.04073

Code (1)

leaplabthu/adaafforpinns 공식 구현 pytorch

Similar Papers 제목 키워드 기반

On the failure of ReLU activation for physics-informed machine learning

2025-12-12 · Conor Rowan arxiv

Physics-informed machine learning uses governing ordinary and/or partial differential equations to train neural networks to represent the solution field. Like any machine learning problem, the choice of activation functi…

How important are activation functions in regression and classification? A survey, performance comparison, and future directions

2022-09-06 · Ameya D. Jagtap, George Em Karniadakis

Inspired by biological neurons, the activation functions play an essential part in the learning process of any artificial neural network commonly used in many real-world problems. Various activation functions have been p…

Physics-informed machine learningregression

Learnable Activation Functions in Physics-Informed Neural Networks for Solving Partial Differential Equations

2024-11-22 · Afrah Fareaa, Mustafa Serdar Celebi

We investigate the use of learnable activation functions in Physics-Informed Neural Networks (PINNs) for solving Partial Differential Equations (PDEs). Specifically, we compare the efficacy of traditional Multilayer Perc…

Kolmogorov-Arnold Networks

Higher-order-ReLU-KANs (HRKANs) for solving physics-informed neural networks (PINNs) more accurately, robustly and faster

2024-08-09 · Chi Chiu So, Siu Pang Yung

Finding solutions to partial differential equations (PDEs) is an important and essential component in many scientific and engineering discoveries. One of the common approaches empowered by deep learning is Physics-inform…

Kolmogorov-Arnold Networks

A Family of Adaptive Activation Functions for Mitigating Failure Modes in Physics-Informed Neural Networks

2026-03-18 · Krishna Murari arxiv

Physics-Informed Neural Networks(PINNs) are a powerful and flexible learning framework that has gained significant attention in recent years. It has demonstrated strong performance across a wide range of scientific and e…