Multi-Scale Finite Expression Method for PDEs with Oscillatory Solutions on Complex Domains
Gareth Hardwick, Haizhao Yang
TL;DR
The paper tackles PDEs with highly oscillatory solutions on complex domains, where traditional discretization and black-box neural methods struggle. It introduces a multi-scale Finite Expression Method (FEX) with three innovations: symbolic spectral composition to learn multiscale frequencies, a redesigned linear input layer to boost expressivity, and an eigenvalue formulation to handle eigenproblems. The method yields explicit, interpretable closed-form expressions and demonstrates superior accuracy on Poisson, Poisson–Boltzmann, Helmholtz-type problems, and Laplace eigenvalue problems, particularly on domains with holes, outperforming existing neural solvers. While effective, the approach incurs computational cost in the operator-search loop and faces challenges in scaling to larger PDE systems and handling widely separated spectral components.
Abstract
Solving partial differential equations (PDEs) with highly oscillatory solutions on complex domains remains a challenging and important problem. High-frequency oscillations and intricate geometries often result in prohibitively expensive representations for traditional numerical methods and lead to difficult optimization landscapes for machine learning-based approaches. In this work, we introduce an enhanced Finite Expression Method (FEX) designed to address these challenges with improved accuracy, interpretability, and computational efficiency. The proposed framework incorporates three key innovations: a symbolic spectral composition module that enables FEX to learn and represent multiscale oscillatory behavior; a redesigned linear input layer that significantly expands the expressivity of the model; and an eigenvalue formulation that extends FEX to a new class of problems involving eigenvalue PDEs. Through extensive numerical experiments, we demonstrate that FEX accurately resolves oscillatory PDEs on domains containing multiple holes of varying shapes and sizes. Compared with existing neural network-based solvers, FEX achieves substantially higher accuracy while yielding interpretable, closed-form solutions that expose the underlying structure of the problem. These advantages, often absent in conventional finite element, finite difference, and black-box neural approaches, highlight FEX as a powerful and transparent framework for solving complex PDEs.
