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

PIG: Physics-Informed Gaussians as Adaptive Parametric Mesh Representations

About

The numerical approximation of partial differential equations (PDEs) using neural networks has seen significant advancements through Physics-Informed Neural Networks (PINNs). Despite their straightforward optimization framework and flexibility in implementing various PDEs, PINNs often suffer from limited accuracy due to the spectral bias of Multi-Layer Perceptrons (MLPs), which struggle to effectively learn high-frequency and nonlinear components. Recently, parametric mesh representations in combination with neural networks have been investigated as a promising approach to eliminate the inductive bias of MLPs. However, they usually require high-resolution grids and a large number of collocation points to achieve high accuracy while avoiding overfitting. In addition, the fixed positions of the mesh parameters restrict their flexibility, making accurate approximation of complex PDEs challenging. To overcome these limitations, we propose Physics-Informed Gaussians (PIGs), which combine feature embeddings using Gaussian functions with a lightweight neural network. Our approach uses trainable parameters for the mean and variance of each Gaussian, allowing for dynamic adjustment of their positions and shapes during training. This adaptability enables our model to optimally approximate PDE solutions, unlike models with fixed parameter positions. Furthermore, the proposed approach maintains the same optimization framework used in PINNs, allowing us to benefit from their excellent properties. Experimental results show the competitive performance of our model across various PDEs, demonstrating its potential as a robust tool for solving complex PDEs. Our project page is available at https://namgyukang.github.io/Physics-Informed-Gaussians/

Namgyu Kang, Jaemin Oh, Youngjoon Hong, Eunbyung Park• 2024

Related benchmarks

TaskDatasetResultRank
Solving PDEFlow-Mixing
Relative Error0.0267
17
Learning PDEsHelmholtz 2D a=10
Relative L2 Error7.04e-4
15
Solving Time-Dependent PDEsAllen-Cahn
Relative L2 Error0.0015
12
3D Poisson solvingStanford Meshes
L2 Error0.01
8
Partial Differential Equation SolvingConvection equation
Relative L2 Error0.0059
7
Learning PDEsHelmholtz 3D a=3
Relative L2 Error0.257
6
Learning PDEsTaylor-Green Vortex nu=0.01
Relative L2 Error7.27e-4
5
Forward problemHelmholtz-2D
Relative L2 Error1
5
Forward problemMS-Convection
Relative L2 Error0.377
5
Forward problemReaction-diffusion
Relative L2 Error5.66
5
Showing 10 of 10 rows

Other info

Follow for update