Papers › DRIFT-Net: A Spectral--Coupled Neural Operator for PDEs Learning

DRIFT-Net: A Spectral--Coupled Neural Operator for PDEs Learning

29 Sep 2025ICLRarXiv:2509.24868added by Syntology

Jiayi Li, Flora D. Salim

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

Learning PDE dynamics with neural solvers can significantly improve wall-clock efficiency and accuracy compared with classical numerical solvers. In recent years, foundation models for PDEs have largely adopted multi-scale windowed self-attention, with the scOT backbone in Poseidon serving as a representative example. However, because of their locality, truly globally consistent spectral coupling can only be propagated gradually through deep stacking and window shifting. This weakens global coupling and leads to error accumulation and drift during closed-loop rollouts. To address this, we propose DRIFT-Net. It employs a dual-branch design comprising a spectral branch and an image branch. The spectral branch is responsible for capturing global, large-scale low-frequency information, whereas the image branch focuses on local details and nonstationary structures. Specifically, we first perform controlled, lightweight mixing within the low-frequency range. Then we fuse the spectral and image paths at each layer via bandwise weighting, which avoids the width inflation and training instability caused by naive concatenation. The fused result is transformed back into the spatial domain and added to the image branch, thereby preserving both global structure and high-frequency details across scales. Compared with strong attention-based baselines, DRIFT-Net achieves lower error and higher throughput with fewer parameters under identical training settings and budget. On Navier--Stokes benchmarks, the relative L₁ error is reduced by 7\%--54\%, the parameter count decreases by about 15\%, and the throughput remains higher than scOT. Ablation studies and theoretical analyses further demonstrate the stability and effectiveness of this design. The code is available at https://github.com/cruiseresearchgroup/DRIFT-Net.

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="2509.24868")

Code

Syntology Ran 12 of 17 code samples harvested from 2 repositories linked to this paper; 5 have no recorded run. Of those that ran: 12 ran with no contract checked.

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

camlab-ethz/poseidon found in paper text by Syntology report
ashiq24/UNO found in paper text by SyntologyBSD-2-Clause 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

17 samples harvested; 12 ran; 0 honoured the contract we drafted; 5 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.

12ran
5unverified

Licence: 16 of the 17 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

ConditionalLayerNorm camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology ran no licence file found · pointer only · 09044330f34201f0 · report
ConvNeXtBlock camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology ran no licence file found · pointer only · e986a6be79277f9f · report
LayerNorm camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 4c877fd0479ab660 · report
ResNetBlock camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology ran no licence file found · pointer only · 8628adef554d5f6c · report
ScOTEmbeddings camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · a2f781d6e7d8fab2 · report
ScOTLayer camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology ran no licence file found · pointer only · c1c2fd5b2b481b7e · report
ScOTOutput camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology ran no licence file found · pointer only · 2d2d908ebaad0342 · report
ScOTPatchEmbeddings camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 1899ef0b2271c9fa · report
ScOTPatchMerging camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology ran no licence file found · pointer only · 4186cc8c008dfbb1 · report
ScOTPatchRecovery camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology ran no licence file found · pointer only · c4493d951b873149 · report
ScOTPatchUnmerging camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology ran no licence file found · pointer only · d808160c0cf58ace · report
SpectralConv1d_Uno ashiq24/UNO/integral_operators.py found in paper text by Syntology ran fingerprinted BSD-2-Clause (permissive) · 4c546cdfd4187fed · report
ScOT camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology unverified no licence file found · pointer only · 31119ec3700bb45b · report
ScOTDecodeStage camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology unverified no licence file found · pointer only · aa4152c612d925a5 · report
ScOTDecoder camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology unverified no licence file found · pointer only · 9e771f2e43b2d451 · report
ScOTEncodeStage camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology unverified no licence file found · pointer only · 668539a6b63eddb3 · report
ScOTEncoder camlab-ethz/poseidon/scOT/model.py found in paper text by Syntology unverified no licence file found · pointer only · ad710e7a5980e0bc · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2509.24868, was issued in September 2025, 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