Papers
Topics
Authors
Recent
Search
2000 character limit reached

Real vs. Complex Spectral Bases for Neural Operators: The Role of Green's Function Alignment

Published 23 Jun 2026 in cs.LG | (2606.24851v1)

Abstract: Fourier Neural Operators (FNO) learn solution operators of partial differential equations by parameterizing global convolutions in the complex Fourier domain. For real-valued PDE solutions, the complex FFT carries representational redundancy through conjugate symmetry. We introduce the Hartley Neural Operator (HNO), the exact real-valued mirror of FNO: it replaces the FFT with the purely real Discrete Hartley Transform and learns a single real multiplier per retained spectral mode, with no complex arithmetic. Because the real Hartley spectrum is not halved by conjugate symmetry, HNO retains twice as many frequency corners as FNO but one real weight where FNO carries a complex pair, so the two operators are iso-parametric at equal width and differ only in spectral basis. Our central thesis is that the best basis is a property of the operator. Self-adjoint elliptic operators (Poisson, biharmonic) have real, symmetric Green's functions that the real Hartley multiplier diagonalizes exactly, and HNO is favored there. Time-dependent operators carry phase, from oscillation in the wave equation to transport in advection, Burgers, and Navier-Stokes, which a real diagonal multiplier cannot represent, so FNO is favored there, and increasingly so with the operator's phase content, leaving the phaseless heat equation as the borderline case. Training both operators identically and benchmarking across PDE classes, initial-condition families, and boundary conditions, we find an elliptic-versus-time-dependent split that is monotone in operator phase content and matches the Green's-function theory we develop. Rather than a universal winner, our findings give a predictive rule: match the spectral basis to the symmetry of the solution operator.

Authors (2)

Summary

  • The paper demonstrates that performance in neural operators is fundamentally driven by aligning spectral bases with the symmetry and phase of PDE solution operators.
  • It compares Hartley Neural Operators (HNO) with Fourier Neural Operators (FNO), showing that HNO excels with real, symmetric Green’s functions in elliptic PDEs.
  • Empirical evaluations reveal that reduced arithmetic complexity in HNO benefits self-adjoint problems while FNO remains essential for oscillatory, time-dependent issues.

Spectral Basis Selection in Neural Operators: Analysis of Hartley vs Fourier Representations

Introduction

The investigation centers on spectral basis selection for neural operators, specifically the comparison between complex-valued Fourier Neural Operators (FNO) and their real-valued Hartley counterparts (Hartley Neural Operator, HNO) for mapping function spaces governed by Partial Differential Equations (PDEs). The paper posits that the optimal choice of spectral basis is determined by the symmetry and phase characteristics of the solution operators themselves, not by superficial labels such as PDE class or dataset structure. The authors provide theoretical and empirical evidence that self-adjoint elliptic PDEs with real, symmetric Green's functions favor real-valued spectral representations, whereas time-dependent and transport-dominated PDEs—whose solution propagators carry phase—necessitate the flexibility of complex spectral weights.

Hartley Neural Operator: Formulation and Architectural Parity

HNO is formulated as a structurally parallel, iso-parametric real mirror to FNO. The Hartley transform replaces the FFT to avoid conjugate redundancy and complex arithmetic, retaining twice as many spectral modes but halving per-mode parameterization. For real-valued PDEs, this exploits the symmetry of input signals and reduces representational complexity. Both HNO and FNO are trained identically—including identical channel widths, learnable modes, optimizer configurations, and loss functions—to isolate spectral basis differences as the single variable influencing performance.

The architectural schema for HNO features input projection, repeated spectral convolution blocks (with residual and local 1×1 convolutions), and output projection; each spectral block multiplies Hartley coefficients per corner with a single real weight matrix, circumventing even/odd or k/−kk/-k decomposition. This mirrors FNO's complex per-mode scheme while maintaining iso-parametric parity. Figure 1

Figure 1: HNO/FNO relative-L2L^2 error ratios show operator-based basis preference, with green cells favoring HNO (elliptic) and red favoring FNO (time-dependent and transport-dominated).

Theoretical Rationale: Green's Function Alignment and Phase Ordering

The authors formalize their claim via spectral analysis of Green’s functions. Elliptic, self-adjoint operators yield real, symmetric Green’s functions. The Hartley transform aligns perfectly: it diagonalizes these operators with a single real multiplier per mode, rendering HNO an exact realization (see Theorem~\ref{thm:elliptic_greens} in the appendix). In contrast, time-dependence introduces phase (oscillation, advection), requiring the expanded hypothesis class of complex spectral weights; the real basis is structurally incapable of representing phase-carrying solution operators.

The performance differentiation is monotonic in operator phase content: the biharmonic equation offers the most decisive HNO advantage, followed by Poisson, while heat (phaseless, but time-dependent) approaches parity. Wave, advection-diffusion, Burgers, and Navier-Stokes equations progressively favor FNO with increasing phase and transport content. The theoretical separation is reinforced by analysis of parameter space: HNO’s hypothesis class is strictly aligned with real symmetric kernels, offering a complexity reduction and optimization advantage (see Theorem~\ref{thm:complexity}).

Empirical Evaluation: PDE Benchmark Suite and Initial Condition Variability

Both operators are benchmarked across canonical PDEs with three distinct initial condition families (Gaussian random fields, eigenfunction expansions, and localized Gaussian bumps) under both periodic and Dirichlet boundary conditions, covering parabolic, hyperbolic, advective, nonlinear, and elliptic cases. Ground truth for each PDE is produced via standard solvers; time-dependent problems utilize finite difference methods, while elliptic problems exploit exact spectral solutions.

The empirical results are summarized in terms of relative-L2L^2 error and spatial gradient error. HNO dominates on elliptic problems, with error distributions diffusely green across the domain, indicative of global basis alignment. In contrast, FNO prevails on time-dependent equations, with structured domain-dependent error patterns reflecting vortices and transport directionality. Figure 2

Figure 2: Spatial error map depicting domains where HNO (green) or FNO (pink) is closer to ground truth; elliptic cases exhibit uniform HNO advantage, while time-dependent cases show structured FNO gains.

The initial condition family modulates the magnitude—but not the sign—of performance differences, supporting the assertion that basis preference is operator-intrinsic rather than data-dependent. In broadband spectral content cases (GRF), both bases are stressed, maximizing the observed gap; smooth ICs (Gaussian bumps) yield more parity.

Computational and Practical Implications

A key advantage of HNO is the reduced arithmetic overhead per mode: real multiplication for each retained corner, compared to complex in FNO. However, practical implementation via torch.fft emulates the Hartley transform atop complex FFTs, introducing minimal overhead. Radix-4 Fast Hartley Transform benchmarks indicate substantial speedup potential if dedicated FHT kernels are implemented, especially for 3D domains.

These insights underpin practical guidance for neural operator design: for real, self-adjoint, phaseless PDE solution operators (elliptic, diffusion), HNO is superior; for oscillatory and transport-dominated cases (wave, advection, turbulence), FNO’s complex diagonal is unavoidable.

Connections, Limitations, and Speculative Extensions

The work connects to ongoing exploration of real-basis neural operators, including Walsh-Hadamard and convolutional operator variants, as well as resolution-robust Hartley-based approaches in medical image segmentation. The paper’s limitation lies in dataset scale (up to 64×6464\times 64 domains), absence of true shock formation (for nonlinear problems), and reliance on emulated rather than native Hartley transform kernels.

Future directions include implementation of native fast Hartley transforms for efficiency, adaptive basis selection integrated into operator architectures, and comparative evaluation against non-spectral baselines (DeepONet, convolutional neural operators). The findings establish a clear paradigm: spectral basis selection must be matched to operator symmetry, not to data or universal defaults.

Conclusion

The paper rigorously demonstrates that spectral basis selection in neural operators is fundamentally determined by the symmetry and phase of the solution operator. HNO, as the real-valued mirror of FNO, is optimal for self-adjoint, phaseless elliptic operators, while FNO remains indispensable for phase-carrying time-dependent and transport-dominated operators. This basis–operator alignment principle provides actionable rules for neural operator design and opens avenues for adaptive, physics-informed architectures in operator learning.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 23 likes about this paper.