{"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-2608-09764","title":"MoNo: Multiscale Optimal Transport Neural Operator for Solving PDEs on General Geometries","arxiv_id":"2608.09764","date":"2026-08-10","proceeding":null,"authors":["Zijiang Yang","Xiaomeng Wu","Dongmei Fu"],"abstract":"Transformer-based neural operators have achieved substantial progress in solving Partial Differential Equations (PDEs) by projecting spatial observations into compact latent tokens and learning physical interactions in latent spaces. However, we reveal that existing learnable projection mechanisms cannot ensure stable and balanced assignments from observation points to latent tokens, causing some latent tokens to be over-assigned while others remain underutilized. This limitation further restricts the design of hierarchical architectures, as assignment imbalance is continuously inherited and amplified across latent spaces, eventually causing severe token collapse in deeper spaces. To address these issues, we propose MoNo (Multiscale Optimal Transport Neural Operator), a progressive multiscale neural operator that efficiently solves PDEs on general geometries through stable latent-space construction. At its core is CoTAP (Cross-scale Optimal Transport Assignment and Projection), a novel latent-space construction method that formulates cross-space assignment between adjacent spaces as an entropy-regularized optimal transport problem, thereby constructing balanced bidirectional projections and stable latent spaces. CoTAP also ensures stable information transfer across multiple latent spaces, further enabling multiscale architectures on general geometries, which in turn support more efficient learning of long-range physical interactions. Extensive experiments demonstrate that MoNo outperforms existing state-of-the-art neural operators in both prediction performance and computational efficiency. Code is available at https://github.com/ZijiangY1116/MoNo.","url_abs":"https://arxiv.org/abs/2608.09764","url_pdf":"https://arxiv.org/pdf/2608.09764","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=2608.09764","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.09764"}},"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/ZijiangY1116/MoNo","reach":null}],"summary":{"ran":9,"ran_honours":1,"ran_draft_wrong":1,"unverified":7},"by_repo_kind":{"found_in_text":{"samples":18,"ran":11,"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":"d4d2e3c796705330","entry":"FasterSinkhornRouter","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d4d2e3c796705330"}},{"code_sha256_prefix":"f6a7146a16c75597","entry":"MONOAttentionBlock","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f6a7146a16c75597"}},{"code_sha256_prefix":"dd5ed7cfd1fe8c3c","entry":"MONOLatentStack","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"dd5ed7cfd1fe8c3c"}},{"code_sha256_prefix":"84eb0ed48136b5fb","entry":"MONOMLP","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"84eb0ed48136b5fb"}},{"code_sha256_prefix":"354e43b346c9f5e4","entry":"MONORowNormalizedLinear","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"354e43b346c9f5e4"}},{"code_sha256_prefix":"d8db85837f8d35c5","entry":"MONOSelfAttention","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d8db85837f8d35c5"}},{"code_sha256_prefix":"a58b0c7175fd1107","entry":"TimeProjector","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a58b0c7175fd1107"}},{"code_sha256_prefix":"df26f6fd01f5074c","entry":"_num_warps","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"df26f6fd01f5074c"}},{"code_sha256_prefix":"53551df2ff1a0807","entry":"faster_sinkhorn","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"53551df2ff1a0807"}},{"code_sha256_prefix":"52a5326a185d2f2e","entry":"sinkhorn_reference","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"52a5326a185d2f2e"}},{"code_sha256_prefix":"dd00f566fa6273b0","entry":"timestep_embedding","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.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":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"dd00f566fa6273b0"}},{"code_sha256_prefix":"d0d18d797125c749","entry":"CoTAP","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d0d18d797125c749"}},{"code_sha256_prefix":"21e1084161c31d72","entry":"MONO","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"21e1084161c31d72"}},{"code_sha256_prefix":"7fd66c5975318dde","entry":"MONOInitialProjectorEMA","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7fd66c5975318dde"}},{"code_sha256_prefix":"034ca02d01b82807","entry":"MONOMultiLevelStage","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"034ca02d01b82807"}},{"code_sha256_prefix":"fd32a7d4006bd8b5","entry":"_FasterSinkhornFunction","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"fd32a7d4006bd8b5"}},{"code_sha256_prefix":"eab2c0f5ac14deb5","entry":"_sinkhorn_triton_backward","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"eab2c0f5ac14deb5"}},{"code_sha256_prefix":"d6db6c174a3a6e5c","entry":"_sinkhorn_triton_forward","repo":"ZijiangY1116/MoNo","repo_kind":"found_in_text","path":"utils/models/mono.py","file_url":"https://github.com/ZijiangY1116/MoNo/blob/HEAD/utils/models/mono.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d6db6c174a3a6e5c"}}]},"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}