Sparse FEONet: A Low-Cost, Memory-Efficient Operator Network via Finite-Element Local Sparsity for Parametric PDEs
Seungchan Ko, Jiyeon Kim, Dongwook Shin
TL;DR
FEONet learns the parameter-to-solution map on a finite-element space in an unsupervised way, but its cost grows with mesh refinement. The authors propose Sparse FEONet, a finite-element locality-guided sparsity pattern that dramatically reduces parameter count and memory while preserving accuracy, and provide a universal-approximation theorem and stability analysis. Across advection-diffusion-reaction, Helmholtz, Burgers, and irregular meshes, sparse FEONet converges on finer meshes where dense FEONet struggles or runs out of memory, with orders-of-magnitude fewer parameters. The work offers a principled integration of finite-element locality into operator learning, paving the way for scalable, data-efficient solvers for parametric PDEs (e.g., approximating $x \mapsto A^{-1}x$) and suggesting directions for extending sparsity to other architectures.
Abstract
In this paper, we study the finite element operator network (FEONet), an operator-learning method for parametric problems, originally introduced in J. Y. Lee, S. Ko, and Y. Hong, Finite Element Operator Network for Solving Elliptic-Type Parametric PDEs, SIAM J. Sci. Comput., 47(2), C501-C528, 2025. FEONet realizes the parameter-to-solution map on a finite element space and admits a training procedure that does not require training data, while exhibiting high accuracy and robustness across a broad class of problems. However, its computational cost increases and accuracy may deteriorate as the number of elements grows, posing notable challenges for large-scale problems. In this paper, we propose a new sparse network architecture motivated by the structure of the finite elements to address this issue. Throughout extensive numerical experiments, we show that the proposed sparse network achieves substantial improvements in computational cost and efficiency while maintaining comparable accuracy. We also establish theoretical results demonstrating that the sparse architecture can approximate the target operator effectively and provide a stability analysis ensuring reliable training and prediction.
