LGNAFeb 17, 2022

Enhanced DeepONet for Modeling Partial Differential Operators Considering Multiple Input Functions

arXiv:2202.08942v219 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in operator learning for PDEs, offering an incremental improvement for researchers in scientific machine learning.

The authors tackled the limitation of DeepONet, which could only accept one input function, by proposing Enhanced DeepONet (EDeepONet) to handle multiple input functions, achieving about 2X-3X higher accuracy than a simple extended DeepONet and 7X-17X higher accuracy than fully connected neural networks in modeling partial differential equations.

Machine learning, especially deep learning is gaining much attention due to the breakthrough performance in various cognitive applications. Recently, neural networks (NN) have been intensively explored to model partial differential equations as NN can be viewed as universal approximators for nonlinear functions. A deep network operator (DeepONet) architecture was proposed to model the general non-linear continuous operators for partial differential equations (PDE) due to its better generalization capabilities than existing mainstream deep neural network architectures. However, existing DeepONet can only accept one input function, which limits its application. In this work, we explore the DeepONet architecture to extend it to accept two or more input functions. We propose new Enhanced DeepONet or EDeepONet high-level neural network structure, in which two input functions are represented by two branch DNN sub-networks, which are then connected with output truck network via inner product to generate the output of the whole neural network. The proposed EDeepONet structure can be easily extended to deal with multiple input functions. Our numerical results on modeling two partial differential equation examples shows that the proposed enhanced DeepONet is about 7X-17X or about one order of magnitude more accurate than the fully connected neural network and is about 2X-3X more accurate than a simple extended DeepONet for both training and test.

Foundations

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

Your Notes