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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Solution Reconstruction | Inverse Burgers' Equation (test) | Relative MAE3.73 | 21 | |
| Forward PDE solving | Airfoil | Relative L251 | 21 | |
| Forward PDE solving | Plasticity | Relative L2 Error0.29 | 21 | |
| Forward PDE solving | Pipe | Relative L2 Error0.26 | 20 | |
| Forward PDE solving | Elasticity | Relative L2 Error0.52 | 19 | |
| Inverse Problem Subdomain Completion | Inverse Burgers' Equation Subdomain (test) | Relative MAE0.6 | 15 | |
| PDE solving | Navier-Stokes Point-wise (25% test ratio) | Relative L2 Error0.1732 | 15 | |
| PDE solving | ERA5 Patch-wise 50% test ratio | Rel L2 Error0.0224 | 12 | |
| CFD field reconstruction | AhmedML (test) | Volume Metric7.59 | 11 | |
| Forward PDE solving | Darcy Flow | Relative Error0.49 | 10 |