{"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/arxiv-2602-08419","title":"Radial Müntz-Szász Networks: Neural Architectures with Learnable Power Bases for Multidimensional Singularities","arxiv_id":"2602.08419","date":"2026-02-09","proceeding":null,"authors":["Gnankan Landry Regis N'guessan","Bum Jun Kim"],"abstract":"Radial singular fields, such as $1/r$, $\\log r$, and crack-tip profiles, are difficult to model with current coordinate-separable neural architectures. We formally establish this result: any $C^2$ function that is both radial and additively separable must be quadratic, establishing a fundamental obstruction for coordinate-wise power-law models. Motivated by this result, we introduce Radial Müntz-Szász Networks (RMN), which represent fields as linear combinations of learnable radial powers $r^μ$, including negative exponents, together with a limit-stable log-primitive for exact $\\log r$ behavior. RMN admits closed-form spatial gradients and Laplacians, enabling physics-informed learning on punctured domains. Across ten 2D and 3D benchmarks, RMN achieves between 1.5 and 51 times lower RMSE than MLPs and between 10 and 100 times lower RMSE than SIREN, while using only 27 parameters, compared with 33,537 for MLPs and 8,577 for SIREN. We extend RMN to incorporate angular dependence (RMN-Angular) and to handle multiple sources with learnable centers (RMN-MC), whose source-center recovery errors fall below $10^{-4}$. We also report controlled failures on smooth, strongly non-radial targets to delineate RMN's operating regime.","url_abs":"https://arxiv.org/abs/2602.08419","url_pdf":"https://arxiv.org/pdf/2602.08419","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2602.08419","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.08419"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/ReFractals/radial-muntz-szasz-networks","reach":null}],"summary":{"ran":2,"ran_violates":1,"ran_draft_wrong":4},"by_repo_kind":{"found_in_text":{"samples":7,"ran":7,"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":"f2e40421bfd081a4","entry":"RMNDirect","repo":"ReFractals/radial-muntz-szasz-networks","repo_kind":"found_in_text","path":"models.py","file_url":"https://github.com/ReFractals/radial-muntz-szasz-networks/blob/HEAD/models.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f2e40421bfd081a4"}},{"code_sha256_prefix":"1332e14b6b88efc3","entry":"RadialMuntzEdge","repo":"ReFractals/radial-muntz-szasz-networks","repo_kind":"found_in_text","path":"models.py","file_url":"https://github.com/ReFractals/radial-muntz-szasz-networks/blob/HEAD/models.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1332e14b6b88efc3"}},{"code_sha256_prefix":"06e590ad75d1fa39","entry":"compute_radius","repo":"ReFractals/radial-muntz-szasz-networks","repo_kind":"found_in_text","path":"models.py","file_url":"https://github.com/ReFractals/radial-muntz-szasz-networks/blob/HEAD/models.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"06e590ad75d1fa39"}},{"code_sha256_prefix":"fdeff457ac5b43b7","entry":"log_primitive","repo":"ReFractals/radial-muntz-szasz-networks","repo_kind":"found_in_text","path":"models.py","file_url":"https://github.com/ReFractals/radial-muntz-szasz-networks/blob/HEAD/models.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fdeff457ac5b43b7"}},{"code_sha256_prefix":"44ef8ec1346b5fc0","entry":"make_bounded_signed","repo":"ReFractals/radial-muntz-szasz-networks","repo_kind":"found_in_text","path":"models.py","file_url":"https://github.com/ReFractals/radial-muntz-szasz-networks/blob/HEAD/models.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"44ef8ec1346b5fc0"}},{"code_sha256_prefix":"297f42274683fc77","entry":"make_ordered_bounded_signed","repo":"ReFractals/radial-muntz-szasz-networks","repo_kind":"found_in_text","path":"models.py","file_url":"https://github.com/ReFractals/radial-muntz-szasz-networks/blob/HEAD/models.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"297f42274683fc77"}},{"code_sha256_prefix":"bb9740a8c68ec145","entry":"safe_pow","repo":"ReFractals/radial-muntz-szasz-networks","repo_kind":"found_in_text","path":"models.py","file_url":"https://github.com/ReFractals/radial-muntz-szasz-networks/blob/HEAD/models.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bb9740a8c68ec145"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}