Papers › When PINNs Go Wrong: Pseudo-Time Stepping Against Spurious Solutions

When PINNs Go Wrong: Pseudo-Time Stepping Against Spurious Solutions

26 Apr 2026arXiv:2604.23528added by Syntology

Sifan Wang, Shawn Koohy, Yiping Lu, Paris Perdikaris

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

Physics-informed neural networks (PINNs) provide a promising machine learning framework for solving partial differential equations, but their training often breaks down on challenging problems, sometimes converging to physically incorrect solutions despite achieving small residual losses. This failure, we argue, is not merely an optimization difficulty. Rather, it reflects a fundamental weakness of the empirical PDE residual loss, which can admit trivial or spurious solutions during training. From this perspective, we revisit pseudo-time stepping, a technique that has recently shown strong empirical success in PINNs. We show that its main benefit is not simply to ease optimization; instead, when combined with collocation-point resampling, it helps reveal and avoid spurious solutions. At the same time, we find that the effectiveness of pseudo-time stepping depends critically on the choice of step size, which cannot be tuned reliably from the training loss alone. To overcome this limitation, we propose an adaptive pseudo-time stepping strategy that selects the step size from a finite-difference surrogate of the local residual Jacobian, yielding the largest step permitted by local stability without per-problem tuning. Across a diverse set of PDE benchmarks, the proposed method consistently improves both accuracy and robustness. Together, these findings provide a clearer understanding of why PINNs fail and suggest a practical pathway toward more reliable physics-informed learning. All code and data accompanying this manuscript are available at https://github.com/sifanexisted/jaxpi2.

PaperPDFCode Syntology ran

In Syntology 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="2604.23528")

Code

Syntology Ran 10 of 16 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 6 ran · our draft was wrong; 2 ran with no contract checked.

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

sifanexisted/jaxpi2 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

16 samples harvested; 10 ran; 1 honoured the contract we drafted; 6 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 · violated contract
6ran · our draft was wrong
2ran
6unverified

Licence: 0 of the 16 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 sifanexisted/jaxpi2. “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.

BaseEvaluator sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology ran Apache-2.0 (permissive) · 14f01915ba3c0621 · report
TrainState sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology ran Apache-2.0 (permissive) · f1d6af4bda1df3f7 · report
create_checkpoint_manager sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 00023de4a55b69b7 · report
create_update_scheduler sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 22a2d0bbeb74e22e · report
get_ckpt_path sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 073e3f43d5de988a · report
get_log_keys sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · c1aab4bce1f4d5a6 · report
has_checkpoint_steps sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · 006a4f6dda844d88 · report
latest_time_window sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · c69d7776398b783d · report
restore_checkpoint sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · e43a2c1479d4d91f · report
sample_batches sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · be1dc9f7b78a41b1 · report
Logger sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4c0c5f40e0b4b0c0 · report
_ensure_wandb sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 449355665289a39a · report
create_train_state sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3c09bc251881239f · report
save_checkpoint sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology unverified Apache-2.0 (permissive) · def1f0e6fabc5bbd · report
train_loop sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9ef8548ae633ca26 · report
train_time_windows sifanexisted/jaxpi2/jaxpi/training.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9ff3bfc3fca8a5f1 · report

Results from the paper

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