用可调高斯函数建模物理方程,提升复杂问题求解精度。
PIG: Physics-Informed Gaussians as Adaptive Parametric Mesh Representations
- 用可训练均值和方差的高斯函数替代固定网格,动态调整位置与形状。
- 在多个PDE测试中表现优于传统方法,无需高密度采样点。
- 兼容PINN优化框架,适合需要高精度的科学计算场景。
基于神经网络的偏微分方程(PDE)数值逼近近年通过物理信息神经网络(PINNs)取得显著进展。尽管其优化框架简单且适用于多种PDE,但受限于多层感知机(MLPs)的谱偏差,难以有效学习高频与非线性成分,导致精度不足。近期,结合神经网络的参数化网格表示被提出以消除MLP的归纳偏置,但通常需高分辨率网格和大量采样点,且网格参数位置固定,限制了对复杂PDE的逼近能力。为此,我们提出物理信息高斯(PIGs),将高斯函数的特征嵌入与轻量神经网络结合,通过可训练的高斯均值与方差实现位置与形状的动态调整。该自适应机制使模型能更优逼近PDE解,同时保持与PINNs一致的优化框架,兼具灵活性与稳定性。实验表明,该方法在多种PDE任务中表现优异,具备成为复杂PDE求解强大工具的潜力。
原文摘要 · Abstract (English)
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/
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。