STNet: Spectral Transformation Network for Solving Operator Eigenvalue Problem
Hong Wang, Jiang Yixuan, Jie Wang, Xinyi Li, Jian Luo, Huanshuo Dong
TL;DR
This work tackles high-dimensional operator eigenvalue problems, where traditional discretization struggles under the curse of dimensionality. It introduces STNet, a mesh-free neural solver that iteratively updates neural approximations to eigenfunctions while applying spectral transformations—deflation projection and filter transform—to reshape the spectrum and guide convergence. The key contributions are the deflation-based subspace exclusion that preserves orthogonality across multiple eigenpairs and a rational-function filter that concentrates effort on target spectral regions, yielding state-of-the-art accuracy on Harmonic, Schrödinger, and Fokker-Planck tests. Empirical results show STNet achieves superior accuracy and memory efficiency compared to neural baselines and outperforms traditional grid-based methods in high dimensions, making it a scalable tool for high-dimensional PDE eigenproblems.
Abstract
Operator eigenvalue problems play a critical role in various scientific fields and engineering applications, yet numerical methods are hindered by the curse of dimensionality. Recent deep learning methods provide an efficient approach to address this challenge by iteratively updating neural networks. These methods' performance relies heavily on the spectral distribution of the given operator: larger gaps between the operator's eigenvalues will improve precision, thus tailored spectral transformations that leverage the spectral distribution can enhance their performance. Based on this observation, we propose the Spectral Transformation Network (STNet). During each iteration, STNet uses approximate eigenvalues and eigenfunctions to perform spectral transformations on the original operator, turning it into an equivalent but easier problem. Specifically, we employ deflation projection to exclude the subspace corresponding to already solved eigenfunctions, thereby reducing the search space and avoiding converging to existing eigenfunctions. Additionally, our filter transform magnifies eigenvalues in the desired region and suppresses those outside, further improving performance. Extensive experiments demonstrate that STNet consistently outperforms existing learning-based methods, achieving state-of-the-art performance in accuracy.
