Papers › CODES: Benchmarking Coupled ODE Surrogates

CODES: Benchmarking Coupled ODE Surrogates

28 Oct 2024arXiv:2410.20886archive 2025-07-28

Robin Janssen, Immanuel Sulzer, Tobias Buck

We introduce CODES, a benchmark for comprehensive evaluation of surrogate architectures for coupled ODE systems. Besides standard metrics like mean squared error (MSE) and inference time, CODES provides insights into surrogate behaviour across multiple dimensions like interpolation, extrapolation, sparse data, uncertainty quantification and gradient correlation. The benchmark emphasizes usability through features such as integrated parallel training, a web-based configuration generator, and pre-implemented baseline models and datasets. Extensive documentation ensures sustainability and provides the foundation for collaborative improvement. By offering a fair and multi-faceted comparison, CODES helps researchers select the most suitable surrogate for their specific dataset and application while deepening our understanding of surrogate learning behaviour.

PaperPDFCodeCode 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="2410.20886")

Code

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

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

robin-janssen/codes-benchmark officialmentioned in papermentioned on GitHubpytorchGPL-3.0 report

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

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

19unverified

Licence: 19 of the 19 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 robin-janssen/codes-benchmark. “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.

count_trainable_parameters robin-janssen/codes-benchmark/codes/benchmark/bench_utils.py official repository unverified GPL-3.0 (copyleft) · pointer only · 591e9527a852cced · report
create_date_based_directory robin-janssen/codes-benchmark/codes/surrogates/DeepONet/don_utils.py official repository unverified GPL-3.0 (copyleft) · pointer only · a34fcbdfece17d8a · report
custom_collate_fn robin-janssen/codes-benchmark/codes/surrogates/DeepONet/don_utils.py official repository unverified GPL-3.0 (copyleft) · pointer only · 83a585d179e6daaa · report
evaluate_accuracy robin-janssen/codes-benchmark/codes/benchmark/bench_fcts.py official repository unverified GPL-3.0 (copyleft) · pointer only · 51fd95db84bf43ef · report
evaluate_iterative_predictions robin-janssen/codes-benchmark/codes/benchmark/bench_fcts.py official repository unverified GPL-3.0 (copyleft) · pointer only · c459e7c78826be69 · report
format_surrogate_title robin-janssen/codes-benchmark/codes/tune/evaluate_tuning.py official repository unverified GPL-3.0 (copyleft) · pointer only · 2031566e580954ac · report
get_required_models_list robin-janssen/codes-benchmark/codes/benchmark/bench_utils.py official repository unverified GPL-3.0 (copyleft) · pointer only · f7c8766576b5495b · report
load_model robin-janssen/codes-benchmark/codes/benchmark/bench_utils.py official repository unverified GPL-3.0 (copyleft) · pointer only · d7822d4415369a7a · report
load_model_test_losses robin-janssen/codes-benchmark/codes/tune/evaluate_study.py official repository unverified GPL-3.0 (copyleft) · pointer only · f9aad6ad4aa22c0e · report
load_study_config robin-janssen/codes-benchmark/codes/tune/evaluate_study.py official repository unverified GPL-3.0 (copyleft) · pointer only · 925863542fe26017 · report
load_yaml_config robin-janssen/codes-benchmark/codes/tune/optuna_fcts.py official repository unverified GPL-3.0 (copyleft) · pointer only · 0ac6a39f5df77fc9 · report
make_optuna_params robin-janssen/codes-benchmark/codes/tune/optuna_fcts.py official repository unverified GPL-3.0 (copyleft) · pointer only · 6bc60080cebd79b0 · report
mass_conservation_loss robin-janssen/codes-benchmark/codes/surrogates/DeepONet/train_utils.py official repository unverified GPL-3.0 (copyleft) · pointer only · 54c10723342c2d45 · report
moving_average robin-janssen/codes-benchmark/codes/tune/evaluate_study.py official repository unverified GPL-3.0 (copyleft) · pointer only · 264301fb71e3aa32 · report
pareto_front robin-janssen/codes-benchmark/codes/tune/evaluate_tuning.py official repository unverified GPL-3.0 (copyleft) · pointer only · 7e5cdee9c479cfc4 · report
pareto_front_mask robin-janssen/codes-benchmark/codes/tune/evaluate_tuning.py official repository unverified GPL-3.0 (copyleft) · pointer only · f3a3e2b73a897220 · report
plot_uncertainty_confidence robin-janssen/codes-benchmark/codes/benchmark/bench_plots.py official repository unverified GPL-3.0 (copyleft) · pointer only · c5228e11ce7bb0e2 · report
read_yaml_config robin-janssen/codes-benchmark/codes/surrogates/DeepONet/don_utils.py official repository unverified GPL-3.0 (copyleft) · pointer only · 8905b8c7d4a32557 · report
save_plot_counter robin-janssen/codes-benchmark/codes/benchmark/bench_plots.py official repository unverified GPL-3.0 (copyleft) · pointer only · c278168ce500d833 · report

Tasks

BenchmarkingUncertainty Quantification

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