REVIEW 3 major objections 5 minor 16 references
SFO: Learning PDE Operators via Spectral Filtering
T0 review · 3 major / 5 minor · reviewed 2026-08-03 · deepseek-v4-flash
Pith's one-line read The paper shows that PDE solution operators with stable, shift-invariant discretizations have Green's kernels with linear-dynamical-system structure, and that expanding the kernel in the fixed Universal Spectral Basis (eigenvectors of the H
desk verdict SFO is a solid empirical paper whose theoretical headline overshoots what is proven—push on Theorem G.1. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the Universal Spectral Basis (USB): the orthonormal eigenvectors φ_l of the Hilbert matrix H_ij = 1/(i+j−1), a fixed, global, data-independent basis with a rapidly decaying spectrum. SFO parameterizes the integral kernel as κ(x,x′) = Σ_{l=1}^L Θ_l φ_l(x−x′), learns only the channel-mixing matrices Θ_l, and evaluates the resulting convolution in the frequency domain via FFT. The theory rests on two linked lemmas: a stable block three-point stencil has a Green's kernel G[t]=Σ_k Θ_k r_k^{|t|} with |r_k|<1 (exponential decay), and exponentially decaying kernels are approximated by the leading spectral-filtering/Hankel modes with error that falls exponentially, yielding
What would settle it
Construct a 1D linear diffusion problem with known Green's function, no periodic boundary conditions, and Dirichlet data; train SFO and compare boundary-band and interior L2 error to a non-periodic, boundary-aware kernel (or an exact solver). If SFO's boundary error does not shrink toward the interior error as L grows, or if a linear non-wrapped convolutional operator beats it by more than the current margins, the circular-convolution assumption—not kernel compactness—is the active limit. Separately, compute the USB coefficients of a known non-LDS kernel (e.g., a slowly decaying algebraic tail
Extended reading notes
Core claim
SFO's central discovery is a structural fact about PDE discretizations: the inverse of a stable, local, shift-invariant operator—represented by a block three-point stencil—is a convolution kernel that is a sum of geometric exponentials in the spatial index. Such kernels are impulse responses of stable linear dynamical systems, and the Universal Spectral Basis (the eigenvectors of the Hilbert matrix) compresses them exponentially, so ε accuracy is reached with L = Õ(log(1/ε)) modes. Parameterizing an integral kernel as a truncated USB expansion and evaluating the convolution with the FFT yields an operator whose only learned parameters are the spectral coefficients; across six benchmarks this
Load-bearing premise
The load-bearing premise is that the nonlinear benchmarks behave like near-linear systems in the lifted feature space, so the LDS structure proven for linear shift-invariant stencils carries over; the paper's own boundary-error analysis (Appendix F) shows the companion assumption of periodic circular convolution is already violated on Diffusion-Sorption and Maxwell, where boundary error exceeds interior error.
Editorial extensions
If this is right
- With L≈16–20 Hilbert modes, SFO concentrates essentially all learned kernel energy in a few global modes, so parameter counts stay small: 119K–406K parameters across 1D/2D/3D benchmarks versus orders of magnitude more for several baselines.
- Per-layer cost is O(d n log n + L d n + L d² n); experiments place SFO's training time on par with the fastest Fourier-style baselines.
- On all six benchmarks, SFO reports lower mean L2 relative error than every baseline, with relative improvements over the best baseline between 0.9% and 38.5%, and the largest gains on reaction–diffusion and Cahn–Hilliard problems.
- The same trained coefficients transfer to coarser grids by reconstructing the USB basis at test resolution, with error degrading gracefully (except boundary-layer benchmarks where coarsening can artificially reduce measured error).
- Theoretical result: for block three-point stencil operators satisfying stability condition a_j > 2|b_j|, the inverse Green's kernel is a finite sum of geometric exponentials, so an SFO operator reaches ε accuracy with L = Õ(log(1/ε)) modes.
Reading between the lines
- An implicit consequence is resolution transfer: because the USB is defined by index structure rather than by learned spatial features, the same learned coefficients can be reused on finer or coarser grids by recomputing the basis; the paper's subsampling experiments support this, but full grid-invariance would require a more systematic test.
- A testable extension is to check the near-linearity assumption directly: record latent feature trajectories during inference and compute how much of the variance a best-fit linear dynamical model explains. If those residuals are large, the compactness observed on nonlinear benchmarks would need a different explanation than the LDS proof.
- Boundary sensitivity is the clearest next frontier. Since Appendix F shows boundary error exceeding interior error for Diffusion-Sorption and Maxwell, one could augment the FFT kernel with a small learned boundary-correcting term or switch to non-uniform convolutions; the current architecture deliberately trades this for speed.
- The tied-index tensor product couples all spatial axes through the same mode index; a natural alternative is learned mode-mixing across axes or data-dependent mode selection, which the multi-index ablation suggests is not automatically better.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper introduces the Spectral Filtering Operator (SFO), a neural operator that parameterizes integral kernels as truncated expansions in the fixed Universal Spectral Basis (USB) derived from Hilbert-matrix eigenvectors, and evaluates the resulting convolution via FFT. The paper claims state-of-the-art accuracy on six PDE benchmarks, with up to 40% relative error reduction and substantially fewer parameters than strong baselines, and a theoretical result (Theorem G.1) asserting that for stable block three-point stencil operators, an SFO-parameterized operator approximates the inverse to accuracy ε with L = Õ(log(1/ε)) modes. The empirical section reports mean L2 relative errors with 95% confidence intervals, ablations on basis choice, rank, lifting dimension, and tied vs. multi-index modes, and an appendix with boundary-vs-interior error diagnostics.
Significance. The empirical contribution is solid: the evaluation protocol is standard, the confidence intervals are reported, the ablations are informative, and the parameter/compute complexity analysis is useful. The fixed Hilbert basis with FFT evaluation is a clean and simple idea, and the empirical gains on several benchmarks are credible. If the logarithmic-mode theorem were proved in operator norm, it would be a valuable bridge between LDS spectral filtering and PDE operator learning. However, the theoretical result as stated is not established: there is a norm gap between the kernel approximation lemma and the operator-norm theorem, and the theorem is proved on an infinite grid while the implementation uses finite-grid circular convolution. The extension to nonlinear benchmarks rests on an unproven Koopman-lift assertion. The paper would be strengthened by either repairing these gaps or explicitly downgrading the theoretical claims to heuristics.
major comments (3)
- [Appendix G, Lemma G.3 and Theorem G.1] Theorem G.1 asserts an operator-norm bound ||A^{-1}-M_L|| ≤ ε, but the proof derives only an ℓ2 bound on the kernel, ||g-g_L||_{ℓ2} ≤ ε. Since A^{-1} acts by convolution with g (Eq. 15), the ℓ2→ℓ2 operator norm of the error is the H∞ norm of the Fourier symbol difference; an ℓ2-small kernel perturbation need not be symbol-small, e.g., a high-frequency oscillatory error. To justify L=Õ(log(1/ε)) as an operator-norm statement, the paper needs an ℓ1 or H∞ bound for the truncated USB expansion, which Lemma G.3 does not provide. No norm is specified in the theorem statement; if the intended norm is operator norm, the proof is incomplete.
- [§5.1, Eq. (13); App. F; App. G] The theorem is proved on the infinite grid ℓ2(Z) after 'ignoring tails and boundary effects,' whereas the deployed operator uses a finite uniform grid and FFT-based circular convolution. Appendix F itself documents nontrivial boundary-vs-interior error for Diffusion-Sorption and Maxwell (Table 10), and App. G offers no quantitative transfer from infinite-grid Green's functions to finite periodic convolution. The paper should either prove Theorem G.1 for the finite periodic operator actually implemented, or explicitly state that the theorem is an idealized motivation rather than a guarantee for the evaluated setup.
- [§4.1, §6.3, Conclusion] The only justification for applying the theory to the nonlinear benchmarks is the sentence 'the pre-SFO projection is a Koopman lift, making feature-space dynamics near-linear.' No Koopman operator, observable embedding, or approximation error is defined. Since the strongest empirical gains occur on nonlinear reaction–diffusion problems, this is a load-bearing claim for the paper's narrative that the theory explains the benchmark results. It should be reworded as an explicit heuristic hypothesis, or a formal Koopman analysis must be supplied.
minor comments (5)
- [G.5, proof of Lemma G.2] The symbol B0 is used but never defined; it should be A1 throughout that proof.
- [G.6, proof sketch] 'Therefore only approximate G[0 : N]' is incomplete; it should read 'We therefore only approximate G[0 : N]'.
- [Introduction, references] The parenthetical citation (Herman) is incomplete; it needs a year, venue, and URL.
- [Appendix E] The description of zero-shot resolution transfer should specify how the Hilbert basis is reconstructed at the target resolution and why the learned coefficients remain meaningful at a different grid size.
- [Table 4] The tied-index vs. multi-index ablation uses L=6 rather than the tuned L=20, so the comparison does not match the main configuration; the conclusion that multi-index modes are not worth their parameter cost should be qualified accordingly.
Circularity Check
No significant circularity: the empirical results are independent benchmark evaluations, and the theoretical claim is an application of prior spectral-filtering results rather than a definitional identity.
full rationale
The paper's central empirical claim (Table 1) comes from training SFO on standard PDE benchmarks with a fixed, data-independent Hilbert/USB basis and evaluating on held-out data; no fitted parameter is renamed as a prediction of a closely related quantity. The theoretical chain (Theorem G.1) proves a stable block three-point stencil has an exponentially decaying Green's kernel (Lemma G.2) and then invokes a spectral-filtering approximation lemma (Lemma G.3) for exponentially decaying kernels. The last step is a citation to prior work with overlapping authorship, but it is a stated theorem with a proof sketch, not an identity, and the exponential-decay step is derived rather than assumed. The paper itself flags real limitations: App. F reports larger boundary than interior error for Diffusion-Sorption and Maxwell under circular convolution, Sec. 4.1's Koopman-lift extension to nonlinear benchmarks is presented as intuition, and the step from Lemma G.3's l2 kernel bound to Theorem G.1's operator-norm statement omits the required l1/symbol-norm argument. These are correctness or evidence gaps, not circular reductions; no derivation step is equivalent to its input by construction.
Assumptions & free parameters
free parameters (2)
- L (number of USB modes) =
16 or 20 per dataset
- d (lifting dimension) =
32, 64, or 128 per dataset
assumptions (5)
- domain assumption Hilbert/USB modes form a complete orthonormal system and give exponentially accurate approximations of exponentially decaying LDS impulse responses.
- standard math Stable local shift-invariant discretizations have exponentially decaying Green's functions.
- ad hoc to paper For nonlinear PDEs, the lifting map approximates a Koopman lift, making feature-space dynamics near-linear.
- domain assumption FFT-based circular convolution faithfully realizes the integral kernel on the evaluated domains.
- ad hoc to paper Finite-grid behavior can be approximated by an infinite-grid analysis with tails and boundaries ignored.
Cite this review
Pith. "Pith review of SFO: Learning PDE Operators via Spectral Filtering." pith.science (2026). https://pith.science/paper/OBJHDZVD
@misc{pith2026260117090,
author = {Pith},
title = {Pith review of: SFO: Learning PDE Operators via Spectral Filtering},
year = {2026},
howpublished = {\url{https://pith.science/paper/OBJHDZVD}},
note = {Machine review of arXiv:2601.17090}
}
read the original abstract
Partial differential equations (PDEs) govern complex systems, yet neural operators often struggle to efficiently capture the long-range, nonlocal interactions inherent in their solution maps. We introduce Spectral Filtering Operator (SFO), a neural operator that parameterizes integral kernels using the Universal Spectral Basis (USB), a fixed, global orthonormal basis derived from the eigenmodes of the Hilbert matrix in spectral filtering theory. Motivated by our theoretical finding that the discrete Green's functions of shift-invariant PDE discretizations exhibit spatial Linear Dynamical System (LDS) structure, we prove that these kernels admit compact approximations in the USB. By learning only the spectral coefficients of rapidly decaying eigenvalues, SFO achieves a highly efficient representation. Across six benchmarks, including reaction-diffusion, fluid dynamics, and 3D electromagnetics, SFO achieves state-of-the-art accuracy, reducing error by up to 40% relative to strong baselines while using substantially fewer parameters.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[1]
Spectral state space models.arXiv preprint arXiv:2312.06837,
Agarwal, N., Suo, D., Chen, X., and Hazan, E. Spectral state space models.arXiv preprint arXiv:2312.06837,
-
[9]
I., Nguyen, W., Devre, Y ., Dogariu, E., Majumdar, A., and Hazan, E
Liu, Y . I., Nguyen, W., Devre, Y ., Dogariu, E., Majumdar, A., and Hazan, E. Flash stu: Fast spectral transform units. arXiv preprint arXiv:2409.10489,
-
[10]
Ma, Q., Zhao, P., Wang, S., and Song, T. Deep parallel spectral neural operators for solving partial differential equations with enhanced low-frequency learning capabil- ity.arXiv preprint arXiv:2409.19976,
-
[11]
Xiong, W., Huang, X., Zhang, Z., Deng, R., Sun, P., and Tian, Y . Koopman neural operator as a mesh-free solver of non-linear partial differential equations.arXiv preprint arXiv:2301.10022,
-
[12]
Analysis of learned Hilbert coefficients
10 SFO: Learning PDE Solution Operators via Hilbert Spectral Modes A. Analysis of learned Hilbert coefficients. We analyze the learned Hilbert spectral coefficients across PDE benchmarks. For each STU layer, we compute the Frobenius norm ∥Θl∥F of the coefficient matrix associated with mode l and average across layers. Figure 5 shows that across 5/6 cases,...
2025
-
[13]
On a finite discretized grid, FFT corresponds to circular convolution and thus implicitly assumes a periodic extension of the domain
and related variants such as UNO (Rahman et al., 2023), F- FNO (Tran et al., 2023), and U-FNO (Wen et al., 2022)). On a finite discretized grid, FFT corresponds to circular convolution and thus implicitly assumes a periodic extension of the domain. This design reflects an efficiency–expressivity trade-off: FFT- based evaluation scales favorably with grid ...
2023
-
[14]
Finally, we obtain G[t] =Udiag(g 1[t],
With the above choice ofr k,α k + 2βkrk = p α2 k −4β 2 k, hence gk[t] = r|t| kp α2 k −4β 2 k (βk ̸= 0). Finally, we obtain G[t] =Udiag(g 1[t], . . . , gd[t])U ⊤ = dX k=1 Θk r|t| k ,Θ k := 1p α2 k −4β 2 k U·,kU ⊤ ·,k, G.6. Lemma 2: Exponential decay implies spectral filter learnability Lemma G.3(Spectral filtering approximation for exponentially decaying k...
2017
-
[15]
Moreover, the Hankel spectrum decays exponentially (see Chapter 11 of (Hazan & Singh, 2022)), yielding the stated logarithmic mode complexity
shows that such responses admit exponentially accurate approximation by projection onto the top eigenvectors of an associated Hankel matrix, with error controlled by the tail of its spectrum (Lemma 4.1 therein). Moreover, the Hankel spectrum decays exponentially (see Chapter 11 of (Hazan & Singh, 2022)), yielding the stated logarithmic mode complexity. Re...
2022
Show all 16 references
-
[16]
16 SFO: Learning PDE Solution Operators via Hilbert Spectral Modes We can now prove Theorem G.1 as a simple consequence of the proceeding two lemmas: Proof of Theorem G.1
Therefore only approximate G[0 :N] with truncation error controlled by N due to the exponentially decaying tails ofG. 16 SFO: Learning PDE Solution Operators via Hilbert Spectral Modes We can now prove Theorem G.1 as a simple consequence of the proceeding two lemmas: Proof of ...
2007
-
[1984]
Univer- sal learning of nonlinear dynamics.arXiv preprint arXiv:2508.11990,
Dogariu, E., Brahmbhatt, A., and Hazan, E. Univer- sal learning of nonlinear dynamics.arXiv preprint arXiv:2508.11990,
-
[2000]
and Singh, K
Hazan, E. and Singh, K. Introduction to online nonstochastic control.arXiv preprint arXiv:2211.09619,
-
[2017]
Herman, R. L. Green’s functions and nonhomogeneous problems. URL https://people.uncw.edu/ hermanr/pde1/pdebook/green.pdf. Lecture notes. Koren, N., Mackenbach, R. J., van Sloun, R. J., Radin- sky, K., and Freedman, D. Svd-no: Learning pde solu- tion operators with svd integral...
-
[2021]
Neural operator: Graph kernel network for partial differential equations.arXiv preprint arXiv:2003.03485,
Li, Z., Kovachki, N., Azizzadenesheli, K., Liu, B., Bhat- tacharya, K., Stuart, A., and Anandkumar, A. Neural operator: Graph kernel network for partial differential equations.arXiv preprint arXiv:2003.03485,
2003 arXiv
-
[2022]
Cao, Q., Goswami, S., and Karniadakis, G. E. Lno: Laplace neural operator for solving differential equations.arXiv preprint arXiv:2303.10528,
-
[2023]
Galerkin transformer
Cao, S. Galerkin transformer. In2022 Virtual Joint Mathe- matics Meetings (JMM 2022). AMS,
2022
-
[2024]
Lin, B., Mao, Z., Wang, Z., and Karniadakis, G. E. Opera- tor learning enhanced physics-informed neural networks for solving partial differential equations characterized by sharp solutions.arXiv preprint arXiv:2310.19590,
Reviewed August 3, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.