Papers › Yet Another ICU Benchmark: A Flexible Multi-Center Framework for Clinical ML

Yet Another ICU Benchmark: A Flexible Multi-Center Framework for Clinical ML

8 Jun 2023arXiv:2306.05109archive 2025-07-28

Robin van de Water, Hendrik Schmidt, Paul Elbers, Patrick Thoral, Bert Arnrich, Patrick Rockenschaub

Medical applications of machine learning (ML) have experienced a surge in popularity in recent years. The intensive care unit (ICU) is a natural habitat for ML given the abundance of available data from electronic health records. Models have been proposed to address numerous ICU prediction tasks like the early detection of complications. While authors frequently report state-of-the-art performance, it is challenging to verify claims of superiority. Datasets and code are not always published, and cohort definitions, preprocessing pipelines, and training setups are difficult to reproduce. This work introduces Yet Another ICU Benchmark (YAIB), a modular framework that allows researchers to define reproducible and comparable clinical ML experiments; we offer an end-to-end solution from cohort definition to model evaluation. The framework natively supports most open-access ICU datasets (MIMIC III/IV, eICU, HiRID, AUMCdb) and is easily adaptable to future ICU datasets. Combined with a transparent preprocessing pipeline and extensible training code for multiple ML and deep learning models, YAIB enables unified model development. Our benchmark comes with five predefined established prediction tasks (mortality, acute kidney injury, sepsis, kidney function, and length of stay) developed in collaboration with clinicians. Adding further tasks is straightforward by design. Using YAIB, we demonstrate that the choice of dataset, cohort definition, and preprocessing have a major impact on the prediction performance - often more so than model class - indicating an urgent need for YAIB as a holistic benchmarking tool. We provide our work to the clinical ML community to accelerate method development and enable real-world clinical implementations. Software Repository: https://github.com/rvandewater/YAIB.

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

Code

Syntology Ran 3 of 25 code samples harvested from 3 repositories linked to this paper; 22 have no recorded run. Of those that ran: 3 ran · our draft was wrong.

By repository: official repository: 25 samples from 3 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

rvandewater/recipys officialmentioned in papermentioned on GitHubMIT report
rvandewater/yaib officialmentioned in papermentioned on GitHubpytorchMIT report
rvandewater/yaib-cohorts officialmentioned in papermentioned on GitHubMIT report
rvandewater/yaib-models officialmentioned in papermentioned on GitHubMIT 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

25 samples harvested; 3 ran; 0 honoured the contract we drafted; 22 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 · our draft was wrong
22unverified

Licence: 0 of the 25 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 3 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.

swish rvandewater/yaib/icu_benchmarks/imputation/diffwave.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 0f786c407fb1ee4c · report
Conv1d_with_init rvandewater/yaib/icu_benchmarks/imputation/csdi.py official repository ran · our draft was wrong MIT (permissive) · 7340b482ffe44836 · report
get_torch_trans rvandewater/yaib/icu_benchmarks/imputation/csdi.py official repository ran · our draft was wrong MIT (permissive) · e706793d7d22ae44 · report
BO_mask rvandewater/yaib/icu_benchmarks/imputation/amputations.py official repository unverified MIT (permissive) · 6e037d50ada32ff6 · report
MAR_logistic_mask rvandewater/yaib/icu_benchmarks/imputation/amputations.py official repository unverified MIT (permissive) · 23a54dd969a6cc4e · report
MCAR_mask rvandewater/yaib/icu_benchmarks/imputation/amputations.py official repository unverified MIT (permissive) · c9b8608abd0c8fda · report
accuracy rvandewater/yaib/icu_benchmarks/models/custom_metrics.py official repository unverified MIT (permissive) · 913d82af53065418 · report
apply_wandb_sweep rvandewater/yaib/icu_benchmarks/wandb_utils.py official repository unverified MIT (permissive) · 0741c6a2d1c22012 · report
calc_diffusion_hyperparams rvandewater/yaib/icu_benchmarks/imputation/diffwave.py official repository unverified MIT (permissive) · 38373950dd739e60 · report
calc_diffusion_step_embedding rvandewater/yaib/icu_benchmarks/imputation/diffwave.py official repository unverified MIT (permissive) · 5e384ebd2c7aa5ca · report
confusion_matrix rvandewater/yaib/icu_benchmarks/models/custom_metrics.py official repository unverified MIT (permissive) · 92336a4643e58418 · report
create_optimizer rvandewater/yaib/icu_benchmarks/models/utils.py official repository unverified MIT (permissive) · 24a54df4893018f7 · report
create_run_dir rvandewater/yaib/icu_benchmarks/run_utils.py official repository unverified MIT (permissive) · a5e1412c8a01d50a · report
create_scheduler rvandewater/yaib/icu_benchmarks/models/utils.py official repository unverified MIT (permissive) · 270211d5760b3ffc · report
enlist_dt rvandewater/recipys/src/recipies/selector.py official repository unverified MIT (permissive) · 8e82af6cb2d87a0a · report
enlist_str rvandewater/recipys/src/recipies/selector.py official repository unverified MIT (permissive) · 0dbb1b92243bed71 · report
generate_generic_datetime_data rvandewater/recipys/benchmarking/generate_data.py official repository unverified MIT (permissive) · 2482794f8f0230bc · report
generate_icu_data rvandewater/recipys/benchmarking/generate_data.py official repository unverified MIT (permissive) · 4a029ddd637df2c4 · report
get_config_files rvandewater/yaib/icu_benchmarks/run_utils.py official repository unverified MIT (permissive) · 20a234617c6040ca · report
intersection rvandewater/recipys/src/recipies/selector.py official repository unverified MIT (permissive) · aaf9a507a8257e69 · report
load_pretrained_imputation_model rvandewater/yaib/icu_benchmarks/run_utils.py official repository unverified MIT (permissive) · c3894948f22f015a · report
make_grid_mapper rvandewater/yaib-cohorts/Python/src/ricu_utils.py official repository unverified MIT (permissive) · 3807bbd470276d2b · report
make_patient_mapper rvandewater/yaib-cohorts/Python/src/ricu_utils.py official repository unverified MIT (permissive) · 3ba0466f618bc25e · report
make_train_test rvandewater/yaib-cohorts/Python/utils.py official repository unverified MIT (permissive) · fe67bfaddfb0cd3f · report
stop_window_at rvandewater/yaib-cohorts/Python/src/ricu_utils.py official repository unverified MIT (permissive) · c176141a276face1 · report

Tasks

BenchmarkingKidney Function

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