Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Towards Multi-spatiotemporal-scale Generalized PDE Modeling

About

Partial differential equations (PDEs) are central to describing complex physical system simulations. Their expensive solution techniques have led to an increased interest in deep neural network based surrogates. However, the practical utility of training such surrogates is contingent on their ability to model complex multi-scale spatio-temporal phenomena. Various neural network architectures have been proposed to target such phenomena, most notably Fourier Neural Operators (FNOs), which give a natural handle over local & global spatial information via parameterization of different Fourier modes, and U-Nets which treat local and global information via downsampling and upsampling paths. However, generalizing across different equation parameters or time-scales still remains a challenge. In this work, we make a comprehensive comparison between various FNO, ResNet, and U-Net like approaches to fluid mechanics problems in both vorticity-stream and velocity function form. For U-Nets, we transfer recent architectural improvements from computer vision, most notably from object segmentation and generative modeling. We further analyze the design considerations for using FNO layers to improve performance of U-Net architectures without major degradation of computational cost. Finally, we show promising results on generalization to different PDE parameters and time-scales with a single surrogate model. Source code for our PyTorch benchmark framework is available at https://github.com/microsoft/pdearena.

Jayesh K. Gupta, Johannes Brandstetter• 2022

Related benchmarks

TaskDatasetResultRank
10-step incompressible flow rolloutNS-SL moderate viscosity (m) (test)
UV Relative L2 Ratio4.374
30
10-step incompressible flow rolloutNS-SL extreme viscosity (x) (test)
UV relative-L2 ratio3.817
30
Operator learning1D Kuramoto-Sivashinsky ν = 0.075 (test)
Time (ms)1.22
25
10-step incompressible flow rolloutNS-G moderate viscosity (m) (test)
UV relative-L2 ratio5.119
15
10-step incompressible flow rolloutNS-G extreme viscosity (x) (test)
UV Relative L2 Ratio3.87
15
10-step incompressible flow rolloutNS-Sines moderate viscosity (m) (test)
UV Relative L2 Ratio2.66
15
10-step incompressible flow rolloutNS-Sines extreme viscosity (x) (test)
UV Relative L2 Ratio2.868
15
10-step incompressible flow rolloutNS-PwC moderate viscosity (m) (test)
UV Relative L2 Ratio7.199
15
10-step incompressible flow rolloutNS-PwC extreme viscosity (x) (test)
UV Relative L2 Ratio6.252
15
Solving Compressible Euler equationsCE-RM
Relative L2 Error0.0644
6
Showing 10 of 18 rows

Other info

Follow for update