Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Latent Neural Operator for Solving Forward and Inverse PDE Problems

About

Neural operators effectively solve PDE problems from data without knowing the explicit equations, which learn the map from the input sequences of observed samples to the predicted values. Most existing works build the model in the original geometric space, leading to high computational costs when the number of sample points is large. We present the Latent Neural Operator (LNO) solving PDEs in the latent space. In particular, we first propose Physics-Cross-Attention (PhCA) transforming representation from the geometric space to the latent space, then learn the operator in the latent space, and finally recover the real-world geometric space via the inverse PhCA map. Our model retains flexibility that can decode values in any position not limited to locations defined in the training set, and therefore can naturally perform interpolation and extrapolation tasks particularly useful for inverse problems. Moreover, the proposed LNO improves both prediction accuracy and computational efficiency. Experiments show that LNO reduces the GPU memory by 50%, speeds up training 1.8 times, and reaches state-of-the-art accuracy on four out of six benchmarks for forward problems and a benchmark for inverse problem. Code is available at https://github.com/L-I-M-I-T/LatentNeuralOperator.

Tian Wang, Chuang Wang• 2024

Related benchmarks

TaskDatasetResultRank
Solution ReconstructionInverse Burgers' Equation (test)
Relative MAE3.73
21
Forward PDE solvingAirfoil
Relative L251
21
Forward PDE solvingPlasticity
Relative L2 Error0.29
21
Forward PDE solvingPipe
Relative L2 Error0.26
20
Forward PDE solvingElasticity
Relative L2 Error0.52
19
Inverse Problem Subdomain CompletionInverse Burgers' Equation Subdomain (test)
Relative MAE0.6
15
PDE solvingNavier-Stokes Point-wise (25% test ratio)
Relative L2 Error0.1732
15
PDE solvingERA5 Patch-wise 50% test ratio
Rel L2 Error0.0224
12
CFD field reconstructionAhmedML (test)
Volume Metric7.59
11
Forward PDE solvingDarcy Flow
Relative Error0.49
10
Showing 10 of 27 rows

Other info

Code

Follow for update