Papers › Sharp Spectral Rates for Koopman Operator Learning

Sharp Spectral Rates for Koopman Operator Learning

3 Feb 2023NeurIPS 2023 11arXiv:2302.02004archive 2025-07-28

Nonlinear dynamical systems can be handily described by the associated Koopman operator, whose action evolves every observable of the system forward in time. Learning the Koopman operator and its spectral decomposition from data is enabled by a number of algorithms. In this work we present for the first time non-asymptotic learning bounds for the Koopman eigenvalues and eigenfunctions. We focus on time-reversal-invariant stochastic dynamical systems, including the important example of Langevin dynamics. We analyze two popular estimators: Extended Dynamic Mode Decomposition (EDMD) and Reduced Rank Regression (RRR). Our results critically hinge on novel {minimax} estimation bounds for the operator norm error, that may be of independent interest. Our spectral learning bounds are driven by the simultaneous control of the operator norm error and a novel metric distortion functional of the estimated eigenfunctions. The bounds indicates that both EDMD and RRR have similar variance, but EDMD suffers from a larger bias which might be detrimental to its learning rate. Our results shed new light on the emergence of spurious eigenvalues, an issue which is well known empirically. Numerical experiments illustrate the implications of the bounds in practice.

PaperPDFConference PDFCodeCode 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="2302.02004")

Code

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

By repository: official repository: 16 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.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

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 Machine-Learning-Dynamical-Systems/kooplearn. “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.

assemble_operators_1d Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/datasets/_overdamped_langevin_generator.py official repository unverified MIT (permissive) · c2199443c77a8fa1 · report
assemble_operators_2d Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/datasets/_overdamped_langevin_generator.py official repository unverified MIT (permissive) · 3108d99f4689babb · report
build_cosine_basis_1d Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/datasets/_overdamped_langevin_generator.py official repository unverified MIT (permissive) · 68ad10e8ef37d022 · report
compute_transition_matrix Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/datasets/_logistic_map.py official repository unverified MIT (permissive) · fad015dcf69a86cf · report
covariance Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/_linalg.py official repository unverified MIT (permissive) · 29532cdf3f0299d4 · report
directed_hausdorff_distance Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/metrics.py official repository unverified MIT (permissive) · fc5e0c22ee0c97e4 · report
find_complex_conjugates Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/_utils.py official repository unverified MIT (permissive) · 21ca10017842e559 · report
fuzzy_parse_complex Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/_utils.py official repository unverified MIT (permissive) · 9e63dcf31d16723c · report
logistic_map Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/datasets/_logistic_map.py official repository unverified MIT (permissive) · 144f7c9df1753a93 · report
make_duffing Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/datasets/_samples_generator.py official repository unverified MIT (permissive) · 7e5917ad9b7d91d6 · report
make_linear_system Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/datasets/_samples_generator.py official repository unverified MIT (permissive) · eb5b8263066395a5 · report
make_lorenz63 Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/datasets/_samples_generator.py official repository unverified MIT (permissive) · b59e7e8dc93e917e · report
noise_features Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/datasets/_logistic_map.py official repository unverified MIT (permissive) · 38721ec99a7c41f6 · report
spd_neg_pow Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/_linalg.py official repository unverified MIT (permissive) · a92bd87a7d27826d · report
stable_topk Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/_utils.py official repository unverified MIT (permissive) · fc4666aeadf8fcdb · report
weighted_norm Machine-Learning-Dynamical-Systems/kooplearn/src/kooplearn/_linalg.py official repository unverified MIT (permissive) · bd99f93761bae48d · report

Tasks

Operator learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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