REVIEW 3 major objections 6 minor 2 cited by
Feeding a fixed Chebyshev polynomial dictionary to the trunk, instead of raw coordinates, lets DeepONet-style operator networks resolve boundary layers and steep gradients better than coordinate-input or Fourier-feature trunks on bounded no
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
Replacing the coordinate-input trunk of a DeepONet with a fixed Chebyshev polynomial dictionary lowers reported reconstruction error on bounded non-periodic PDE benchmarks.
T0 review reviewed 2026-08-03 challenge →
load-bearing objection SEDONet is a plausible, cleanly motivated Chebyshev-trunk variant of DeepONet, but the empirical comparison is under-controlled and the 'parameter-neutral' claim is likely wrong as stated. the 3 major comments →
Spectral Embedding via Chebyshev Bases for Robust DeepONet Approximation
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
The central claim is that a fixed Chebyshev dictionary, not learned, entered as the trunk input, changes what a DeepONet can efficiently represent on bounded domains. The trunk then outputs learned nonlinear mixtures of Chebyshev modes, which the branch contracts against input-dependent coefficients, mirroring a classical spectral expansion. Across all five benchmarks the reported relative L2 errors are lowest for SEDONet (Poisson 0.97% vs 1.39% for DeepONet; Burgers 3.98% vs 6.20%; advection-diffusion 4.33% vs 8.00%; Lorenz-96 20.90% vs 23.63%; Allen-Cahn 5.44% vs 10.01%), and energy spectrum analyses show the Chebyshev trunk preserves intermediate- and high-frequency content better than th
What carries the argument
The key object is the fixed tensor-product Chebyshev dictionary Φ_ij(x,t)=T_i(2x−1)T_j(2t−1), where T_n are Chebyshev polynomials of the first kind defined by T_0=1, T_1=ξ, T_{n+1}=2ξT_n−T_{n−1}. Its entries are stacked, cropped or padded to the trunk's input dimension, and fed to the trunk MLP instead of raw coordinates; nothing in the embedding is learned. The dictionary supplies near-orthogonal, well-conditioned features on [−1,1] with node clustering at the boundaries, giving the trunk direct access to high-degree polynomial modes that coordinate-input MLPs learn inefficiently. This embedding carries the argument by making the spectral prior explicit and parameter-free.
Load-bearing premise
The load-bearing premise is that the benchmark comparison isolates the Chebyshev prior: because dictionary sizes, trunk input dimension, layer widths, and training hyperparameters are not reported, the gains could partly reflect a larger or differently tuned trunk rather than the spectral embedding itself.
What would settle it
Run the identical SEDONet pipeline with the Chebyshev dictionary replaced by a fixed random-feature dictionary of the same input dimension and the same trainable parameter count; if random features reproduce the reported errors, the Chebyshev structure is not doing the work. Reporting K_x, K_t, d_trunk, layer widths, and matching total parameter counts would make this test decisive.
If this is right
- Bounded-domain operator learning gains a natural default embedding: choose Chebyshev rather than Fourier when the PDE boundary conditions are non-periodic.
- Because the embedding is deterministic and has no learnable parameters, the modification is a drop-in replacement for any DeepONet trunk and can be combined with other branch or trunk improvements.
- Energy spectra of SEDONet predictions stay closer to the reference in intermediate and high frequencies, so downstream quantities that depend on gradients and fine scales should also improve.
- The tensor-product construction extends to higher spatial dimensions and to space-time inputs, so the same spectral-prior argument carries over to 3-D and time-dependent problems.
Where Pith is reading between the lines
- A testable corollary the paper leaves implicit: other fixed orthogonal polynomial families matched to domain boundary conditions, such as Legendre polynomials, should produce similar gains — which would show the benefit is non-periodic spectral whitening rather than Chebyshev per se.
- The 'parameter-neutral' label is narrower than it sounds: replacing raw coordinates with a K_x by K_t dictionary changes the first trunk layer's input dimension and parameter count, so a fully controlled comparison needs matching parameter budgets and reported hyperparameters.
- If the spectral-bias interpretation is right, the margin over coordinate trunks should widen as solutions become stiffer or more boundary-dominated, suggesting a diagnostic sweep the current benchmarks only partially cover.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces SEDONet, a DeepONet variant in which the trunk network receives a fixed, tensor-product Chebyshev polynomial embedding of the spatio-temporal coordinates instead of raw coordinate inputs. The embedding is deterministic and adds no trainable parameters of its own. The authors argue that this provides a non-periodic spectral inductive bias suited to bounded domains, in contrast to Fourier features. They compare SEDONet with standard DeepONet and FEDONet on five benchmarks: 2-D Poisson, 1-D Burgers, 1-D advection-diffusion, Lorenz-96, and Allen-Cahn. The paper reports lower mean relative L2 errors for SEDONet on all benchmarks, presents spectral energy comparisons, and includes an appendix claiming that the Chebyshev-embedded hypothesis class strictly contains the vanilla coordinate-input class.
Significance. If the empirical claims are supported, SEDONet would be a simple, practical contribution: a drop-in spectral embedding for DeepONet trunks that improves accuracy on bounded, non-periodic problems while preserving the branch-trunk factorization. The idea of using a fixed Chebyshev dictionary is well motivated by classical spectral methods and is easy to implement in existing DeepONet codes. However, the current manuscript does not yet establish the central empirical claim because the experimental comparison is not controlled: the Chebyshev embedding changes the input dimension of the first trunk layer, and the paper does not report the embedding sizes, network widths, or training hyperparameters. In addition, several of the reported gains are within one standard deviation of the FEDONet baseline and no significance testing is provided. The theoretical appendix does not provide a rigorous proof of the claimed strict hypothesis-class enlargement. These issues are fixable, but they must be addressed before the paper's conclusions can be accepted.
major comments (3)
- [§2.3, Eq. (10); §2.4; Table 1] The 'parameter-neutral' claim is repeated throughout the paper, but the construction in Eq. (10) replaces the raw coordinate input with a d_trunk-dimensional Chebyshev feature vector. Unless d_trunk equals the coordinate-space dimension, the first trunk layer has a different number of trainable parameters. The paper never reports K_x, K_t, d_trunk, the crop/pad rule C, the trunk/branch widths and depths, or the training hyperparameters. The observed gains in Table 1 could therefore reflect a larger/richer trunk rather than the Chebyshev prior specifically. The authors should report the full architecture and hyperparameter configuration, give total parameter counts for each model, and include capacity-matched baselines (e.g., vanilla DeepONet and FEDONet with comparable parameter counts or comparable first-layer widths). Without this, the central claim that the Chebyshev embedding is the
- [Table 1; §3.2; §3.5] The abstract and Section 4 describe the results as 'lowest or statistically comparable,' but no significance tests or multi-seed repetitions are reported. Several margins are small relative to the reported standard deviations: Burgers SEDONet 3.98±2.64 vs. FEDONet 4.47±3.08, and Allen-Cahn SEDONet 5.44±3.05 vs. FEDONet 5.70±3.57. The paper should report results over multiple independent training runs and either paired significance tests or confidence intervals. As written, the claim of consistent improvement over FEDONet on these benchmarks is not statistically supported.
- [Appendix B; §2.3] The paper claims that the Chebyshev embedding 'strictly enlarges' the hypothesis space, but Appendix B is explicitly an informal argument rather than a proof. The inclusion step uses polynomial approximation and a 'single linear neuron' on top of the Chebyshev features, which does not establish inclusion for a fixed-width/depth coordinate network. The strictness argument similarly lacks a concrete capacity measure or width/depth bounds. Since this claim is used to justify the design, the authors should either provide a rigorous statement with clear architectural assumptions or soften the claim to say that the Chebyshev embedding provides a more direct representation of high-order polynomial modes. The current text overstates what Appendix B demonstrates.
minor comments (6)
- [Abstract; Table 1] The abstract and Section 1 mention improvements 'up to 54%' over baseline DeepONet, but the largest relative reduction in Table 1 is about 46% (advection-diffusion, 8.00% to 4.33%). The 54% figure does not appear to be supported by the reported results and should be reconciled or removed.
- [§3.5] The Allen-Cahn benchmark uses periodic boundary conditions on [-1,1]. The paper's main narrative is about non-periodic bounded domains, so the small SEDONet gain on this periodic problem is not explained by the proposed prior. The authors should either justify why Chebyshev features help here or explicitly frame Allen-Cahn as a stress test outside the intended regime.
- [Eq. (10)] The crop/pad operator C is not specified. It is important for reproducibility to state which modes are cropped or padded and how d_trunk is chosen relative to K_x K_t.
- [Eq. (16)] The notation G_theta(u) and G(u) in Eq. (16) is inconsistent with the earlier use of G_theta and G: the mathematical operator is G and the predictor is G_theta. Please clarify the subscript conventions.
- [Appendix A] The claim that the Gram matrix is 'close to diagonal and well-conditioned' when coordinates are near Gauss-Lobatto points needs a precise statement or a small numerical demonstration. As written, it is a qualitative assertion.
- [Throughout] There are numerous typographical and grammatical errors, e.g., 'a follows' before Eq. (8), 'as the followings', and the use of 'parameter-neutral' after introducing a parameter-free embedding without discussing input dimension. A careful language edit is needed.
Circularity Check
No significant circularity: benchmark claims are empirically self-contained; remaining caveats are reporting and proof-strength issues, not circular reductions.
full rationale
The paper's derivation chain is: define a fixed tensor-product Chebyshev dictionary (Eqs. 5-10), feed it to the trunk MLP, keep the branch unchanged, synthesize via the DeepONet inner product (Eq. 13), and train by MSE (Eq. 14). The Chebyshev embedding phi_Cheb is deterministic and has no trainable parameters, so the relative L2 errors in Table 1 are external experimental outputs rather than recovered inputs. No parameter is fitted to the test set and then renamed a prediction; no uniqueness theorem is imported from the authors' prior work; no ansatz is adopted solely through a self-citation. The FEDONet reference [59] (which shares an author) is used only as a baseline architecture, not as load-bearing evidence for the Chebyshev claim. Appendix B's 'superset' argument is admittedly 'intentionally high level and is meant to provide intuition rather than a fully measure-theoretic proof,' and its exact representability of T_K is by construction of the feature vector; this is close to tautological and does not by itself establish strict set inclusion, but it is not used to generate or tune the empirical benchmark results. The 'parameter-neutral' claim in Section 2.3 and the unreported K_x, K_t, d_trunk, and widths leave a potential capacity confound; that is an experimental reporting/control issue, not a circular derivation.
Axiom & Free-Parameter Ledger
free parameters (4)
- Chebyshev orders K_x, K_t and trunk embedding dimension d_trunk
- Crop/pad operator C
- Trunk/branch MLP widths, depth, and trunk channels p
- Training hyperparameters (learning rate, epochs, batch size, seeds)
axioms (5)
- standard math Chebyshev polynomials are orthogonal on [-1,1] with respect to the weight (1-xi^2)^(-1/2).
- standard math Coordinate-input MLP trunks are universal approximators but exhibit spectral bias.
- domain assumption Sampling coordinates at or near Gauss-Lobatto points makes the empirical Chebyshev feature matrix nearly orthogonal.
- domain assumption DeepONet, FEDONet, and SEDONet are trained under a matched protocol with comparable capacity and training budget.
- domain assumption The finite-difference and RK4 reference solutions are accurate enough to serve as ground truth for relative L2 error evaluation.
Cite this review
Pith. "Pith review of Spectral Embedding via Chebyshev Bases for Robust DeepONet Approximation." pith.science (2026). https://pith.science/paper/FEEUZHCX
@misc{pith2026251209165,
author = {Pith},
title = {Pith review of: Spectral Embedding via Chebyshev Bases for Robust DeepONet Approximation},
year = {2026},
howpublished = {\url{https://pith.science/paper/FEEUZHCX}},
note = {Machine review of arXiv:2512.09165}
}
read the original abstract
Deep Operator Networks (DeepONets) have emerged as a powerful framework for data-driven operator learning, providing flexible surrogates for nonlinear mappings arising in partial differential equations (PDEs). However, the standard trunk network, which operates directly on raw spatial or spatiotemporal coordinates through fully connected layers, often struggles to represent sharp gradients, boundary layers, and other non-periodic solution structures on bounded domains. To address these limitations, we introduce the Spectral-Embedded Deep Operator Network (SEDONet), a novel DeepONet architecture in which the trunk is driven by a fixed Chebyshev spectral dictionary instead of coordinate inputs. This non-periodic spectral embedding provides a principled inductive bias for bounded domains, enabling the learned operator to capture fine-scale features that are difficult for Fourier-based or MLP-only trunks to represent. SEDONet is evaluated on the 2-D Poisson equation, 1-D Burgers' equation, 1-D advection-diffusion equation, Allen-Cahn equation, Lorenz-96 chaotic system, and Darcy flow, covering elliptic, hyperbolic, parabolic, chaotic, and multiscale problems. Across all benchmarks, SEDONet consistently achieves the lowest or statistically comparable relative $L^2$ errors among DeepONet, FEDONet, and SEDONet, with improvements of up to 54% over the baseline DeepONet and consistent gains over Fourier-embedded variants on bounded, non-periodic problems. Energy spectrum analyses further demonstrate that SEDONet more accurately preserves intermediate- and high-frequency solution structures. The proposed framework provides a simple, parameter-neutral modification to DeepONets, offering a robust and computationally efficient spectral approach for surrogate modeling of nonlinear operators in scientific computing.
Figures
Forward citations
Cited by 2 Pith papers
-
WLNO: Wavelet-Laplace Neural Operator for Solving Partial Differential Equations
WLNO augments LNO with a parallel Haar wavelet branch and learnable gate to capture multi-scale spatial features, outperforming LNO on five PDE benchmarks especially those with sharp structures.
-
The impact of observation density on Bayesian inversion of latent dynamics in shock-dominated flows
A latent-space reduced-order model using autoencoders and learned dynamics enables Bayesian recovery of initial density and pressure in Sod shock tube simulations, with posterior uncertainty contracting substantially ...
Reference graph
Works this paper leans on
-
[1]
J. P. Boyd, Chebyshev and Fourier Spectral Methods, Courier Corporation, 2001
2001
-
[2]
D. Gottlieb, S. A. Orszag, Numerical Analysis of Spectral Methods: Theory and Applications, SIAM, 1977. doi:10.1137/1.9781611970425
-
[3]
W. H. Press, S. A. Teukolsky, W. T. Vetterling, B. P. Flannery, Numerical Recipes: The Art of Scientific Computing, Cambridge University Press, 1986
1986
-
[4]
Cybenko, Approximation by superpositions of a sigmoidal function, Mathematics of Control, Signals and Systems 2 (4) (1989) 303–314
G. Cybenko, Approximation by superpositions of a sigmoidal function, Mathematics of Control, Signals and Systems 2 (4) (1989) 303–314
1989
-
[5]
Hornik, M
K. Hornik, M. Stinchcombe, H. White, Multilayer feedforward networks are universal approximators, Neural Networks 2 (5) (1989) 359–366
1989
-
[6]
Poggio, F
T. Poggio, F. Girosi, Networks for approximation and learning, Proceedings of the IEEE 78 (9) (1990) 1481–1497
1990
-
[7]
T. Chen, H. Chen, Universal approximation to nonlinear operators by neural networks, IEEE Transactions on Neural Networks 6 (4) (1995) 911–917
1995
-
[8]
Sirovich, Turbulence and the dynamics of coherent structures, Quarterly of Applied Mathematics 45 (3) (1987) 561–571
L. Sirovich, Turbulence and the dynamics of coherent structures, Quarterly of Applied Mathematics 45 (3) (1987) 561–571
1987
-
[9]
Berkooz, P
G. Berkooz, P. Holmes, J. L. Lumley, The proper orthogonal decomposition in the analysis of turbulent flows, Annual Review of Fluid Mechanics 25 (1993) 539–575
1993
-
[10]
C. E. Rasmussen, C. K. I. Williams, Gaussian Processes for Machine Learning, MIT Press, 2005. 16 APREPRINT
2005
-
[11]
E. J. Kansa, Multiquadrics for scattered data approximation, Computers & Mathematics with Applications 19 (8) (1990) 127–145
1990
-
[12]
D. Lowe, D. Broomhead, Multivariable functional interpolation and adaptive networks, Complex Systems 2 (3) (1988) 321–355
1988
-
[13]
L. Lu, P. Jin, G. Pang, Z. Zhang, G. E. Karniadakis, Learning nonlinear operators via DeepONet, Nature Machine Intelligence 3 (2021) 218–229
2021
-
[14]
Kovachki, Z
N. Kovachki, Z. Li, B. Liu, K. Azizzadenesheli, K. Bhattacharya, A. Stuart, A. Anandkumar, Neural operator: Learning maps between function spaces, Journal of Machine Learning Research 24 (1) (2023) 1–97
2023
-
[15]
Z. Li, N. Kovachki, K. Azizzadenesheli, B. Liu, K. Bhattacharya, A. Stuart, A. Anandkumar, Fourier neural operator for parametric PDEs (2021).arXiv:2010.08895
Pith/arXiv arXiv 2021
-
[16]
Tripura, S
T. Tripura, S. Chakraborty, Wavelet neural operator, Computer Methods in Applied Mechanics and Engineering 404 (2023) 115783
2023
-
[17]
Gupta, X
G. Gupta, X. Xiao, P. Bogdan, Multiwavelet-based operator learning, in: Advances in Neural Information Processing Systems (NeurIPS), 2021
2021
-
[18]
J. Kossaifi, N. Kovachki, K. Azizzadenesheli, A. Anandkumar, Multi-grid tensorized fourier neural operator, arXiv preprint arXiv:2310.00120 (2023)
Pith/arXiv arXiv 2023
-
[19]
Z.-H. Guo, H.-B. Li, MgFNO: Multi-grid architecture fourier neural operator (2024).arXiv:2407.08615
Pith/arXiv arXiv 2024
-
[20]
Z. Li, N. Kovachki, K. Azizzadenesheli, B. Liu, K. Bhattacharya, A. Stuart, A. Anandkumar, Neural operator: Graph kernel network (2020).arXiv:2003.03485
Pith/arXiv arXiv 2020
-
[21]
Z. Li, N. Kovachki, K. Azizzadenesheli, B. Liu, K. Bhattacharya, A. Stuart, A. Anandkumar, Multipole graph neural operator (2020).arXiv:2006.09535
Pith/arXiv arXiv 2020
-
[22]
Z. Li, D. Z. Huang, B. Liu, A. Anandkumar, Fourier neural operator with learned deformations, Journal of Machine Learning Research 24 (388) (2023) 1–26
2023
-
[23]
Z. Li, N. Kovachki, C. Choy, B. Li, J. Kossaifi, S. Otta, M. A. Nabian, M. Stadler, C. Hundt, K. Azizzadenesheli, et al., Geometry-informed neural operator, Advances in Neural Information Processing Systems (NeurIPS) (2023)
2023
- [24]
-
[25]
S. E. Ahmed, P. Stinis, A multifidelity deep operator network approach to closure for multiscale systems, Computer Methods in Applied Mechanics and Engineering 414 (2023) 116161.doi:10.1016/j.cma.2023.116161
arXiv 2023
-
[26]
A. A. Howard, M. Perego, G. E. Karniadakis, P. Stinis, Multifidelity deep operator networks for data-driven and physics-informed problems, Journal of Computational Physics 493 (2023) 112462. doi:10.1016/j.jcp.2023. 112462
- [27]
- [28]
-
[29]
S. Garg, S. Chakraborty, Neuroscience inspired neural operator for partial differential equations, Journal of Computational Physics 515 (2024) 113266.doi:10.1016/j.jcp.2024.113266
arXiv 2024
-
[30]
T. O’Leary-Roseberry, Y . Chen, U. Villa, O. Ghattas, Derivative-informed neural operator: An interpretable neural operator architecture for learning parametric differential operators, Journal of Computational Physics 496 (2024) 112555.doi:10.1016/j.jcp.2023.112555
arXiv 2024
-
[31]
X. Liu, B. Xu, S. Cao, L. Zhang, Mitigating spectral bias for the multiscale operator learning, Journal of Computational Physics 506 (2024) 112944.doi:10.1016/j.jcp.2024.112944
arXiv 2024
-
[32]
S. Wu, A. Zhu, Y . Tang, B. Lu, Solving parametric elliptic interface problems via interfaced operator network (IONet), Journal of Computational Physics 514 (2024) 113217.doi:10.1016/j.jcp.2024.113217
arXiv 2024
-
[33]
X. Bi, X. Chen, C. Zhao, Q. Li, J. Zhang, XI-DeepONet: An operator learning method for elliptic interface problems, Journal of Computational Physics 538 (2025) 114164.doi:10.1016/j.jcp.2024.114164
arXiv 2025
- [35]
-
[36]
Y . Meng, J. Huang, Y . Qiu, Koopman operator learning using invertible neural networks, Journal of Computational Physics 501 (2024) 112795.doi:10.1016/j.jcp.2024.112795
arXiv 2024
-
[38]
W. Chen, P. Stinis, Feature-adjacent multi-fidelity physics-informed machine learning for partial differential equations, Journal of Computational Physics 498 (2024) 112683.doi:10.1016/j.jcp.2023.112683
arXiv 2024
-
[39]
S. Jafarzadeh, S. Silling, N. Liu, Z. Zhang, Y . Yu, Peridynamic neural operators: A data-driven nonlocal constitutive model for complex material responses, Computer Methods in Applied Mechanics and Engineering 425 (2024) 116914.doi:10.1016/j.cma.2024.116914
arXiv 2024
-
[40]
X. Dong, C. Chen, J.-L. Wu, Data-driven stochastic closure modeling via conditional diffusion model and neural operator, Journal of Computational Physics 534 (2025) 114005.doi:10.1016/j.jcp.2025.114005
arXiv 2025
-
[41]
Bahmani, S
B. Bahmani, S. Goswami, I. G. Kevrekidis, M. D. Shields, A resolution independent neural operator, Computer Methods in Applied Mechanics and Engineering 444 (2025) 118113
2025
-
[42]
H. Li, X. Ye, P. Jiang, G. Qin, T. Wang, Local neural operator for solving transient partial differential equations on varied domains, Computer Methods in Applied Mechanics and Engineering 427 (2024) 117062. doi: 10.1016/j.cma.2024.117062
arXiv 2024
- [43]
-
[44]
X. Xu, J. Guilleminot, V . Tarokh, Neural operators from the cole-hopf transformation: Leveraging relations between pdes for efficient operator learning, Computer Methods in Applied Mechanics and Engineering (2025)
2025
-
[45]
S. Goswami, Z. Li, K. Azizzadenesheli, M. Liu-Schiaffini, K. Bhattacharya, H. Hassani, A. M. Stuart, A. Anand- kumar, Physics-informed deep operator networks (2022).arXiv:2207.05748
Pith/arXiv arXiv 2022
-
[46]
Z. Li, N. Kovachki, K. Azizzadenesheli, K. Bhattacharya, A. M. Stuart, A. Anandkumar, Physics-informed neural operator (2023).arXiv:2309.15502
Pith/arXiv arXiv 2023
-
[47]
M. S. Eshaghi, P. Akhtari, G. E. Karniadakis, Variational physics-informed neural operator (2024). arXiv: 2403.08377
Pith/arXiv arXiv 2024
-
[48]
K. Chen, M. Zhao, W. Li, G. Lin, Pseudo physics-informed neural operators (2025).arXiv:2501.01234
Pith/arXiv arXiv 2025
-
[49]
T. Wang, C. Wang, Latent neural operators (2024).arXiv:2404.00967
Pith/arXiv arXiv 2024
-
[50]
T. Wang, C. Wang, Latent neural operator pretraining (2024).arXiv:2408.05677
Pith/arXiv arXiv 2024
-
[51]
Z. Ahmad, N. Kovachki, Z. Li, A. M. Stuart, A. Anandkumar, Diffeomorphic latent neural operators (2024). arXiv:2406.01411
Pith/arXiv arXiv 2024
-
[52]
D. Long, Y . Rao, J. Lu, J. Zhou, Invertible fourier neural operators (2025).arXiv:2502.04521
arXiv 2025
-
[53]
N. Cho, J. Ryu, H. J. Hwang, Sobolev training for operator learning, Journal of Computational Physics 543 (2025) 114408.doi:10.1016/j.jcp.2025.114408
arXiv 2025
- [54]
-
[55]
L. Yang, S. Osher, Pde generalization of in-context operator networks: A study on 1d scalar nonlinear conservation laws, Journal of Computational Physics 519 (2024) 113379.doi:10.1016/j.jcp.2024.113379
arXiv 2024
-
[56]
N. Rahaman, A. Baratin, D. Arpit, F. Draxler, M. Lin, F. A. Hamprecht, Y . Bengio, A. Courville, On the spectral bias of neural networks (2019).arXiv:1806.08734
Pith/arXiv arXiv 2019
-
[57]
M. Tancik, P. P. Srinivasan, B. Mildenhall, S. Fridovich-Keil, N. Raghavan, U. Singhal, R. Ramamoorthi, J. T. Barron, R. Ng, Fourier features for learning high frequency functions (2020).arXiv:2006.10739
Pith/arXiv arXiv 2020
-
[58]
M. Kast, J. S. Hesthaven, Positional embeddings for solving PDEs, Journal of Computational Physics 505 (2024) 112924
2024
-
[59]
A. Sojitra, M. Dhingra, O. San, Fedonet: Fourier-embedded deeponet for spectrally accurate operator learning, arXiv preprint arXiv:2509.12344 (2025). 18 APREPRINT
Pith/arXiv arXiv 2025
-
[60]
Z. Liu, H. Wang, H. Zhang, K. Bao, X. Qian, S. Song, Render unto numerics: Orthogonal polynomial neural operator for pdes with nonperiodic boundary conditions, SIAM Journal on Scientific Computing 46 (4) (2024) C323–C348
2024
-
[61]
S. Mall, S. Chakraverty, Single layer Chebyshev neural network, Neural Computing and Applications 28 (2017) 915–929
2017
-
[62]
S. M. Sivalingam, P. Kumar, V . Govindaraj, Chebyshev neural network for fractional PDEs, Computers & Mathematics with Applications (2024)
2024
-
[63]
P. Yin, S. Ling, W. Ying, Chebyshev spectral neural networks for solving partial differential equations, arXiv preprint arXiv:2407.03347 (2024)
Pith/arXiv arXiv 2024
-
[64]
Huang, H
Y . Huang, H. Liu, Y . Zhao, M. Fei, Chebyshev spectral approximation-based physics-informed neural network for solving higher-order nonlinear differential equations, Engineering with Computers 41 (2) (2025) 1191–1210
2025
-
[65]
S. Chen, S. Xiong, Y . Liu, Chebyshev-sobolev physics-informed neural networks for general pde solutions, International Journal of Applied and Computational Mathematics 11 (5) (2025) 169
2025
-
[66]
Zhang, Y
H. Zhang, Y . Wang, AC-PKAN: Attention-enhanced and chebyshev polynomial kolmogorov-arnold networks for physics-informed learning, in: Proceedings of the International Conference on Learning Representations (ICLR), 2024, openReview preprint
2024
-
[67]
Z. Xu, Y . Chen, D. Xiu, Chebyshev feature neural network for accurate function approximation, arXiv preprint arXiv:2409.19135 (2024)
Pith/arXiv arXiv 2024
-
[68]
near-orthogonality
V . S. Fanaskov, I. V . Oseledets, Spectral neural operators, in: Doklady Mathematics, V ol. 108, Springer, 2023, pp. S226–S232. A Spectral Properties of Chebyshev Embeddings In this appendix we summarize a few classical spectral properties of Chebyshev polynomials that underpin the design of the SEDONet trunk. The goal is not to provide an exhaustive rev...
2023
This paper was first reviewed by deepseek-v4-flash on August 3, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.