{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/spectral-neural-operators","title":"Spectral Neural Operators","arxiv_id":"2205.10573","date":"2022-05-21","proceeding":null,"authors":["V. Fanaskov","I. Oseledets"],"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.","url_abs":"https://arxiv.org/abs/2205.10573v2","url_pdf":"https://arxiv.org/pdf/2205.10573v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"links_only","authors_date_abstract":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license), from the Kaggle arXiv metadata snapshot of 2026-09-12"},"code_links":[{"paper_slug":"spectral-neural-operators","repo_url":"https://github.com/vlsf/sno","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok","spdx":"CC0-1.0"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2205.10573","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2205.10573"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/vlsf/sno","reach":{"status":"ok","spdx":"CC0-1.0"}}],"summary":{"unverified":16},"by_repo_kind":{"official":{"samples":16,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"22b5a75269948ec1","entry":"NN_c","repo":"vlsf/sno","repo_kind":"official","path":"architectures/fSNO_1D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/fSNO_1D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"22b5a75269948ec1"}},{"code_sha256_prefix":"ee551bd713cdf6f5","entry":"init_c_network_params","repo":"vlsf/sno","repo_kind":"official","path":"architectures/SNO_1D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/SNO_1D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ee551bd713cdf6f5"}},{"code_sha256_prefix":"bd99f692ca7757f4","entry":"init_c_network_params","repo":"vlsf/sno","repo_kind":"official","path":"architectures/SNO_2D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/SNO_2D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"bd99f692ca7757f4"}},{"code_sha256_prefix":"1804cb431017e413","entry":"init_i_network_params","repo":"vlsf/sno","repo_kind":"official","path":"architectures/SNOxw_1D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/SNOxw_1D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1804cb431017e413"}},{"code_sha256_prefix":"560e271591ee20cd","entry":"init_i_network_params_r","repo":"vlsf/sno","repo_kind":"official","path":"architectures/fSNOxw_1D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/fSNOxw_1D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"560e271591ee20cd"}},{"code_sha256_prefix":"05199daa28854e5e","entry":"init_network_params","repo":"vlsf/sno","repo_kind":"official","path":"architectures/DeepONet_1D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/DeepONet_1D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"05199daa28854e5e"}},{"code_sha256_prefix":"5ce23b4ff4a6aae3","entry":"init_network_params","repo":"vlsf/sno","repo_kind":"official","path":"architectures/DeepONet_2D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/DeepONet_2D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5ce23b4ff4a6aae3"}},{"code_sha256_prefix":"544f96579aa06cbb","entry":"random_c_layer_params","repo":"vlsf/sno","repo_kind":"official","path":"architectures/SNO_1D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/SNO_1D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"544f96579aa06cbb"}},{"code_sha256_prefix":"2eac4be72bf8df14","entry":"random_c_layer_params","repo":"vlsf/sno","repo_kind":"official","path":"architectures/SNO_2D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/SNO_2D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2eac4be72bf8df14"}},{"code_sha256_prefix":"4dbea88b2467ae7d","entry":"random_c_layer_params","repo":"vlsf/sno","repo_kind":"official","path":"architectures/SNOx_1D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/SNOx_1D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4dbea88b2467ae7d"}},{"code_sha256_prefix":"566b0ecc3258ca89","entry":"random_i_layer_params","repo":"vlsf/sno","repo_kind":"official","path":"architectures/SNOxw_1D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/SNOxw_1D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"566b0ecc3258ca89"}},{"code_sha256_prefix":"98081aa4d4d61c6f","entry":"random_i_layer_params_r","repo":"vlsf/sno","repo_kind":"official","path":"architectures/fSNOxw_1D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/fSNOxw_1D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"98081aa4d4d61c6f"}},{"code_sha256_prefix":"4cb786b636271c3a","entry":"random_layer_params","repo":"vlsf/sno","repo_kind":"official","path":"architectures/DeepONet_1D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/DeepONet_1D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4cb786b636271c3a"}},{"code_sha256_prefix":"c270c807d73d90de","entry":"random_layer_params","repo":"vlsf/sno","repo_kind":"official","path":"architectures/DeepONet_2D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/DeepONet_2D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c270c807d73d90de"}},{"code_sha256_prefix":"38483aa7e1335c83","entry":"xNN","repo":"vlsf/sno","repo_kind":"official","path":"architectures/DeepONet_1D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/DeepONet_1D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"38483aa7e1335c83"}},{"code_sha256_prefix":"1ea1491bedcc182e","entry":"xNN","repo":"vlsf/sno","repo_kind":"official","path":"architectures/DeepONet_2D.py","file_url":"https://github.com/vlsf/sno/blob/HEAD/architectures/DeepONet_2D.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC0-1.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1ea1491bedcc182e"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}