Pith. sign in

REVIEW 5 major objections 5 minor 60 references

Towards Foundation Models for Critical Care Time Series

T0 review · 5 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read This paper introduces the largest harmonized critical care time series dataset to date—about 600,000 stays from nine ICU and emergency department databases on three continents—and benchmarks how well machine learning models transfer…

desk verdict Solid harmonization-and-benchmark work with an overclaim and an unvalidated core assumption; worth reviewing, not worth citing yet. read the letter →

arxiv 2411.16346 v1 pith:45QHOTKF submitted 2024-11-25 cs.LG stat.ML

classification cs.LGstat.ML
keywords criticalcaretimeseriesdatasetharmonizationtreatmentvariablestransferlearningearlyeventpredictionfoundationmodelsmulti-centerICUdataelectronichealthrecords
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper aims to lay the groundwork for foundation models on critical care time series by assembling a single harmonized dataset from nine publicly available ICU and emergency department databases, spanning the USA, Europe, and China and containing roughly 600,000 patient stays and close to one billion extracted data points. It claims this is the first such collection to harmonize core treatment variables rather than only vital signs and lab values, to include both ICU and ED data, and to incorporate Asian data alongside North American and European data. On top of the dataset, the authors build a transfer learning benchmark for early event prediction of circulatory, respiratory, and kidney failure and decompensation, covering in-distribution, held-out-hospital, and fine-tuning settings. A sympathetic reading is that, if the harmonization preserves clinical meaning across sites, the collection gives the field a reusable resource for studying distribution shift and for pretraining models that smaller hospitals can fine-tune.

What carries the argument

The central object is the harmonized concept layer built on the ricu package's data-source-agnostic concept abstraction. A concept is one clinical quantity—heart rate, norepinephrine rate, antibiotic indicator, and so on—that has a source-variable mapping for each underlying database. The paper's extension defines 141 concepts: 6 static demographics, 80 observations, and 55 treatment variables, grouping individual drugs into wider treatment concepts and adding both indicators and, for core medications, administration rates. This layer does the load-bearing work: it turns nine heterogeneous hospital schemas into a common grid, lets models train jointly across sites, and is what makes the transfer benchmark interpretable as transfer of clinical meaning rather than mere format.

What would settle it

Take a core treatment concept such as norepinephrine rate and compare its distribution, its relation to patient physiology, and its association with outcomes across MIMIC-IV, HiRID, SICdb, and UMCdb; if the harmonized rates show systematically different dosing conventions or the same code maps to different actual drugs at different sites, the clinical comparability behind the transfer numbers breaks down.

Watch

Extended reading notes

Core claim

The central claim, on the paper's own terms, is that a sufficiently broad and carefully harmonized multi-center dataset makes cross-hospital transfer for critical care time series viable. The authors construct that dataset by mapping local coding schemes into shared concepts using the ricu abstraction layer, extending it with new observation concepts, treatment variables, and the SICdb, PICdb, Zigong EHR, and MIMIC-IV-ED sources. Treatment harmonization is the novel piece: individual drugs are grouped into abstract concepts such as vasopressors, sedatives, antibiotics, and diuretics, with administration rates recorded for core medications like norepinephrine, epinephrine, and propofol. The benchmark then shows that gradient-boosted trees with hand-extracted features are the strongest predictors, that deep sequence models come within one or two AUROC points, and that supervised pretraining on the other hospitals improves performance on a new hospital for small and medium training-set sizes. The authors do not claim a finished foundation model; they claim the foundation: the dataset, task annotations, and transfer results needed to build one.

Load-bearing premise

The load-bearing premise is that mapping each hospital's local drug and measurement codes into shared clinical concepts preserves what the treatment actually means across hospitals; if a norepinephrine rate in one database is not the same clinical intervention as in another, the transfer benchmark and the harmonization claim are both confounded.

Editorial extensions

If this is right

  • Training on the harmonized collection should become the reference starting point for small- and medium-scale critical care time series studies, since supervised pretraining on the other hospitals outperformed training from scratch on HiRID up to tens of thousands of admissions.
  • The transfer heatmaps supply a quantitative map of which hospital pairs are clinically similar: models transfer well within US/European groups and poorly to Chinese and pediatric datasets, so dataset selection for a new site can be guided by recorded resolution and geography.
  • The treatment concepts, with indicators plus rates for core vasopressors, sedatives, antibiotics, and diuretics, make it possible to study whether and how medication variables affect predictive accuracy, addressing the earlier finding that including them can hurt performance.
  • Because task labels use clinically defined early-event horizons of 8 hours for circulatory failure, 24 hours for decompensation and respiratory failure, and 48 hours for kidney failure, the benchmark gives future foundation-model work standardized endpoints comparable to prior single-center benchmarks.
  • Joint ED-ICU modeling becomes feasible for the first time on harmonized data, potentially leading to a unified prediction model that works regardless of hospital unit.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial extension: the treatment harmonization could be externally validated by comparing norepinephrine rate distributions and their association with blood-pressure changes across hospitals; that would test whether 'norepinephrine' means the same intervention everywhere.
  • Editorial extension: a controlled ablation on the harmonized dataset, training with and without the 55 treatment concepts, would isolate whether treatments help transfer or simply add site-specific confounds, something the current benchmark does not separate.
  • Editorial extension: the tokenized data format opens a natural next experiment in self-supervised pretraining, such as masked event prediction, before fine-tuning on the early-event tasks; the paper provides the data and benchmark but does not run that pretraining.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 5 minor

Summary. This manuscript introduces a harmonized multi-center critical care time-series dataset assembled from nine publicly available ICU and ED sources (MIMIC-III/IV, eICU, UMCdb, HiRID, SICdb, PICdb, Zigong EHR, and MIMIC-IV-ED), totaling roughly 600,000 stays, and reports an extensive benchmark of seven machine learning models on four early-event-prediction tasks. The authors claim the dataset is the largest harmonized critical care time-series collection, the first to harmonize core treatment variables as both indicators and administration rates, the first to combine ICU and ED data, and the first to include data from Asia. They evaluate in-distribution performance, leave-one-dataset-out transfer, and a supervised pretraining/fine-tuning study on HiRID.

Significance. If the claims hold, this would be a valuable community resource: a multi-continent, multi-unit harmonized dataset with treatment variables, plus a transfer benchmark far broader than prior single-center or smaller multi-center efforts. The experimental design is genuinely extensive, with seven models, four tasks, nine datasets, both single- and multi-center training, and a fine-tuning study using three seeds. The observed result that gradient-boosted trees with feature extraction remain competitive with modern deep sequence models, and that supervised pretraining helps for small target cohorts, is useful and credible. However, the central dataset claim is currently unverifiable because no dataset or code is released, and the treatment harmonization that underpins the headline contribution is not audited. The paper is a promising benchmark report, but it is not yet a verifiable dataset contribution.

major comments (5)
  1. [Abstract and Section 3.3] The paper is framed as a dataset contribution, yet it provides no dataset access mechanism, URL, repository, or code release anywhere in the manuscript. Without the harmonized artifacts or a clear procedure for obtaining them, the central claims (largest harmonized dataset, first to harmonize treatment variables, first to include Asia) cannot be checked and the benchmark cannot be reproduced. This is load-bearing for the paper's main contribution and must be addressed, either by releasing the processed data and code or by explicitly stating access conditions and providing a public placeholder/release plan.
  2. [Section 3.2, Tables 6-8] The load-bearing premise of the treatment harmonization is that ricu-based concepts such as norepinephrine rate, propofol rate, and heparin rate are clinically comparable across MIMIC-IV, eICU, HiRID, UMCdb, SICdb, PICdb, and Zigong. The paper gives no audit of drug identification, unit conversion (including weight-based mcg/kg/min to mcg/min conversion in pediatric PICdb), bolus-versus-infusion disambiguation, or time alignment, and no external validation such as dual expert coding, reference-standard comparison, or dose-response sanity checks. If rates are mis-scaled or mis-mapped, the out-of-distribution transfer results in Section 4.3 no longer measure clinical generalization but instead reflect site-specific charting artifacts. The paper needs either a detailed validation appendix for the treatment concepts or a clear statement of which treatment concepts are validated and how.
  3. [Table 7] The Used/Not used/Total columns do not reconcile for any dataset. For example, MIMIC-IV reports 442 used, 292 not used, and 453 total, but 442 + 292 = 734, not 453; the same inconsistency appears in every row, including the Total row (26,143 + 20,943 = 47,086, not 26,264). This table is central evidence for the treatment harmonization claim, and as presented it is internally inconsistent. The authors must clarify what the counts represent and correct the arithmetic.
  4. [Table 2] Several in-distribution multi-center values for SICdb are implausible. For Circulatory 8h, multi-center logistic regression reports 95.7 AUROC while multi-center LightGBM with features reports 91.7 and the best single-center model reports 91.6; for Kidney 48h, multi-center logistic regression reports 93.4 while all other multi-center models are around 89-90. These look like transposed or copied values. Because Tables 2 and 4 are the main benchmark evidence, the authors need to audit all numbers and provide a corrected table, including standard deviations where the text promises them.
  5. [Table 5 and Section 4] Table 5 lists a 0% label prevalence for Zigong on Respiratory 24h and Kidney 48h, yet the paper states in Section 1 that it provides annotations and results on multiple organ failure tasks on the same data. If no positive labels exist for these tasks on Zigong, the absence of Zigong respiratory and kidney rows in Tables 2, 4, 9, and 10 should be explicitly explained; if the 0% entries are errors, they must be corrected. As written, the task coverage claim and the label statistics are in tension.
minor comments (5)
  1. [Table 6] There are several typographical errors in the treatment concept tables (e.g., 'Antibotics' instead of 'Antibiotics', 'Elektrolytes-Mg' instead of 'Electrolytes-Mg', 'teophyllin' instead of 'theophylline') that should be corrected for a dataset reference document.
  2. [Table 8] The concept reference table lists the indicator concepts dobu_ind, levo_ind, norepi_ind, epi_ind, milrin_ind, teophyllin_ind, dopa_ind, adh_ind, hep_ind, prop_ind, benzdia_ind, and loop_diur_ind twice, which makes the table hard to use as a reference.
  3. [Figure 3] Each panel of Figure 3 appears to contain two y-axes with different scales (one around 0.89-0.93 and another around 0.5-0.8), but the axes are not labeled separately in the caption; please clarify which curve uses which scale.
  4. [Section 3.2] The sentence claiming to include 'all ICU datasets that are freely available to the academic community' is immediately qualified by the exclusion of RICD because it is not free access; please rephrase to 'all datasets that are freely available without additional contracts' to avoid the apparent contradiction.
  5. [Table 5] The mean length of stay for MIMIC-IV is reported as 11 days, which is much higher than typical reported values for MIMIC-IV ICU stays (usually several days); please verify this number and the corresponding mean LoS values for other datasets.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: the dataset and benchmark claims rest on held-out evaluations and leave-one-dataset-out transfer, not on recycled fitted quantities.

full rationale

The paper's contributions are a harmonized multi-center dataset and an empirical benchmark. There is no derivation chain in which a predicted quantity is definitionally or statistically identical to an input. The treatment concepts in Section 3.2 and Table 6 were selected by expert opinion and literature importance; that is feature selection, not parameter fitting, and the benchmark labels (Section A.5.1) come from clinical definitions in prior work rather than from model outputs. In-distribution and out-of-distribution results use held-out test sets, and multi-center hold-out models are trained on all datasets except the target, with hyperparameters tuned only on training validation sets. No fitted value is recycled as an evaluation target. Citations to earlier related work by overlapping groups (e.g., HiRID, Hyland et al., Hüser et al.) supply task definitions and baselines but are not used as unverified justifications for the benchmark conclusions, which are computed directly in this paper. The internal inconsistencies in Table 7 and the absence of external validation of drug-rate mappings are data-quality and validation concerns, not circularity. The mild provenance concern that treatment concepts were chosen with knowledge of which variables prior work found important does not force any reported AUROC or transfer result, so no circular step is exhibited.

Assumptions & free parameters 3 free parameters · 3 assumptions · 1 invented entities

The main dataset-level claims rest on choices made by hand: inclusion thresholds, grid resolutions, and the expert-defined concept mappings. The benchmark claims add domain assumptions about label comparability and sufficiency of the hyperparameter budget. No numeric parameter is fitted to data to produce the central claim; model hyperparameters are tuned but not part of the dataset claim.

free parameters (3)
  • Minimum length of stay threshold = 4 hours
    Appendix A.2 sets LoS > 4 hours, broadened from 6 hours in Van De Water et al.; this choice changes the cohort composition and all downstream statistics.
  • Maximum measurement gap = 48 hours
    Appendix A.2 raises the allowed gap from 12 to 48 hours versus prior work, expanding inclusion but mixing very differently sampled stays.
  • Grid resolution per source dataset = 5 or 60 minutes
    Section 3.3 and Table 5 assign 5 minute grids to HiRID, UMCdb, and SICdb and 60 minute grids to others; this hand-chosen design parameter affects multi-resolution training and transfer conclusions.
assumptions (3)
  • domain assumption ricu concept mappings are clinically correct for every source dataset
    Section 3.2 builds harmonization on ricu and expert-defined concepts without external validation against a reference standard.
  • domain assumption Task annotations are comparable across hospitals
    Appendix A.5.1 labels a time step only if the source data provides enough evidence for a failure or stable state; varying documentation practices across hospitals change label prevalence and may bias benchmarks.
  • domain assumption The hyperparameter budget is sufficient for fair model comparison
    Appendix B uses about 12 grid points per model and three seeds; conclusions about small AUROC differences may change with more tuning.
invented entities (1)
  • Abstract treatment concepts (vasopressor and inotrope rates, drug class groups)
    purpose: Unify medication records from different hospitals into comparable variables
    Table 6: These groupings come from expert opinion and literature importance, not from an external ontology or outcome validation; they are not falsifiable outside this paper.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Towards Foundation Models for Critical Care Time Series." pith.science (2026). https://pith.science/paper/45QHOTKF

@misc{pith2026241116346,
  author       = {Pith},
  title        = {Pith review of: Towards Foundation Models for Critical Care Time Series},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/45QHOTKF}},
  note         = {Machine review of arXiv:2411.16346}
}
read the original abstract

Notable progress has been made in generalist medical large language models across various healthcare areas. However, large-scale modeling of in-hospital time series data - such as vital signs, lab results, and treatments in critical care - remains underexplored. Existing datasets are relatively small, but combining them can enhance patient diversity and improve model robustness. To effectively utilize these combined datasets for large-scale modeling, it is essential to address the distribution shifts caused by varying treatment policies, necessitating the harmonization of treatment variables across the different datasets. This work aims to establish a foundation for training large-scale multi-variate time series models on critical care data and to provide a benchmark for machine learning models in transfer learning across hospitals to study and address distribution shift challenges. We introduce a harmonized dataset for sequence modeling and transfer learning research, representing the first large-scale collection to include core treatment variables. Future plans involve expanding this dataset to support further advancements in transfer learning and the development of scalable, generalizable models for critical healthcare applications.

Figures

Figures reproduced from arXiv: 2411.16346 by the authors.

Figure 1
Figure 1. Visualization of harmonized and pro￾cessed data by t-SNE [van der Maaten and Hinton, 2008]. Each point represents a time step [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Single-center transfer performance heatmaps (AUROC). Figure 2a shows separate heatmaps [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. Supervised fine-tuning study performed on HiRID for circulatory failure prediction (Fig [PITH_FULL_IMAGE:figures/full_fig_p009_3.png] view at source ↗
Figures from the paper (2 more)
Figure 4
Figure 4. Figure 4: Single-center transfer performance heatmaps (AUROC). [PITH_FULL_IMAGE:figures/full_fig_p021_4.png]
Figure 5
Figure 5. Figure 5: Supervised fine-tuning study performed on HiRID for respiratory failure (Figures 5b and 5c) [PITH_FULL_IMAGE:figures/full_fig_p022_5.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

60 extracted references · 29 canonical work pages

  1. [1]

    Chronos: Learning the language of time series

    Abdul Fatir Ansari, Lorenzo Stella, Caner Turkmen, Xiyuan Zhang, Pedro Mercado, Huibin Shen, Oleksandr Shchur, Syama Sundar Rangapuram, Sebastian Pineda Arango, Shubham Kapoor, et al. Chronos: Learning the language of time series. arXiv preprint arXiv:2403.07815, 2024

  2. [2]

    Medical event data standard (meds): Facilitating machine learning for health

    Bert Arnrich, Edward Choi, Jason A Fries, Matthew BA McDermott, Jungwoo Oh, Tom J Pollard, Nigam Shah, Ethan Steinberg, Michael Wornow, and Robin van de Water. Medical event data standard (meds): Facilitating machine learning for health. 2024. Accepted as a Workshop Paper at TS4H@ICLR2024

  3. [3]

    o ppel, Markus Spanring, Andreas Auer, Oleksandra Prudnikova, Michael Kopp, G \

    Maximilian Beck, Korbinian P \"o ppel, Markus Spanring, Andreas Auer, Oleksandra Prudnikova, Michael Kopp, G \"u nter Klambauer, Johannes Brandstetter, and Sepp Hochreiter. xlstm: Extended long short-term memory. arXiv preprint arXiv:2405.04517, 2024

  4. [4]

    ricu: R’s interface to intensive care data

    Nicolas Bennett, Drago Ple c ko, Ida-Fong Ukor, Nicolai Meinshausen, and Peter B \"u hlmann. ricu: R’s interface to intensive care data. GigaScience, 12: 0 giad041, 2023

  5. [5]

    Multimodal clinical benchmark for emergency care (mc-bec): A comprehensive benchmark for evaluating foundation models in emergency medicine

    Emma Chen, Aman Kansal, Julie Chen, Boyang Tom Jin, Julia Reisler, David E Kim, and Pranav Rajpurkar. Multimodal clinical benchmark for emergency care (mc-bec): A comprehensive benchmark for evaluating foundation models in emergency medicine. Advances in Neural Information Processing Systems, 36, 2024

  6. [6]

    Meditron-70b: Scaling medical pretraining for large language models, 2023

    Zeming Chen, Alejandro Hernández-Cano, Angelika Romanou, Antoine Bonnet, Kyle Matoba, Francesco Salvi, Matteo Pagliardini, Simin Fan, Andreas Köpf, Amirkeivan Mohtashami, Alexandre Sallinen, Alireza Sakhaeirad, Vinitra Swamy, Igor Krawczuk, Deniz Bayazit, Axel Marmet, Syrielle Montariol, Mary-Anne Hartley, Martin Jaggi, and Antoine Bosselut. Meditron-70b:...

  7. [7]

    Learning phrase representations using RNN encoder-decoder for statistical machine translation

    Kyunghyun Cho, Bart Van Merri \"e nboer, Caglar Gulcehre, Dzmitry Bahdanau, Fethi Bougares, Holger Schwenk, and Yoshua Bengio. Learning phrase representations using RNN encoder-decoder for statistical machine translation. arXiv preprint arXiv:1406.1078, 2014

  8. [8]

    scgpt: toward building a foundation model for single-cell multi-omics using generative ai

    Haotian Cui, Chloe Wang, Hassaan Maan, Kuan Pang, Fengning Luo, Nan Duan, and Bo Wang. scgpt: toward building a foundation model for single-cell multi-omics using generative ai. Nature Methods, 21 0 (8): 0 1470--1480, 2024. doi:10.1038/s41592-024-02201-0. URL https://doi.org/10.1038/s41592-024-02201-0

Show all 60 references
  1. [9]

    Transformers are ssms: Generalized models and efficient algorithms through structured state space duality, 2024

    Tri Dao and Albert Gu. Transformers are ssms: Generalized models and efficient algorithms through structured state space duality, 2024. URL https://arxiv.org/abs/2405.21060

  2. [10]

    A decoder-only foundation model for time-series forecasting

    Abhimanyu Das, Weihao Kong, Rajat Sen, and Yichen Zhou. A decoder-only foundation model for time-series forecasting. arXiv preprint arXiv:2310.10688, 2023

  3. [11]

    PyTorch Lightning , March 2019

    William Falcon and The PyTorch Lightning team . PyTorch Lightning , March 2019. URL https://github.com/Lightning-AI/lightning

  4. [12]

    Faltys, M

    M. Faltys, M. Zimmermann, X. Lyu, M. Hüser, S. Hyland, G. Rätsch, and T. Merz. HiRID , a high time-resolution icu dataset (version 1.1.1). PhysioNet, 2021. doi:10.13026/nkwc-js72. URL https://doi.org/10.13026/nkwc-js72

  5. [13]

    The pile: An 800gb dataset of diverse text for language modeling, 2020

    Leo Gao, Stella Biderman, Sid Black, Laurence Golding, Travis Hoppe, Charles Foster, Jason Phang, Horace He, Anish Thite, Noa Nabeshima, Shawn Presser, and Connor Leahy. The pile: An 800gb dataset of diverse text for language modeling, 2020. URL https://arxiv.org/abs/2101.00027

  6. [14]

    Physiobank, physiotoolkit, and physionet: components of a new research resource for complex physiologic signals

    Ary L Goldberger, Luis AN Amaral, Leon Glass, Jeffrey M Hausdorff, Plamen Ch Ivanov, Roger G Mark, Joseph E Mietus, George B Moody, Chung-Kang Peng, and H Eugene Stanley. Physiobank, physiotoolkit, and physionet: components of a new research resource for complex physiologic si...

  7. [15]

    Revisiting deep learning models for tabular data, 2023

    Yury Gorishniy, Ivan Rubachev, Valentin Khrulkov, and Artem Babenko. Revisiting deep learning models for tabular data, 2023. URL https://arxiv.org/abs/2106.11959

  8. [16]

    Moment: A family of open time-series foundation models

    Mononito Goswami, Konrad Szafer, Arjun Choudhry, Yifu Cai, Shuo Li, and Artur Dubrawski. Moment: A family of open time-series foundation models. arXiv preprint arXiv:2402.03885, 2024

  9. [17]

    Ehr foundation models improve robustness in the presence of temporal distribution shift

    Lin Lawrence Guo, Ethan Steinberg, Scott Lanyon Fleming, Jose Posada, Joshua Lemmon, Stephen R Pfohl, Nigam Shah, Jason Fries, and Lillian Sung. Ehr foundation models improve robustness in the presence of temporal distribution shift. Scientific Reports, 13 0 (1): 0 3767, 2023

  10. [18]

    A multi-center study on the adaptability of a shared foundation model for electronic health records

    Lin Lawrence Guo, Jason Fries, Ethan Steinberg, Scott Lanyon Fleming, Keith Morse, Catherine Aftandilian, Jose Posada, Nigam Shah, and Lillian Sung. A multi-center study on the adaptability of a shared foundation model for electronic health records. npj Digital Medicine, 7 0 (...

  11. [19]

    Multitask learning and benchmarking with clinical time series data

    Hrayr Harutyunyan, Hrant Khachatrian, David C Kale, Greg Ver Steeg, and Aram Galstyan. Multitask learning and benchmarking with clinical time series data. Scientific data, 6 0 (1): 0 1--18, 2019

  12. [20]

    Set functions for time series, 2020

    Max Horn, Michael Moor, Christian Bock, Bastian Rieck, and Karsten Borgwardt. Set functions for time series, 2020. URL https://arxiv.org/abs/1909.12064

  13. [21]

    u ser, Xinrui Lyu, Martin Faltys, Aliz \'e e Pace, Marine Hoche, Stephanie Hyland, Hugo Y \`e che, Manuel Burger, Tobias M Merz, and Gunnar R \

    Matthias H \"u ser, Xinrui Lyu, Martin Faltys, Aliz \'e e Pace, Marine Hoche, Stephanie Hyland, Hugo Y \`e che, Manuel Burger, Tobias M Merz, and Gunnar R \"a tsch. A comprehensive ml-based respiratory monitoring system for physiological monitoring & resource planning in the i...

  14. [22]

    Early prediction of circulatory failure in the intensive care unit using machine learning

    Stephanie L Hyland, Martin Faltys, Matthias H \"u ser, Xinrui Lyu, Thomas Gumbsch, Crist \'o bal Esteban, Christian Bock, Max Horn, Michael Moor, Bastian Rieck, et al. Early prediction of circulatory failure in the intensive care unit using machine learning. Nature medicine, 2...

  15. [23]

    MIMIC-IV" (version 2.2)

    Alistair Johnson, Lucas Bulgarelli, Tom Pollard, Steven Horng, Leo Anthony Celi, and Roger Mark. MIMIC-IV" (version 2.2). PhysioNet (2023) . URL https://physionet.org/content/mimiciv/2.2/

  16. [24]

    MIMIC-III Clinical Database , 2016 a

    Alistair Johnson, Tom Pollard, and Mark Roger. MIMIC-III Clinical Database , 2016 a . URL https://physionet.org/content/mimiciii/1.4/

  17. [25]

    Mimic-iv-ed demo, 2023 a

    Alistair Johnson, Lucas Bulgarelli, Tom Pollard, Leo Anthony Celi, Steven Horng, and Roger Mark. Mimic-iv-ed demo, 2023 a . URL https://doi.org/10.13026/jzz5-vs76

  18. [26]

    Mimic-iii, a freely accessible critical care database

    Alistair EW Johnson, Tom J Pollard, Lu Shen, Li-wei H Lehman, Mengling Feng, Mohammad Ghassemi, Benjamin Moody, Peter Szolovits, Leo Anthony Celi, and Roger G Mark. Mimic-iii, a freely accessible critical care database. Scientific data, 3 0 (1): 0 1--9, 2016 b

  19. [27]

    Mimic-iv, a freely accessible electronic health record dataset

    Alistair EW Johnson, Lucas Bulgarelli, Lu Shen, Alvin Gayles, Ayad Shammout, Steven Horng, Tom J Pollard, Sicheng Hao, Benjamin Moody, Brian Gow, et al. Mimic-iv, a freely accessible electronic health record dataset. Scientific data, 10 0 (1): 0 1, 2023 b

  20. [28]

    LightGBM : A highly efficient gradient boosting decision tree

    Guolin Ke, Qi Meng, Thomas Finley, Taifeng Wang, Wei Chen, Weidong Ma, Qiwei Ye, and Tie-Yan Liu. LightGBM : A highly efficient gradient boosting decision tree. Advances in neural information processing systems, 30: 0 3146--3154, 2017

  21. [29]

    Prediction of emergency department patient disposition decision for proactive resource allocation for admission

    Seung-Yup Lee, Ratna Babu Chinnam, Evrim Dalkiran, Seth Krupp, and Michael Nauss. Prediction of emergency department patient disposition decision for proactive resource allocation for admission. Health care management science, 23: 0 339--359, 2020

  22. [30]

    Paediatric intensive care database, 2019

    Haomin Li, Xian Zeng, and Gang Yu. Paediatric intensive care database, 2019

  23. [31]

    Decoupled weight decay regularization, 2019

    Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization, 2019. URL https://arxiv.org/abs/1711.05101

  24. [32]

    u ser, Philip Hartout, Thomas Gumbsch, Martin Faltys, Tobias M Merz, Gunnar R \

    Xinrui Lyu, Bowen Fan, Matthias H \"u ser, Philip Hartout, Thomas Gumbsch, Martin Faltys, Tobias M Merz, Gunnar R \"a tsch, and Karsten Borgwardt. An empirical study on kdigo-defined acute kidney injury prediction in the intensive care unit. Bioinformatics, 40 0 (Supplement\_1...

  25. [33]

    Foundation models for generalist medical artificial intelligence

    Michael Moor, Oishi Banerjee, Zahra Shakeri Hossein Abad, Harlan M Krumholz, Jure Leskovec, Eric J Topol, and Pranav Rajpurkar. Foundation models for generalist medical artificial intelligence. Nature, 616 0 (7956): 0 259--265, 2023 a

  26. [34]

    Predicting sepsis using deep learning across international sites: a retrospective development and validation study

    Michael Moor, Nicolas Bennett, Drago Ple c ko, Max Horn, Bastian Rieck, Nicolai Meinshausen, Peter B \"u hlmann, and Karsten Borgwardt. Predicting sepsis using deep learning across international sites: a retrospective development and validation study. EClinicalMedicine, 62, 2023 b

  27. [35]

    TorchMetrics - Measuring Reproducibility in PyTorch , February 2022

    Nicki Skafte Detlefsen , Jiri Borovec , Justus Schock , Ananya Harsh , Teddy Koker , Luca Di Liello , Daniel Stancl , Changsheng Quan , Maxim Grechkin , and William Falcon . TorchMetrics - Measuring Reproducibility in PyTorch , February 2022. URL https://github.com/Lightning-A...

  28. [36]

    Introducing the blendedicu dataset, the first harmonized, international intensive care dataset

    Matthieu Oliver, Jérôme Allyn, Rémi Carencotte, Nicolas Allou, and Cyril Ferdynus. Introducing the blendedicu dataset, the first harmonized, international intensive care dataset. Journal of Biomedical Informatics, 146: 0 104502, 2023. ISSN 1532-0464. doi:https://doi.org/10.101...

  29. [37]

    Pytorch: An imperative style, high-performance deep learning library

    Adam Paszke, Sam Gross, Francisco Massa, Adam Lerer, James Bradbury, Gregory Chanan, Trevor Killeen, Zeming Lin, Natalia Gimelshein, Luca Antiga, et al. Pytorch: An imperative style, high-performance deep learning library. Advances in neural information processing systems, 32, 2019

  30. [38]

    The eicu collaborative research database, a freely available multi-center database for critical care research

    Tom J Pollard, Alistair EW Johnson, Jesse D Raffa, Leo A Celi, Roger G Mark, and Omar Badawi. The eicu collaborative research database, a freely available multi-center database for critical care research. Scientific data, 5 0 (1): 0 1--13, 2018

  31. [39]

    Inc. QuantCo. glum. https://github.com/Quantco/glum, 2020

  32. [40]

    The impact of multi-institution datasets on the generalizability of machine learning prediction models in the icu

    Patrick Rockenschaub, Adam Hilbert, Tabea Kossen, Paul Elbers, Falk von Dincklage, Vince Istvan Madai, and Dietmar Frey. The impact of multi-institution datasets on the generalizability of machine learning prediction models in the icu. Critical Care Medicine, pages 10--1097, 2024

  33. [41]

    Salzburg intensive care database (sicdb), a freely accessible intensive care database

    Niklas Rodemund, Andreas Kokoefer, Bernhard Wernly, and Crispiana Cozowicz. Salzburg intensive care database (sicdb), a freely accessible intensive care database. PhysioNet https://doi. org/10.13026/ezs8-6v88, 2023

  34. [42]

    Benchmarking machine learning models on multi-centre eicu critical care dataset

    Seyedmostafa Sheikhalishahi, Vevake Balaraman, and Venet Osmani. Benchmarking machine learning models on multi-centre eicu critical care dataset. Plos one, 15 0 (7): 0 e0235424, 2020

  35. [43]

    Large language models encode clinical knowledge

    Karan Singhal, Shekoofeh Azizi, Tao Tu, S Sara Mahdavi, Jason Wei, Hyung Won Chung, Nathan Scales, Ajay Tanwani, Heather Cole-Lewis, Stephen Pfohl, et al. Large language models encode clinical knowledge. Nature, 620 0 (7972): 0 172--180, 2023

  36. [44]

    Soenksen, Yu Ma, Cynthia Zeng, Leonard Boussioux, Kimberly Villalobos Carballo, Liangyuan Na, Holly M

    Luis R. Soenksen, Yu Ma, Cynthia Zeng, Leonard Boussioux, Kimberly Villalobos Carballo, Liangyuan Na, Holly M. Wiberg, Michael L. Li, Ignacio Fuentes, and Dimitris Bertsimas. Integrated multimodal artificial intelligence framework for healthcare applications. npj Digital Medic...

  37. [45]

    Democratizing ehr analyses with fiddle: a flexible data-driven preprocessing pipeline for structured clinical data

    Shengpu Tang, Parmida Davarmanesh, Yanmeng Song, Danai Koutra, Michael W Sjoding, and Jenna Wiens. Democratizing ehr analyses with fiddle: a flexible data-driven preprocessing pipeline for structured clinical data. Journal of the American Medical Informatics Association, 27 0 ...

  38. [46]

    Patrick J Thoral, Jan M Peppink, Ronald H Driessen, Eric JG Sijbrands, Erwin JO Kompanje, Lewis Kaplan, Heatherlee Bailey, Jozef Kesecioglu, Maurizio Cecconi, Matthew Churpek, et al. Sharing icu patient data responsibly under the society of critical care medicine/european soci...

  39. [47]

    Sindhu Tipirneni and Chandan K. Reddy. Self-supervised transformer for sparse and irregularly sampled multivariate clinical time-series, 2022. URL https://arxiv.org/abs/2107.14293

  40. [48]

    Yet another icu benchmark: A flexible multi-center framework for clinical ml

    Robin Van De Water, Hendrik Schmidt, Paul Elbers, Patrick Thoral, Bert Arnrich, and Patrick Rockenschaub. Yet another icu benchmark: A flexible multi-center framework for clinical ml. arXiv preprint arXiv:2306.05109, 2023

  41. [49]

    Visualizing data using t-sne

    Laurens van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of Machine Learning Research, 9 0 (86): 0 2579--2605, 2008. URL http://jmlr.org/papers/v9/vandermaaten08a.html

  42. [50]

    Attention is all you need

    Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Lukasz Kaiser, and Illia Polosukhin. Attention is all you need. arXiv preprint arXiv:1706.03762, 2017

  43. [51]

    Kunz, Matthew C

    Eugene Vorontsov, Alican Bozkurt, Adam Casson, George Shaikovski, Michal Zelechowski, Siqi Liu, Kristen Severson, Eric Zimmermann, James Hall, Neil Tenenholtz, Nicolo Fusi, Philippe Mathieu, Alexander van Eck, Donghun Lee, Julian Viret, Eric Robert, Yi Kan Wang, Jeremy D. Kunz...

  44. [52]

    Shirly Wang, Matthew B. A. McDermott, Geeticka Chauhan, Marzyeh Ghassemi, Michael C. Hughes, and Tristan Naumann. Mimic-extract: a data extraction, preprocessing, and representation pipeline for mimic-iii. In Proceedings of the ACM Conference on Health, Inference, and Learning...

  45. [53]

    Ehrshot: An ehr benchmark for few-shot evaluation of foundation models

    Michael Wornow, Rahul Thapa, Ethan Steinberg, Jason Fries, and Nigam Shah. Ehrshot: An ehr benchmark for few-shot evaluation of foundation models. Advances in Neural Information Processing Systems, 36: 0 67125--67137, 2023 a

  46. [54]

    Fries, and Nigam H

    Michael Wornow, Rahul Thapa, Ethan Steinberg, Jason A. Fries, and Nigam H. Shah. Ehrshot: An ehr benchmark for few-shot evaluation of foundation models, 2023 b . URL https://arxiv.org/abs/2307.02028

  47. [55]

    The shaky foundations of large language models and foundation models for electronic health records

    Michael Wornow, Yizhe Xu, Rahul Thapa, Birju Patel, Ethan Steinberg, Scott Fleming, Michael A Pfeffer, Jason Fries, and Nigam H Shah. The shaky foundations of large language models and foundation models for electronic health records. npj Digital Medicine, 6 0 (1): 0 135, 2023 c

  48. [56]

    P. Xu, L. Chen, and Z. Zhang. Critical care database comprising patients with infection at zigong fourth people's hospital (version 1.1), 2022

  49. [57]

    Pyhealth: A deep learning toolkit for healthcare applications

    Chaoqi Yang, Zhenbang Wu, Patrick Jiang, Zhen Lin, Junyi Gao, Benjamin P Danek, and Jimeng Sun. Pyhealth: A deep learning toolkit for healthcare applications. In Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, pages 5788--5789, 2023

  50. [58]

    u ser, Xinrui Lyu, Martin Faltys, and Gunnar R\

    Hugo Y\` e che, Rita Kuznetsova, Marc Zimmermann, Matthias H\" u ser, Xinrui Lyu, Martin Faltys, and Gunnar R\" a tsch. Hirid-icu-benchmark --- a comprehensive machine learning benchmark on high-resolution icu data. In J. Vanschoren and S. Yeung, editors, Proceedings of the Ne...

  51. [59]

    Dynamic survival analysis for early event prediction, 2024

    Hugo Yèche, Manuel Burger, Dinara Veshchezerova, and Gunnar Rätsch. Dynamic survival analysis for early event prediction, 2024. URL https://arxiv.org/abs/2403.12818

  52. [60]

    One fits all: Power general time series analysis by pretrained lm

    Tian Zhou, Peisong Niu, Liang Sun, Rong Jin, et al. One fits all: Power general time series analysis by pretrained lm. Advances in neural information processing systems, 36: 0 43322--43355, 2023

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.