paper-with-me

홈 › Papers

Accelerating Natural Gradient Descent for PINNs with Randomized Numerical Linear Algebra

2025-05-16 · Ivan Bioli, Carlo Marcati, Giancarlo Sangalli

Natural Gradient Descent (NGD) has emerged as a promising optimization algorithm for training neural network-based solvers for partial differential equations (PDEs), such as Physics-Informed Neural Networks (PINNs). However, its practical use is often limited by the high computational cost of solving linear systems involving the Gramian matrix. While matrix-free NGD methods based on the conjugate gradient (CG) method avoid explicit matrix inversion, the ill-conditioning of the Gramian significantly slows the convergence of CG. In this work, we extend matrix-free NGD to broader classes of problems than previously considered and propose the use of Randomized Nystr\"om preconditioning to accelerate convergence of the inner CG solver. The resulting algorithm demonstrates substantial performance improvements over existing NGD-based methods on a range of PDE problems discretized using neural networks.

📄 PDF Abstract BibTeX arXiv:2505.11638

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improving Energy Natural Gradient Descent through Woodbury, Momentum, and Randomization

2025-05-17 · Andrés Guzmán-Cordero, Felix Dangel, Gil Goldshlager, Marius Zeinhofer

Natural gradient methods significantly accelerate the training of Physics-Informed Neural Networks (PINNs), but are often prohibitively costly. We introduce a suite of techniques to improve the accuracy and efficiency of…

Variational Monte Carlo

Achieving High Accuracy with PINNs via Energy Natural Gradients

2023-02-25 · Johannes Müller, Marius Zeinhofer

We propose energy natural gradient descent, a natural gradient method with respect to a Hessian-induced Riemannian metric as an optimization algorithm for physics-informed neural networks (PINNs) and the deep Ritz method…

Vocal Bursts Intensity Prediction

Dual Natural Gradient Descent for Scalable Training of Physics-Informed Neural Networks

2025-05-27 · Anas Jnini, Flavio Vella

Natural-gradient methods markedly accelerate the training of Physics-Informed Neural Networks (PINNs), yet their Gauss--Newton update must be solved in the parameter space, incurring a prohibitive $O(n^3)$ time complexit…

GPU

Convergence Analysis of Natural Gradient Descent for Over-parameterized Physics-Informed Neural Networks

2024-08-01 · Xianliang Xu, Ting Du, Wang Kong, Ye Li 외

First-order methods, such as gradient descent (GD) and stochastic gradient descent (SGD), have been proven effective in training neural networks. In the context of over-parameterization, there is a line of work demonstra…

Neuroevolution of Physics-Informed Neural Nets: Benchmark Problems and Comparative Results

2022-12-15 · Nicholas Sung Wei Yong, Jian Cheng Wong, Pao-Hsiung Chiu, Abhishek Gupta 외

The potential of learned models for fundamental scientific research and discovery is drawing increasing attention worldwide. Physics-informed neural networks (PINNs), where the loss function directly embeds governing equ…

Evolutionary Algorithms