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 solvingDarcy
Relative L2 Error0.006
46
Forward PDE solvingElasticity
Relative L2 Error0.0073
44
PDE solvingNavier-Stokes Regular Grid (test)
Relative L2 Error0.0734
41
PDE solvingDarcy Regular Grid (test)
Relative L2 Error0.0063
41
PDE solvingPipe Structured Mesh (test)
Relative L2 Error0.0031
38
PDE solvingAirfoil Structured Mesh (test)
Relative L2 Error0.0053
38
Forward PDE solvingAirfoil
Relative L20.54
36
Forward PDE solvingPlasticity
Relative L2 Error0.29
36
Forward PDE solvingPipe
Relative L2 Error0.0025
35
PDE solvingPlasticity Structured Mesh (test)
Relative L2 Error0.0028
23
Showing 10 of 43 rows

Other info

Code

Follow for update