Papers › Physics-informed reduced-order modelling with equivariant spectral submanifolds

Physics-informed reduced-order modelling with equivariant spectral submanifolds

4 Aug 2026arXiv:2608.04239added by Syntology

Georg Maierhofer

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

Spectral submanifold (SSM) reduction has emerged as a mathematically principled route to reliable nonlinear reduced-order models, capturing dynamics beyond the reach of linear techniques such as Dynamic Mode Decomposition (DMD). The computation of SSMs, however, remains computationally expensive, particularly for high-dimensional systems. In this work, we introduce equivariant spectral submanifold (eSSM) reduction, a novel extension of the SSM framework that explicitly incorporates symmetries of the full-order model into the reduction process. We establish the mathematical foundations of this approach by showing that SSMs are naturally equivariant submanifolds and that the associated charts and reduced dynamics inherit the appropriate induced group actions. Building on this framework, we develop a novel equivariant SSM reduction algorithm that exploits these symmetries to achieve substantially faster computations while also improving model robustness. We demonstrate the advantages of this approach on several benchmark problems including a test from the Common Task Framework for Science.

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

Code

Syntology Ran 18 of 23 code samples harvested from 2 repositories linked to this paper; 5 have no recorded run. Of those that ran: 3 ran · honoured contract; 5 ran · our draft was wrong; 6 ran · fixture could not drive it; 4 ran with no contract checked.

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

GeorgAUT/eSSM found in paper text by Syntology report
haller-group/SSMLearn found in paper text by SyntologyAGPL-3.0 report
haller-group/SSMLearnPy found in paper text by SyntologyGPL-3.0 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; 18 ran; 3 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.

3ran · honoured contract
5ran · our draft was wrong
6ran · fixture could not drive it
4ran
5unverified

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 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.

NormalForm haller-group/SSMLearnPy/ssmlearnpy/reduced_dynamics/normalform.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · d975f333dc9cd3f0 · report
_exponent_blocks GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran · our draft was wrong fingerprinted AGPL-3.0 (copyleft) · pointer only · 670e1fb0cc69ad63 · report
_poly_mul GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran · our draft was wrong AGPL-3.0 (copyleft) · pointer only · 1014b99019b23faf · report
_weak_compositions GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran · our draft was wrong AGPL-3.0 (copyleft) · pointer only · 84bc6b3388d26ba4 · report
as_snapshot_segments GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran · honoured contract fingerprinted AGPL-3.0 (copyleft) · pointer only · deeff619eb1a6530 · report
average_degenerate_singular_values GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran · fixture could not drive it fingerprinted AGPL-3.0 (copyleft) · pointer only · 3796d94eedb019db · report
diagonalize_linear_part haller-group/SSMLearnPy/ssmlearnpy/reduced_dynamics/normalform.py found in paper text by Syntology ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · 8c68d0e7341c883c · report
equivariance_gram_matrix GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran · fixture could not drive it AGPL-3.0 (copyleft) · pointer only · 928332978cded8bc · report
equivariant_truncated_svd GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 7b242bdc4d34fb40 · report
equivariant_truncated_svd_dense GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran · fixture could not drive it AGPL-3.0 (copyleft) · pointer only · eda1e30024e14284 · report
equivariant_truncated_svd_matrix_free GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran · fixture could not drive it AGPL-3.0 (copyleft) · pointer only · cb2239967fc4b6f6 · report
eval_monomials GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran · honoured contract fingerprinted AGPL-3.0 (copyleft) · pointer only · 5474ed4da0a0236d · report
generate_exponents haller-group/SSMLearnPy/ssmlearnpy/reduced_dynamics/normalform.py found in paper text by Syntology ran · honoured contract fingerprinted GPL-3.0 (copyleft) · pointer only · e142744ab11c2797 · report
induced_monomial_action GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran · fixture could not drive it AGPL-3.0 (copyleft) · pointer only · 39936453b021aee1 · report
make_constrained_objective GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 80a75d09a90fa122 · report
make_orthonormality_constraint GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran · our draft was wrong fingerprinted AGPL-3.0 (copyleft) · pointer only · c438888a3c1044c9 · report
multivariate_polynomial GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 8a4236b05d776012 · report
whitened_coords GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology ran · fixture could not drive it AGPL-3.0 (copyleft) · pointer only · c36d35d1d94dbfa3 · report
SSMFit GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 90203524f9ee4c4e · report
coeffs_to_W_blocks GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 5838744671991213 · report
eSSM_manifold_fit GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 343bac7171dc635e · report
equivariant_nullspace_blocks GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · d9fe67c57e1ff1ea · report
gauss_newton_preconditioner GeorgAUT/eSSM/src/eSSM/manifold_fit.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · d79e7ed831ceb7bf · report

Results from the paper

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