paint-brush
Integrating Physics-Informed Neural Networks for Earthquake Modeling: Physics-Informed Deep Learningby@seismology

Integrating Physics-Informed Neural Networks for Earthquake Modeling: Physics-Informed Deep Learning

by SeismologyAugust 2nd, 2024
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

The physics governing motion in many applications in science and engineering give rise to partial differential equations (PDE) where analytic solutions can be difficult to obtain. The Physics-Informed Neural Network (PINN) is a deep learning (DL) framework for approximating solutions to PDEs. The framework produces a closed, analytic form for the solution, which is continuous and defined at every point in the domain.
featured image - Integrating Physics-Informed Neural Networks for Earthquake Modeling: Physics-Informed Deep Learning
Seismology HackerNoon profile picture

Authors:

(1) Cody Rucker, Department of Computer Science, University of Oregon and Corresponding author;

(2) Brittany A. Erickson, Department of Computer Science, University of Oregon and Department of Earth Sciences, University of Oregon.

Abstract and 1. Context and Motivation

  1. Physics-Informed Deep Learning Framework
  2. Learning Problems for Earthquakes on Rate-and-State Faults
  3. 2D Verification, Validation and Applications
  4. Summary and Future Work and References

2. Physics-Informed Deep Learning Framework

The physics governing motion in many applications in science and engineering give rise to partial differential equations (PDE) where analytic solutions can be difficult to obtain (due, e.g. to complex material properties, boundary conditions, geometry) and we commonly turn to numerical methods. The Physics-Informed Neural Network (PINN) is a deep learning (DL) framework for approximating solutions to PDEs. Though this DL framework lacks the robust mathematical theory of the traditional methods, it shows particular promise in solving problems for which traditional numerical methods are ill-suited[43]. The DL framework produces a closed, analytic form for the solution, which is continuous and defined at every point in the domain allowing one to evaluate the solution “off-grid” without having to resolve the PDE (i.e. it is mesh-free) [43]. In addition, both forward and inverse problems can be solved in the same computational setting, as will be shown in subsequent sections.

2.1. Feed-forward Deep Neural Networks

2.2. PINN Architecture

The PINN architecture is defined by extending the feed-forward deep neural network to enforce physical conditions set by an initial-boundary value problem (IBVP). For simplicity in the notation (as well as generality) we define this extension for a general IBVP, with specific details for our application given in the subsequent section. Consider the general operator form of an IBVP given by



Figure 1: A schematic of the PINN framework for solving the general boundary value problem from equation (3). Displacement approximation network N is trained on interior and boundary subdomains which are governed by operators L and B, respectively.


This paper is available on arxiv under CC BY 4.0 DEED license.