从简单到复杂:基于高斯混合模型的课程引导物理信息神经网络 / From Simple to Complex: Curriculum-Guided Physics-Informed Neural Networks via Gaussian Mixture Models
1️⃣ 一句话总结
本文提出了一种名为CGMPINN的新方法,通过将高斯混合模型与动态课程学习相结合,让物理信息神经网络能够像人类学习一样,先从简单区域入手,再逐步挑战复杂区域,从而大幅提升求解偏微分方程的效率和精度。
Physics-informed neural networks (PINNs) offer a mesh-free framework for solving partial differential equations (PDEs), yet training often suffers from gradient pathologies, spectral bias, and poor convergence, especially for problems with strong nonlinearity, sharp gradients, or multiscale features. We propose the Curriculum-Guided Gaussian Mixture Physics-Informed Neural Network (CGMPINN), which integrates Gaussian mixture modeling with dynamic curriculum learning. Specifically, a GMM is periodically fitted to the PDE residual distribution to quantify spatially varying learning difficulty. A smooth curriculum schedule progressively shifts training focus from easy to harder regions, while precision-based variance modulation suppresses unreliable clusters during early optimization. This dual curriculum is governed by a shared curriculum parameter and can be combined with self-adaptive loss balancing. We further establish theoretical guarantees, including sublinear convergence of the gradient norm for the induced time-varying loss, uniform equivalence between the curriculum-weighted and standard PDE losses, and a generalization bound with an explicit weighting-induced bias characterization. Experiments on six benchmark PDEs spanning elliptic, parabolic, hyperbolic, advection-dominated, and nonlinear reaction-diffusion types show that CGMPINN consistently achieves the lowest relative $L_2$ and maximum absolute errors among all compared methods, reducing relative $L_2$ error by up to 97.8\% over the standard PINN at comparable cost. Our code is publicly available at this https URL.
从简单到复杂:基于高斯混合模型的课程引导物理信息神经网络 / From Simple to Complex: Curriculum-Guided Physics-Informed Neural Networks via Gaussian Mixture Models
本文提出了一种名为CGMPINN的新方法,通过将高斯混合模型与动态课程学习相结合,让物理信息神经网络能够像人类学习一样,先从简单区域入手,再逐步挑战复杂区域,从而大幅提升求解偏微分方程的效率和精度。
源自 arXiv: 2605.19263