Spectral Neural Operators
V. Fanaskov, I. Oseledets
TL;DR
Spectral Neural Operators (SNO) address limitations of sampling-based neural operators by representing both input and output functions with fixed Chebyshev or Fourier series, enabling transparent outputs and eliminating aliasing at fixed resolutions $2N+1$ and $N+1$. The approach analyzes aliasing effects of nonlinear activations, defines a robust super-resolution test, and introduces networks that map coefficient vectors via low-rank operators across multiple basis choices. Across a suite of 1D/2D operators—including integration, parametric ODEs, elliptic, Burgers, KdV, and nonlinear Schrödinger equations—SNO often matches or exceeds the performance of Fourier Neural Operators and DeepONet, particularly for smooth problems, while highlighting limitations tied to Gibbs phenomena and fixed bases. The work provides a practical, spectrally-grounded alternative to neural operators with improved interpretability and stability, and outlines concrete paths for future enhancements such as adaptive bases and Gibbs-robust reconstructions.
Abstract
A plentitude of applications in scientific computing requires the approximation of mappings between Banach spaces. Recently introduced Fourier Neural Operator (FNO) and Deep Operator Network (DeepONet) can provide this functionality. For both of these neural operators, the input function is sampled on a given grid (uniform for FNO), and the output function is parametrized by a neural network. We argue that this parametrization leads to 1) opaque output that is hard to analyze and 2) systematic bias caused by aliasing errors in the case of FNO. The alternative, advocated in this article, is to use Chebyshev and Fourier series for both domain and codomain. The resulting Spectral Neural Operator (SNO) has transparent output, never suffers from aliasing, and may include many exact (lossless) operations on functions. The functionality is based on well-developed fast, and stable algorithms from spectral methods. The implementation requires only standard numerical linear algebra. Our benchmarks show that for many operators, SNO is superior to FNO and DeepONet.
