Papers › Learning Heat-based Equations in Self-similar variables

Learning Heat-based Equations in Self-similar variables

31 Jan 2026arXiv:2602.00872added by Syntology

Shihao Wang, Qipeng Qian, Jingquan Wang

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

We study solution learning for heat-based equations in self-similar variables (SSV). We develop an SSV training framework compatible with standard neural-operator training. We instantiate this framework on the two-dimensional incompressible Navier-Stokes equations and the one-dimensional viscous Burgers equation, and perform controlled comparisons between models trained in physical coordinates and in the corresponding self-similar coordinates using two simple fully connected architectures (standard multilayer perceptrons and a factorized fully connected network). Across both systems and both architectures, SSV-trained networks consistently deliver substantially more accurate and stable extrapolation beyond the training window and better capture qualitative long-time trends. These results suggest that self-similar coordinates provide a mathematically motivated inductive bias for learning the long-time dynamics of heat-based equations.

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

Code

Syntology Ran 0 of 23 code samples harvested from 1 repository linked to this paper; 23 have no recorded run.

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

Kagami-319/SSV-Learning 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

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

23unverified

Licence: 23 of the 23 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 Kagami-319/SSV-Learning. “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.

box_initial Kagami-319/SSV-Learning/compare_burgers_nets_1d.py found in paper text by Syntology unverified no licence file found · pointer only · abb72ca166d3aea3 · report
box_initial Kagami-319/SSV-Learning/gen_burgers_init.py found in paper text by Syntology unverified no licence file found · pointer only · 30f8ce978d68057b · report
box_initial Kagami-319/SSV-Learning/train_burgers_1d.py found in paper text by Syntology unverified no licence file found · pointer only · 2d10db1b2e357573 · report
build_auto_times Kagami-319/SSV-Learning/gen_burgers_init.py found in paper text by Syntology unverified no licence file found · pointer only · 4e41230729b115ad · report
build_branch_vec Kagami-319/SSV-Learning/train_burgers_1d.py found in paper text by Syntology unverified no licence file found · pointer only · ac28c56d87bb86c7 · report
build_branch_vec_from_x_enc Kagami-319/SSV-Learning/compare_burgers_nets_1d.py found in paper text by Syntology unverified no licence file found · pointer only · 2ae996343c35904e · report
device_select Kagami-319/SSV-Learning/nets.py found in paper text by Syntology unverified no licence file found · pointer only · bfbaeab2934a4f82 · report
load_truth_slice Kagami-319/SSV-Learning/compare_burgers_nets_1d.py found in paper text by Syntology unverified no licence file found · pointer only · defb7b3fdc658087 · report
load_truth_slice Kagami-319/SSV-Learning/compare_burgers_nets_1d_relmse_interval_plot.py found in paper text by Syntology unverified no licence file found · pointer only · 1688ea10fc60c9e5 · report
make_init_field Kagami-319/SSV-Learning/gen_ns_init.py found in paper text by Syntology unverified no licence file found · pointer only · 274a00f2cd429376 · report
make_model Kagami-319/SSV-Learning/nets.py found in paper text by Syntology unverified no licence file found · pointer only · ed8a70790a811e16 · report
mse_at_time Kagami-319/SSV-Learning/compare_surface3d_physical_with_mse.py found in paper text by Syntology unverified no licence file found · pointer only · e05be357ba5d032e · report
mse_at_time Kagami-319/SSV-Learning/compare_surface3d_with_mse_graph.py found in paper text by Syntology unverified no licence file found · pointer only · 8f7466cc04c62b29 · report
mse_over_interval Kagami-319/SSV-Learning/compare_surface3d_physical_with_mse.py found in paper text by Syntology unverified no licence file found · pointer only · 55b1a1cbc42a3de4 · report
mse_over_interval Kagami-319/SSV-Learning/compare_surface3d_with_mse_graph.py found in paper text by Syntology unverified no licence file found · pointer only · a4a27da495fe8144 · report
parse_times_manual Kagami-319/SSV-Learning/gen_burgers_init.py found in paper text by Syntology unverified no licence file found · pointer only · bd2bb1ccbcb54f6f · report
prepare_baseline_on_device Kagami-319/SSV-Learning/train_window_nets.py found in paper text by Syntology unverified no licence file found · pointer only · e229c0a76c9fbb01 · report
sample_batch Kagami-319/SSV-Learning/train_window_nets.py found in paper text by Syntology unverified no licence file found · pointer only · 0af19b5e13a0e111 · report
sample_truth_gpu Kagami-319/SSV-Learning/train_window_nets.py found in paper text by Syntology unverified no licence file found · pointer only · 86b4653389adceaa · report
sample_truth_xy Kagami-319/SSV-Learning/compare_surface3d_physical.py found in paper text by Syntology unverified no licence file found · pointer only · 81e481717b28111c · report
sample_truth_xy Kagami-319/SSV-Learning/compare_surface3d_physical_with_mse.py found in paper text by Syntology unverified no licence file found · pointer only · a36de2246f419ec6 · report
simulate_vorticity Kagami-319/SSV-Learning/gen_ns_init.py found in paper text by Syntology unverified no licence file found · pointer only · c3b9a3814048f6f2 · report
train_one Kagami-319/SSV-Learning/train_burgers_1d.py found in paper text by Syntology unverified no licence file found · pointer only · cd298379cb471064 · report

Results from the paper

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