NALGJul 1, 2024

Efficient Shallow Ritz Method For 1D Diffusion-Reaction Problems

arXiv:2407.01496v41 citationsh-index: 38
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for computational mathematics, specifically for solving PDEs in one dimension.

The paper tackles solving one-dimensional diffusion-reaction problems using a shallow Ritz method, achieving nearly optimal approximation order with a computational cost of O(n) through a damped block Newton method that addresses challenges like dense and ill-conditioned matrices.

This paper studies the shallow Ritz method for solving one-dimensional diffusion-reaction problems. The method is capable of improving the order of approximation for non-smooth problems. By following a similar approach to the one presented in [9], we present a damped block Newton (dBN) method to achieve nearly optimal order of approximation. The dBN method optimizes the Ritz functional by alternating between the linear and non-linear parameters of the shallow ReLU neural network (NN). For diffusion-reaction problems, new difficulties arise: (1) for the linear parameters, the mass matrix is dense and even more ill-conditioned than the stiffness matrix, and (2) for the non-linear parameters, the Hessian matrix is dense and may be singular. This paper addresses these challenges, resulting in a dBN method with computational cost of ${\cal O}(n)$. The ideas presented for diffusion-reaction problems can also be applied to least-squares approximation problems. For both applications, starting with the non-linear parameters as a uniform partition, numerical experiments show that the dBN method moves the mesh points to nearly optimal locations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes