Tensor Gaussian Processes: Efficient Solvers for Nonlinear PDEs
By: Qiwei Yuan , Zhitong Xu , Yinghao Chen and more
Potential Business Impact:
Solves hard math problems faster with smart computer tricks.
Machine learning solvers for partial differential equations (PDEs) have attracted growing interest. However, most existing approaches, such as neural network solvers, rely on stochastic training, which is inefficient and typically requires a great many training epochs. Gaussian process (GP)/kernel-based solvers, while mathematical principled, suffer from scalability issues when handling large numbers of collocation points often needed for challenging or higher-dimensional PDEs. To overcome these limitations, we propose TGPS, a tensor-GP-based solver that models factor functions along each input dimension using one-dimensional GPs and combines them via tensor decomposition to approximate the full solution. This design reduces the task to learning a collection of one-dimensional GPs, substantially lowering computational complexity, and enabling scalability to massive collocation sets. For efficient nonlinear PDE solving, we use a partial freezing strategy and Newton's method to linerize the nonlinear terms. We then develop an alternating least squares (ALS) approach that admits closed-form updates, thereby substantially enhancing the training efficiency. We establish theoretical guarantees on the expressivity of our model, together with convergence proof and error analysis under standard regularity assumptions. Experiments on several benchmark PDEs demonstrate that our method achieves superior accuracy and efficiency compared to existing approaches.
Similar Papers
Flexible and Efficient Probabilistic PDE Solvers through Gaussian Markov Random Fields
Machine Learning (CS)
Solves hard science problems faster with smart math.
From Local Interactions to Global Operators: Scalable Gaussian Process Operator for Physical Systems
Machine Learning (Stat)
Solves hard math problems faster with smart computer guesses.
Gaussian process surrogate with physical law-corrected prior for multi-coupled PDEs defined on irregular geometry
Machine Learning (Stat)
Makes computer models of science faster.