Physics-Informed Neural Networks

Physics-informed neural networks (PINNs) are a type of universal function approximators that can embed the knowledge of any physical laws that govern a given data-set in the learning process, and can be described by partial differential equations (PDEs).

They overcome the low data availability of some biological and engineering systems that makes most state-of-the-art machine learning techniques lack robustness, rendering them ineffective in these scenarios. The prior knowledge of general physical laws acts in the training of neural networks (NNs) as a regularization agent that limits the space of admissible solutions, increasing the correctness of the function approximation. This way, embedding this prior information into a neural network results in enhancing the information content of the available data, facilitating the learning algorithm to capture the right solution and to generalize well even with a low amount of training examples.

Physics-Informed Neural Networks
Physics-informed neural networks for solving Navier–Stokes equations

Function approximation

Most of the physical laws that govern the dynamics of a system can be described by partial differential equations. For example, the Navier–Stokes equations are a set of partial differential equations derived from the conservation laws (i.e., conservation of mass, momentum, and energy) that govern fluid mechanics. The solution of the Navier–Stokes equations with appropriate initial and boundary conditions allows the quantification of flow dynamics in a precisely defined geometry. However, these equations cannot be solved exactly and therefore numerical methods must be used (such as finite differences, finite elements and finite volumes). In this setting, these governing equations must be solved while accounting for prior assumptions, linearization, and adequate time and space discretization.

Recently, solving the governing partial differential equations of physical phenomena using deep learning has emerged as a new field of scientific machine learning (SciML), leveraging the universal approximation theorem and high expressivity of neural networks. In general, deep neural networks could approximate any high-dimensional function given that sufficient training data are supplied. However, such networks do not consider the physical characteristics underlying the problem, and the level of approximation accuracy provided by them is still heavily dependent on careful specifications of the problem geometry as well as the initial and boundary conditions. Without this preliminary information, the solution is not unique and may lose physical correctness. On the other hand, physics-informed neural networks (PINNs) leverage governing physical equations in neural network training. Namely, PINNs are designed to be trained to satisfy the given training data as well as the imposed governing equations. In this fashion, a neural network can be guided with training data that do not necessarily need to be large and complete. Potentially, an accurate solution of partial differential equations can be found without knowing the boundary conditions. Therefore, with some knowledge about the physical characteristics of the problem and some form of training data (even sparse and incomplete), PINN may be used for finding an optimal solution with high fidelity.

PINNs allow for addressing a wide range of problems in computational science and represent a pioneering technology leading to the development of new classes of numerical solvers for PDEs. PINNs can be thought of as a meshfree alternative to traditional approaches (e.g., CFD for fluid dynamics), and new data-driven approaches for model inversion and system identification. Notably, the trained PINN network can be used for predicting the values on simulation grids of different resolutions without the need to be retrained. In addition, they allow for exploiting automatic differentiation (AD) to compute the required derivatives in the partial differential equations, a new class of differentiation techniques widely used to derive neural networks assessed to be superior to numerical or symbolic differentiation.

Modeling and computation

A general nonlinear partial differential equation can be:

Physics-Informed Neural Networks 

where Physics-Informed Neural Networks  denotes the solution, Physics-Informed Neural Networks  is a nonlinear operator parametrized by Physics-Informed Neural Networks , and Physics-Informed Neural Networks  is a subset of Physics-Informed Neural Networks . This general form of governing equations summarizes a wide range of problems in mathematical physics, such as conservative laws, diffusion process, advection-diffusion systems, and kinetic equations. Given noisy measurements of a generic dynamic system described by the equation above, PINNs can be designed to solve two classes of problems:

  • data-driven solution
  • data-driven discovery

of partial differential equations.

Data-driven solution of partial differential equations

The data-driven solution of PDE computes the hidden state Physics-Informed Neural Networks  of the system given boundary data and/or measurements Physics-Informed Neural Networks , and fixed model parameters Physics-Informed Neural Networks . We solve:

Physics-Informed Neural Networks .

By defining the residual Physics-Informed Neural Networks  as

Physics-Informed Neural Networks ,

and approximating Physics-Informed Neural Networks  by a deep neural network. This network can be differentiated using automatic differentiation. The parameters of Physics-Informed Neural Networks  and Physics-Informed Neural Networks  can be then learned by minimizing the following loss function Physics-Informed Neural Networks :

Physics-Informed Neural Networks .

Where Physics-Informed Neural Networks  is the error between the PINN Physics-Informed Neural Networks  and the set of boundary conditions and measured data on the set of points Physics-Informed Neural Networks  where the boundary conditions and data are defined, and Physics-Informed Neural Networks  is the mean-squared error of the residual function. This second term encourages the PINN to learn the structural information expressed by the partial differential equation during the training process.

This approach has been used to yield computationally efficient physics-informed surrogate models with applications in the forecasting of physical processes, model predictive control, multi-physics and multi-scale modeling, and simulation. It has been shown to converge to the solution of the PDE.

Data-driven discovery of partial differential equations

Given noisy and incomplete measurements Physics-Informed Neural Networks  of the state of the system, the data-driven discovery of PDE results in computing the unknown state Physics-Informed Neural Networks  and learning model parameters Physics-Informed Neural Networks  that best describe the observed data and it reads as follows:

Physics-Informed Neural Networks .

By defining Physics-Informed Neural Networks  as

Physics-Informed Neural Networks ,

and approximating Physics-Informed Neural Networks  by a deep neural network, Physics-Informed Neural Networks  results in a PINN. This network can be derived using automatic differentiation. The parameters of Physics-Informed Neural Networks  and Physics-Informed Neural Networks , together with the parameter Physics-Informed Neural Networks  of the differential operator can be then learned by minimizing the following loss function Physics-Informed Neural Networks :

Physics-Informed Neural Networks .

Where Physics-Informed Neural Networks , with Physics-Informed Neural Networks  and Physics-Informed Neural Networks  state solutions and measurements at sparse location Physics-Informed Neural Networks , respectively and Physics-Informed Neural Networks  residual function. This second term requires the structured information represented by the partial differential equations to be satisfied in the training process.

This strategy allows for discovering dynamic models described by nonlinear PDEs assembling computationally efficient and fully differentiable surrogate models that may find application in predictive forecasting, control, and data assimilation.

Physics-informed neural networks for piece-wise function approximation

PINN is unable to approximate PDEs that have strong non-linearity or sharp gradients that commonly occur in practical fluid flow problems. Piece-wise approximation has been an old practice in the field of numerical approximation. With the capability of approximating strong non-linearity extremely light weight PINNs are used to solve PDEs in much larger discrete subdomains that increases accuracy substantially and decreases computational load as well. DPINN (Distributed physics-informed neural networks) and DPIELM (Distributed physics-informed extreme learning machines) are generalizable space-time domain discretization for better approximation. DPIELM is an extremely fast and lightweight approximator with competitive accuracy. Domain scaling on the top has a special effect. Another school of thought is discretization for parallel computation to leverage usage of available computational resources.

XPINNs is a generalized space-time domain decomposition approach for the physics-informed neural networks (PINNs) to solve nonlinear partial differential equations on arbitrary complex-geometry domains. The XPINNs further pushes the boundaries of both PINNs as well as Conservative PINNs (cPINNs), which is a spatial domain decomposition approach in the PINN framework tailored to conservation laws. Compared to PINN, the XPINN method has large representation and parallelization capacity due to the inherent property of deployment of multiple neural networks in the smaller subdomains. Unlike cPINN, XPINN can be extended to any type of PDEs. Moreover, the domain can be decomposed in any arbitrary way (in space and time), which is not possible in cPINN. Thus, XPINN offers both space and time parallelization, thereby reducing the training cost more effectively. The XPINN is particularly effective for the large-scale problems (involving large data set) as well as for the high-dimensional problems where single network based PINN is not adequate. The rigorous bounds on the errors resulting from the approximation of the nonlinear PDEs (incompressible Navier–Stokes equations) with PINNs and XPINNs are proved.

Physics-informed neural networks and functional interpolation

Physics-Informed Neural Networks 
X-TFC framework scheme for PDE solution learning

In the PINN framework, initial and boundary conditions are not analytically satisfied, thus they need to be included in the loss function of the network to be simultaneously learned with the differential equation (DE) unknown functions. Having competing objectives during the network's training can lead to unbalanced gradients while using gradient-based techniques, which causes PINNs to often struggle to accurately learn the underlying DE solution. This drawback is overcome by using functional interpolation techniques such as the Theory of Functional Connections (TFC)'s constrained expression, in the Deep-TFC framework, which reduces the solution search space of constrained problems to the subspace of neural network that analytically satisfies the constraints. A further improvement of PINN and functional interpolation approach is given by the Extreme Theory of Functional Connections (X-TFC) framework, where a single-layer Neural Network and the extreme learning machine training algorithm are employed. X-TFC allows to improve the accuracy and performance of regular PINNs, and its robustness and reliability are proved for stiff problems, optimal control, aerospace, and rarefied gas dynamics applications.

Physics-informed PointNet (PIPN) for multiple sets of irregular geometries

Regular PINNs are only able to obtain the solution of a forward or inverse problem on a single geometry. It means that for any new geometry (computational domain), one must retrain a PINN. This limitation of regular PINNs imposes high computational costs, specifically for a comprehensive investigation of geometric parameters in industrial designs. Physics-informed PointNet (PIPN) is fundamentally the result of a combination of PINN's loss function with PointNet. In fact, instead of using a simple fully connected neural network, PIPN uses PointNet as the core of its neural network. PointNet has been primarily designed for deep learning of 3D object classification and segmentation by the research group of Leonidas J. Guibas. PointNet extracts geometric features of input computational domains in PIPN. Thus, PIPN is able to solve governing equations on multiple computational domains (rather than only a single domain) with irregular geometries, simultaneously. The effectiveness of PIPN has been shown for incompressible flow, heat transfer and linear elasticity.

Physics-informed neural networks (PINNs) for inverse computations

Physics-informed neural networks (PINNs) have proven particularly effective in solving inverse problems within differential equations, demonstrating their applicability across science, engineering, and economics. They have shown useful for solving inverse problems in a variety of fields, including nano-optics, topology optimization/characterization, multiphase flow in porous media, and high-speed fluid flow. PINNs have demonstrated flexibility when dealing with noisy and uncertain observation datasets. They also demonstrated clear advantages in the inverse calculation of parameters for multi-fidelity datasets, meaning datasets with different quality, quantity, and types of observations. Uncertainties in calculations can be evaluated using ensemble-based or Bayesian-based calculations.

Limitations

Translation and discontinuous behavior are hard to approximate using PINNs. They fail when solving differential equations with slight advective dominance. The difficulty in training of PINNs in advection-dominated PDEs can be explained by Kolmogorov n–width of the solution. They also fail to solve a system of dynamical systems and hence have not been a success in solving chaotic equations. One of the reasons behind the failure of the regular PINNs is soft-constraining of Dirichlet and Neumann boundary conditions which pose multi-objective optimization problem which requires manually weighing the loss terms to be able to optimize. Another reason is getting optimization itself. Posing PDE solving as an optimization problem brings in all the problems that are faced in the world of optimization, the major one being getting stuck at a local optimum pretty often.

References

  • PINN – repository to implement physics-informed neural network in Python
  • XPINN – repository to implement extended physics-informed neural network (XPINN) in Python
  • PIPN [2]– repository to implement physics-informed PointNet (PIPN) in Python

Tags:

Physics-Informed Neural Networks Function approximationPhysics-Informed Neural Networks Modeling and computationPhysics-Informed Neural Networks Physics-informed neural networks for piece-wise function approximationPhysics-Informed Neural Networks Physics-informed neural networks and functional interpolationPhysics-Informed Neural Networks Physics-informed PointNet (PIPN) for multiple sets of irregular geometriesPhysics-Informed Neural Networks Physics-informed neural networks (PINNs) for inverse computationsPhysics-Informed Neural Networks LimitationsPhysics-Informed Neural NetworksNeural networkPartial differential equation

🔥 Trending searches on Wiki English:

Franklin D. RooseveltPretty Baby (1978 film)First Citizens BancSharesCanelo ÁlvarezHaley CavinderList of school shootings in the United StatesMelanie LynskeySophie's Choice (film)Peaky Blinders (TV series)XXXTentacionJudy GarlandHundred Flowers CampaignDonald TrumpThe Ballad of Songbirds and SnakesSandra BullockHoward HughesWorld War IIAndre AgassiLionel RichieNATORobert Downey Jr.Brian DutcherChuck NorrisNope (film)Stellan SkarsgårdKeira KnightleyFinland–NATO relationsKim MulkeySoviet UnionSingaporeBetter Call SaulNick Lloyd WebberDavid BenavidezLuxembourgThe NolansAlexander SkarsgårdHighland Park parade shootingEnglish WikipediaMrs Chatterjee Vs NorwayMutiny of the MatoikaMark WahlbergGuanoSylvester Stallone2020 United States presidential electionYami GautamLuciane BuchananJohn Wick (film)Bigg Boss (Malayalam season 5)Chris HemsworthNew ZealandRobert KraftTardigradeJuhi BabbarHumza YousafADiderot effectLockheed Martin F-35 Lightning IIFranceThe Rookie (TV series)You (TV series)AlbaniaMeryl StreepIrelandI See You (2019 film)Whitney HoustonKiefer SutherlandKeanu ReevesYouTube MusicSnoop DoggZach BraffDavid Mayer de RothschildJayne MansfieldJake GyllenhaalPatrick SwayzeRodney Terry🡆 More