A framework to use Deep Operator Network to infer unknown parameters of partially-observable physical system. The sample problem we solve here is 1D Allen-Cahn equation.
Prior studies on Physics-Informed Neural Networks (PINNs) have made significant strides in estimating solutions for specified physics-related problems, premised on the assumption that the complete differential equation associated with the problem is pre-established. This assumption, however, may not hold true in most scenarios, especially in dynamic or fluid dynamic contexts, wherein the governing differential equations may be determined, yet certain parameters might remain unidentified.
Furthermore, the reality of experimental limitations often implies that not all states can be measured comprehensively. Therefore, the development of an architecture capable of solving or approximating solutions based on restricted information becomes crucial and significant.
This challenge is further compounded by the complexity of obtaining field data in large extents. More often than not, measurements can only be taken at discrete intervals, in the form of temporal snapshots at sparsely located points. These circumstances present a strong case for a method that can not only infer the unknown parameters but also reconstruct the complete physics field from limited information.
Consider, for instance, a time-evolving physical system like a fish swimming in a liquid medium. Here, while the governing equation of the flow field can be reasonably estimated, the specific parameters may remain unknown. Moreover, our experimental capabilities might only allow us to measure the velocity at certain limited locations, potentially using methods like Particle Image Velocimetry (PIV).
This raises a pertinent question: how can we infer the unknown parameters of such a partially-observable physical system? To address this, we propose the use of a novel method called DeepONet, which we will explore and explain in the ensuing sections. This approach seeks to enhance our ability to comprehend and interact with complex physical systems, enabling more accurate predictions and simulations.
For a system with knowing governing equation
where
where
Assume we have some measurements of this system, and we want to use these measurements to recover the whole field and find the associated parameters set. The schematic diagram is in Fig 1; assume we only have spatially sparse distributed sensors along these four lines where the arrows are pointing at. Thus, we can measure the field at these four specific locations along the whole time.
The goal is using those measurements and above Allen-Cahn equation with IC&BCs to recover the field
Schematic of sample problem |
Basic architecture |
Training loss and validation loss of DeepONet |
Result with partial observations |