Hybrid Finite Element and Least Squares Support Vector Regression Method for solving Partial Differential Equations with Legendre Polynomial Kernels
Maryam Babaei, Peter Rucz, Manfred Kaltenbacher, Stefan Schoder
TL;DR
The paper addresses the challenge of achieving high-accuracy PDE solutions without high-order FEM by fusing FEM with LSSVR using Legendre kernels.It introduces a three-step hybrid algorithm that uses FEM nodal values to constrain a localized LSSVR interpolation, yielding a closed-form, super-resolved solution.Across 1D and 2D Poisson and Helmholtz tests, the hybrid method consistently outperforms or matches high-order FEM with significantly reduced mesh complexity, and remains robust under larger domains and varied boundary conditions.The approach offers a plug-and-play tool for super-resolving expensive simulations and noisy measurements, with potential applicability to forward and inverse PDE problems.
Abstract
A hybrid computational approach that integrates the finite element method (FEM) with least squares support vector regression (LSSVR) is introduced to solve partial differential equations. The method combines FEM's ability to provide the nodal solutions and LSSVR with higher-order Legendre polynomial kernels to deliver a closed-form analytical solution for interpolation between the nodes. The hybrid approach implements element-wise enhancement (super-resolution) of a given numerical solution, resulting in high resolution accuracy, while maintaining consistency with FEM nodal values at element boundaries. It can adapt any low-order FEM code to obtain high-order resolution by leveraging localized kernel refinement and parallel computation without additional implementation overhead. Therefore, effective inference/post-processing of the obtained super-resolved solution is possible. Evaluation results show that the hybrid FEM-LSSVR approach can achieve significantly higher accuracy compared to the base FEM solution. Comparable accuracy is a achieved when comparing the hybrid solution with a standalone FEM result with the same polynomial basis function order. The convergence studies were conducted for four elliptic boundary value problems to demonstrate the method's ability, accuracy, and reliability. Finally, the algorithm can be directly used as a plug-and-play method for super-resolving low-order numerical solvers and for super-resolution of expensive/under-resolved experimental data.
