Papers › MoNo: Multiscale Optimal Transport Neural Operator for Solving PDEs on General Geometries

MoNo: Multiscale Optimal Transport Neural Operator for Solving PDEs on General Geometries

10 Aug 2026arXiv:2608.09764added by Syntology

Zijiang Yang, Xiaomeng Wu, Dongmei Fu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.09764")

Code

Syntology Ran 11 of 18 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 9 ran with no contract checked.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ZijiangY1116/MoNo found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 11 ran; 1 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · our draft was wrong
9ran
7unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ZijiangY1116/MoNo. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

FasterSinkhornRouter ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · d4d2e3c796705330 · report
MONOAttentionBlock ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · f6a7146a16c75597 · report
MONOLatentStack ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · dd5ed7cfd1fe8c3c · report
MONOMLP ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology ran · metamorphic tier: invariant Apache-2.0 (permissive) · 84eb0ed48136b5fb · report
MONORowNormalizedLinear ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology ran · metamorphic tier: invariant Apache-2.0 (permissive) · 354e43b346c9f5e4 · report
MONOSelfAttention ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · d8db85837f8d35c5 · report
TimeProjector ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · a58b0c7175fd1107 · report
_num_warps ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · df26f6fd01f5074c · report
faster_sinkhorn ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology ran Apache-2.0 (permissive) · 53551df2ff1a0807 · report
sinkhorn_reference ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology ran Apache-2.0 (permissive) · 52a5326a185d2f2e · report
timestep_embedding ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · dd00f566fa6273b0 · report
CoTAP ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d0d18d797125c749 · report
MONO ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 21e1084161c31d72 · report
MONOInitialProjectorEMA ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7fd66c5975318dde · report
MONOMultiLevelStage ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 034ca02d01b82807 · report
_FasterSinkhornFunction ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fd32a7d4006bd8b5 · report
_sinkhorn_triton_backward ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology unverified Apache-2.0 (permissive) · eab2c0f5ac14deb5 · report
_sinkhorn_triton_forward ZijiangY1116/MoNo/utils/models/mono.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d6db6c174a3a6e5c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.09764, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections