Share your thoughts, 1 month free Claude Pro on usSee more
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
PDE solvingNavier-Stokes Regular Grid (test)
Relative L2 Error0.0734
25
PDE solvingDarcy Regular Grid (test)
Relative L2 Error0.0063
25
PDE solvingAirfoil Structured Mesh (test)
Relative L2 Error0.0053
23
PDE solvingPipe Structured Mesh (test)
Relative L2 Error0.0031
23
Aerodynamic SimulationAirfRANS (test)
Volume MSE0.0214
22
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
Showing 10 of 38 rows

Other info

Code

Follow for update