Skip to content

geekyifei/Physics-informed-DeepONets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physics-informed-DeepONet

Code and data (available upon request) accompanying the manuscript titled "Learning the solution operator of parametric partial differential equations with physics-informed DeepOnets", authored by Sifan Wang, Hanwen Wang, and Paris Perdikaris.

Abstract

Deep operator networks (DeepONets) are receiving increased attention thanks to their demonstrated capability to approximate nonlinear operators between infinite-dimensional Banach spaces. However, despite their remarkable early promise, they typically require large training data-sets consisting of paired input-output observations which may be expensive to obtain, while their predictions may not be consistent with the underlying physical principles that generated the observed data. In this work, we propose a novel model class coined as physics-informed DeepONets, which introduces an effective regularization mechanism for biasing the outputs of DeepOnet models towards ensuring physical consistency. This is accomplished by leveraging automatic differentiation to impose the underlying physical laws via soft penalty constraints during model training. We demonstrate that this simple, yet remarkably effective extension can not only yield a significant improvement in the predictive accuracy of DeepOnets, but also greatly reduce the need for large training data-sets. To this end, a striking observation is that physics-informed DeepONets are capable of solving parametric partial differential equations (PDEs) without any supervision, except for a set of given initial or boundary conditions. We illustrate the effectiveness of the proposed framework through a series of comprehensive numerical studies across various types of PDEs. Strikingly, a trained physics informed DeepOnet model can predict the solution of $\mathcal{O}(10^3)$ time-dependent PDEs in a fraction of a second -- up to three orders of magnitude faster compared a conventional PDE solver.

Requirements

We have updated our scripts to support JAX 0.3.25

Citation

@article{wang2021learning,
author = {Sifan Wang  and Hanwen Wang  and Paris Perdikaris },
title = {Learning the solution operator of parametric partial differential equations with physics-informed {DeepONets}},
journal = {Science Advances},
volume = {7},
number = {40},
pages = {eabi8605},
year = {2021},
doi = {10.1126/sciadv.abi8605}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Other 0.1%