NEAILGCOMP-PHDec 15, 2022

Neuroevolution of Physics-Informed Neural Nets: Benchmark Problems and Comparative Results

arXiv:2212.07624v311 citationsh-index: 33Has Code
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in scientific machine learning for researchers using PINNs, offering an incremental improvement in training methods.

The paper tackles the problem of training physics-informed neural networks (PINNs), which often face complex and rugged loss landscapes that hinder gradient descent methods, by proposing neuroevolution algorithms as a better alternative. The results show that neuroevolution can surpass gradient descent in ensuring better physics compliance, with benchmark tests supporting this claim.

The potential of learned models for fundamental scientific research and discovery is drawing increasing attention worldwide. Physics-informed neural networks (PINNs), where the loss function directly embeds governing equations of scientific phenomena, is one of the key techniques at the forefront of recent advances. PINNs are typically trained using stochastic gradient descent methods, akin to their deep learning counterparts. However, analysis in this paper shows that PINNs' unique loss formulations lead to a high degree of complexity and ruggedness that may not be conducive for gradient descent. Unlike in standard deep learning, PINN training requires globally optimum parameter values that satisfy physical laws as closely as possible. Spurious local optimum, indicative of erroneous physics, must be avoided. Hence, neuroevolution algorithms, with their superior global search capacity, may be a better choice for PINNs relative to gradient descent methods. Here, we propose a set of five benchmark problems, with open-source codes, spanning diverse physical phenomena for novel neuroevolution algorithm development. Using this, we compare two neuroevolution algorithms against the commonly used stochastic gradient descent, and our baseline results support the claim that neuroevolution can surpass gradient descent, ensuring better physics compliance in the predicted outputs. %Furthermore, implementing neuroevolution with JAX leads to orders of magnitude speedup relative to standard implementations.

Foundations

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

Your Notes