Papers › Towards Self-Supervised Foundation Models for Critical Care Time Series

Towards Self-Supervised Foundation Models for Critical Care Time Series

24 Sep 2025NeurIPSarXiv:2509.19885added by Syntology

Katja Naasunnguaq Jagd, Rachael DeVries, Ole Winther

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

Domain-specific foundation models for healthcare have expanded rapidly in recent years, yet foundation models for critical care time series remain relatively underexplored due to the limited size and availability of datasets. In this work, we introduce an early-stage pre-trained foundation model for critical care time-series based on the Bi-Axial Transformer (BAT), trained on pooled electronic health record datasets. We demonstrate effective transfer learning by fine-tuning the model on a dataset distinct from the training sources for mortality prediction, where it outperforms supervised baselines, particularly for small datasets (<5,000). These contributions highlight the potential of self-supervised foundation models for critical care times series to support generalizable and robust clinical applications in resource-limited settings.

PaperPDFCode 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="2509.19885")

Code

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

By repository: found in paper text by Syntology: 24 samples from 2 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.

Katja-Jagd/YAIB found in paper text by SyntologyMIT report
rvandewater/YAIB found in paper text by SyntologyMIT 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

24 samples harvested; 3 ran; 0 honoured the contract we drafted; 21 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
21unverified

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

swish rvandewater/YAIB/icu_benchmarks/imputation/diffwave.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 0f786c407fb1ee4c · report
Conv1d_with_init rvandewater/YAIB/icu_benchmarks/imputation/csdi.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 7340b482ffe44836 · report
get_torch_trans rvandewater/YAIB/icu_benchmarks/imputation/csdi.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · e706793d7d22ae44 · report
BO_mask rvandewater/YAIB/icu_benchmarks/imputation/amputations.py found in paper text by Syntology unverified MIT (permissive) · 6e037d50ada32ff6 · report
MAR_logistic_mask rvandewater/YAIB/icu_benchmarks/imputation/amputations.py found in paper text by Syntology unverified MIT (permissive) · 23a54dd969a6cc4e · report
MCAR_mask rvandewater/YAIB/icu_benchmarks/imputation/amputations.py found in paper text by Syntology unverified MIT (permissive) · c9b8608abd0c8fda · report
accuracy rvandewater/YAIB/icu_benchmarks/models/custom_metrics.py found in paper text by Syntology unverified MIT (permissive) · 913d82af53065418 · report
apply_wandb_sweep rvandewater/YAIB/icu_benchmarks/wandb_utils.py found in paper text by Syntology unverified MIT (permissive) · 0741c6a2d1c22012 · report
calc_diffusion_hyperparams rvandewater/YAIB/icu_benchmarks/imputation/diffwave.py found in paper text by Syntology unverified MIT (permissive) · 38373950dd739e60 · report
calc_diffusion_step_embedding rvandewater/YAIB/icu_benchmarks/imputation/diffwave.py found in paper text by Syntology unverified MIT (permissive) · 5e384ebd2c7aa5ca · report
confusion_matrix rvandewater/YAIB/icu_benchmarks/models/custom_metrics.py found in paper text by Syntology unverified MIT (permissive) · 92336a4643e58418 · report
create_optimizer rvandewater/YAIB/icu_benchmarks/models/utils.py found in paper text by Syntology unverified MIT (permissive) · 24a54df4893018f7 · report
create_run_dir rvandewater/YAIB/icu_benchmarks/run_utils.py found in paper text by Syntology unverified MIT (permissive) · a5e1412c8a01d50a · report
create_scheduler rvandewater/YAIB/icu_benchmarks/models/utils.py found in paper text by Syntology unverified MIT (permissive) · 270211d5760b3ffc · report
derive_obs_mask_from_sensor_mask Katja-Jagd/YAIB/icu_benchmarks/fine_tuning_classification_per_timestep.py found in paper text by Syntology unverified MIT (permissive) · 990c19c698666ac3 · report
eval_constant_predictor Katja-Jagd/YAIB/icu_benchmarks/fine_tuning_regression_per_timestep.py found in paper text by Syntology unverified MIT (permissive) · 3141c06763955c96 · report
fmt Katja-Jagd/YAIB/finetuning_results/pretrained_BAT/summarize_results.py found in paper text by Syntology unverified MIT (permissive) · ff33ca62f52a82c6 · report
get_config_files rvandewater/YAIB/icu_benchmarks/run_utils.py found in paper text by Syntology unverified MIT (permissive) · 20a234617c6040ca · report
load_pretrained_imputation_model rvandewater/YAIB/icu_benchmarks/run_utils.py found in paper text by Syntology unverified MIT (permissive) · c3894948f22f015a · report
load_subset Katja-Jagd/YAIB/icu_benchmarks/fine_tuning_utils.py found in paper text by Syntology unverified MIT (permissive) · 8b5606c569acf0f3 · report
load_subset_as_data_dict Katja-Jagd/YAIB/icu_benchmarks/fine_tuning_utils.py found in paper text by Syntology unverified MIT (permissive) · 70accb30753b78c5 · report
maybe_extract_obs_mask Katja-Jagd/YAIB/icu_benchmarks/fine_tuning_classification_per_timestep.py found in paper text by Syntology unverified MIT (permissive) · 99e5e558884ea88c · report
parse_log_file Katja-Jagd/YAIB/finetuning_results/extract_results_out_file.py found in paper text by Syntology unverified MIT (permissive) · 71f1f25db46d6880 · report
state_dict_transfer_report Katja-Jagd/YAIB/icu_benchmarks/fine_tuning_regression_per_timestep.py found in paper text by Syntology unverified MIT (permissive) · 0c1ba10d581571e0 · report

Results from the paper

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