Pith. sign in

REVIEW 2 major objections 3 minor 40 references

Time-to-Event Pretraining for 3D Medical Imaging

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

Pith's one-line read Time-to-event pretraining—predicting when each EHR medical code first appears after a CT scan—improves 3D imaging outcome prediction by an average 23.7% AUROC and 29.4% C-index across eight benchmarks, without sacrificing diagnostic…

desk verdict TTE pretraining moves prognostic signal into 3D CT encoders, but the headline gains are inflated by likely overlap between the 8,192 pretraining codes and the 8 benchmark outcomes. read the letter →

arxiv 2411.09361 v2 pith:OEZA22CJ submitted 2024-11-14 cs.CV cs.LG

classification cs.CVcs.LG
keywords time-to-eventpretraining3DmedicalimaginglongitudinalelectronichealthrecordssurvivalanalysisCTscansprognosticbiomarkersself-supervisedlearningfoundationmodels
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

Time-to-event pretraining is a proposed way to teach 3D medical image encoders to see future risk, not just current anatomy. The paper claims that using thousands of electronic-health-record codes as survival-analysis tasks—predicting the time until each code first appears after a CT scan—gives the encoder a temporal supervision signal that self-supervised methods lack. On a public dataset of 18,945 chest CTs with a median five years of follow-up, the resulting encoders improve average AUROC by 23.7% and Harrell's C-index by 29.4% across eight benchmark outcome tasks, with no loss on diagnostic classification. If correct, this establishes longitudinal EHR timing as a scalable pretraining signal for medical imaging foundation models.

What carries the argument

The load-bearing mechanism is the time-to-event task set plus a piecewise exponential neural network (PEANN) survival loss. Each medical code in an ontology knowledge graph is treated as a separate pretraining task whose label is the time from the CT scan to that code's first occurrence; right-censored patients (including those who die before the code appears) still contribute through the survival likelihood. Task selection keeps 8,192 informative codes out of 4.3 million candidates by solving an entropy-based vertex cover over the ontology's directed acyclic graph, following the selection rule used for structured-EHR pretraining. After continued pretraining, the encoder is frozen and evaluated with a logistic-regression head for classification or a Cox proportional-hazards (DeepSurv) head for survival tasks.

What would settle it

Train an identical model with the same 8,192 tasks but shuffle event times across patients, preserving each code's marginal time distribution; if the AUROC and C-index gains over the same-visit baseline persist, the model is not actually using temporal order, and the claimed mechanism is wrong. Alternatively, re-run the pipeline on an external health system with different coding practices; if the gains vanish, the signal is documentation-driven rather than image-driven biology.

Watch

Extended reading notes

Core claim

The paper's central discovery claim is that temporal supervision—specifically, predicting the time until each of 8,192 EHR medical codes first occurs after a CT scan—is a usable and effective pretraining signal for 3D medical image encoders. On the INSPECT dataset of 18,945 chest CTs linked to a median of five years of follow-up, encoders continued-pretrained with this time-to-event objective outperform models trained with the same tasks restricted to the current visit and models trained with multitask classification, by an average 23.7% AUROC and 29.4% Harrell's C-index across eight prognostic benchmarks. The same encoders do not lose diagnostic classification performance on eight RSPECT image-labeling tasks, and calibration (integrated Brier score) improves by an average of 54%. The paper interprets this as evidence that future-guided temporal context is what existing self-supervised methods are missing.

Load-bearing premise

The load-bearing premise is that the time until a medical code appears in a patient's EHR is a valid, learnable proxy for the clinical outcome tied to that code, so that the image-to-code timing relationship is a real biomarker signal rather than an artifact of who gets tested or how often they visit.

Editorial extensions

If this is right

  • Encoders pretrained this way can be adapted to new tasks with lightweight heads: the frozen encoder plus linear or Cox head is the evaluation protocol, so downstream deployment is cheap.
  • The same CT scan yields roughly three times more training labels when future EHR time is used, so the method raises data efficiency for a given pretraining corpus.
  • Prognostic gains come with preserved or slightly improved diagnostic classification, so adding temporal supervision does not force a trade-off against current-image labeling tasks.
  • Right censoring is handled inside the pretraining loss, so patients who are lost to follow-up contribute to pretraining instead of being dropped.
  • The paper's reported gains extend across three architectures (SwinUNETR, DenseNet-121, ResNet-152), suggesting the effect is not tied to one backbone.

Reading between the lines

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

  • If the temporal signal is the active ingredient, the same recipe should transfer to other modalities with longitudinal EHR linkage, such as MRI or PET, and to 2D radiography; the paper only tests chest CT, so this is an extrapolation.
  • A risk not settled by the paper is that code timing may partly encode follow-up intensity or documentation practice; testing on an external health system with different coding behavior would separate biology from billing artifacts.
  • Because task selection maximizes conditional entropy, the chosen 8,192 codes may over-represent frequently documented events; ablating by ontology type (diagnoses vs. medications vs. procedures) would show which code families actually drive the prognostic gain.
  • A practical extension the paper does not develop: TTE pretrained encoders could be used for opportunistic screening of underdiagnosed conditions from routine CTs, since the pretraining objective foregrounds future-disease signal in pixels.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

2 major / 3 minor

Summary. The paper proposes time-to-event (TTE) pretraining for 3D medical imaging encoders. Using 18,945 chest CT scans from INSPECT linked to longitudinal EHR data, the authors convert medical codes into 8,192 TTE prediction tasks and continue-pretrain SwinUNETR, DenseNet-121, and ResNet-152 backbones. The frozen encoders are then probed on prognostic TTE tasks, prognostic binary classification, and diagnostic classification (RSPECT). The central claim is that TTE pretraining improves outcome prediction—average AUROC +23.7% and Harrell's C-index +29.4% across 8 benchmark tasks—without hurting diagnostic classification. The paper includes baselines (base, base/MTL, base/visit), bootstrap confidence intervals, significance tests, and additional metrics (time-dependent C-statistics, integrated Brier score, subgroup analyses, GradCAM).

Significance. If the effect is real and generalizes beyond the pretraining label vocabulary, TTE pretraining would be a valuable and scalable way to inject temporal prognostic signal into 3D imaging encoders, with practical implications for medical foundation models. The study is carefully executed in several respects: it uses public datasets, releases code and checkpoints, evaluates three architectures, includes an ablation that shares the same 8,192-task vocabulary (base/visit), reports bootstrap CIs with significance tests, and provides calibration and subgroup analyses. These are genuine strengths. However, the central generalization claim is weakened by the apparent overlap between pretraining tasks and evaluation tasks, and by the confounding of temporal scope with label density in the key comparison. As a result, the headline numbers are better interpreted as in-distribution task improvement than as evidence of transfer to novel prognostic outcomes.

major comments (2)
  1. [§4 (Creating TTE Pretraining Tasks), §5 (Datasets & Evaluation Tasks), Appendix B] The manuscript does not state that the 8 prognostic evaluation tasks (Mortality, Readmission, PH, ATX, CMG, CONS, EDM, PEFF) were held out of the 8,192 pretraining tasks. Section 4 says pretraining tasks are created by 'treating each code as a separate task' and selecting 8,192 codes from the EHR ontology (INSPECT), while Section 5 defines the five additional TTE tasks (ATX, CMG, CONS, EDM, PEFF) from the same INSPECT EHR event space (Appendix B); Mortality, Readmission, and PH are also EHR events. Because the manuscript is silent on exclusion, a reader cannot rule out that base/TTE was directly optimized to predict the exact future codes used for evaluation, whereas base/visit—the most informative baseline—was pretrained on the same code vocabulary but with same-visit labels and thus did not directly optimize those future-event evaluation tasks. In that case, the reported +23.7% AUROC and +29.4% C-index gains compare an in-distribution evaluation against an out-of-distribution baseline, rather than demonstrating generalizable prognostic transfer. This is load-bearing for the abstract's claim that temporal supervision from EHRs improves outcome prediction. The authors should either (a) verify and state explicitly that all evaluation codes were excluded from the 8,192-task pretraining set, and provide the task-selection details needed to confirm this, or (b) re-run the evaluation on held-out tasks that were provably not in the pretraining task family, ideally including an external dataset with survival outcomes. Without such evidence, the headline claims should be reframed as in-vocabulary task improvement.
  2. [§5 (Model Baselines), §6 (Results), Figure 3, Tables 2–3] The comparison between base/TTE and base/visit, which the paper identifies as the most informative ablation, varies temporal scope and label density simultaneously. Base/visit uses the same 8,192 tasks but labels assigned to the same visit as the CT scan, yielding on average 3x fewer labels per image (Figure 3); base/TTE uses future events with full survival times. The observed gains could therefore be driven by the higher label density, the temporal distance of the labels, or the survival objective itself. The text attributes the improvements specifically to temporal supervision (e.g., 'TTE Supervision Improves Training Data Efficiency' and 'TTE Pretraining Improves Prognostic Performance' in Section 7), but the design cannot separate these factors. A control that matches the number of labels per image while ablating the future-time component (e.g., binary future-event occurrence with the same density, or TTE labels subsampled to the base/visit density) is needed to support the claim that time-to-event modeling, rather than simply more labels, drives the effect. This is a load-bearing point for Hypothesis 2 and for the paper's central contribution.
minor comments (3)
  1. [Appendix M, Eq. (5) and Eq. (6)] In Equation (5) of Appendix M, the indicator 'I(Se ≤ t ≤ Sp)' appears to contain a typo; the main text's survival function uses intervals with start Sp and end Ep, so the indicator should likely read 'I(Sp ≤ t ≤ Ep)' or equivalent. Please correct this and the corresponding line in Equation (6).
  2. [Appendix K, Tables 14 and 16] Some entries in the confidence-interval tables are malformed: Table 14 contains '(-0.579 0.001)*' (missing comma) and Table 16 contains a stray '0.020' before a parenthesized interval in the SwinUNETR base EDM row. These formatting errors make the tables hard to read and should be fixed.
  3. [§5 (Datasets & Evaluation Tasks)] The text says 'INSPECT defines 3 prognostic binary tasks' and then later introduces '5 additional prognostic TTE tasks'; the relationship between the binary prognostic tasks and the TTE task set is described in a way that could confuse readers about which tasks are evaluated in which table. Please clarify whether the same underlying outcomes are evaluated in both formulations and how the eight benchmark tasks in the abstract map to Tables 2 and 3.

Circularity Check

0 steps flagged · score 2.0 of 10

No significant derivation circularity: the outcome benchmarks share the pretraining code family, but the base/MTL and base/visit controls make the temporal-signal comparison fair.

full rationale

The paper's central claim is empirical: TTE continued pretraining improves frozen-encoder outcome prediction relative to base, base/MTL, and base/visit. The evaluation TTE tasks (ATX, CMG, CONS, EDM, PEFF, PH, mortality, readmission) are defined in Appendix B as 'time until the first occurrence' of EHR codes, and the pretraining tasks in Section 4 are defined the same way ('predicting the time until the first occurrence... of a medical code'). Since the 8,192 pretraining tasks are selected from the same Athena/OMOP vocabulary, the benchmarks are likely in-distribution and cannot by themselves demonstrate transfer to novel outcome codes. This is a real external-validity limitation. It is not, however, derivation circularity: the paper never claims the evaluation outcomes were unseen during pretraining, and its two strongest baselines control for label exposure. base/MTL is trained directly on the eight INSPECT evaluation labels, yet base/TTE outperforms it; base/visit is pretrained on the same 8,192 code tasks with visit-level labels, isolating the future-time/censoring component. Thus the reported gains are not forced by construction. The main self-citation is MOTOR (Steinberg et al., 2024) for the conditional-entropy task selection and hyperparameters; this is a borrowed tool with overlapping authors, but it is not the load-bearing evidence for the outcome-prediction claim. The diagnostic RSPECT results provide an external but non-prognostic benchmark, so generalization to outcome codes outside the pretraining vocabulary remains untested; that is a correctness/generalization concern rather than a circular one. Overall, no prediction in the paper reduces by definition to a fitted input.

Assumptions & free parameters 3 free parameters · 5 assumptions · 0 invented entities

The central claim rests on the modeling assumption that future EHR codes are image-conditional survival outcomes, plus several hyperparameters (8,192 tasks, 8 bins) borrowed from the authors' prior MOTOR work. No new physical or conceptual entities are introduced.

free parameters (3)
  • Number of pretraining tasks = 8,192
    Task budget chosen per best hyperparameters from MOTOR (Steinberg et al., 2024); affects the breadth of supervision and the reported 3x label density gain.
  • Number of piecewise time bins = 8
    Set to the best-performing value in Steinberg et al. (2024); discretization of the survival time axis in the PEANN loss.
  • Evaluation time horizons = 1, 6, 12 months
    Hand-chosen bins for transforming TTE tasks into binary classification; affect AUROC numbers reported in Table 2.
assumptions (5)
  • standard math Piecewise exponential survival model with constant hazard per time piece correctly models time-to-event for EHR-derived codes.
    Section 3 and Appendix M rely on the PEANN likelihood as the pretraining loss.
  • domain assumption Each medical code in the OMOP ontology can be treated as an independent TTE pretraining task, with 'time until first occurrence' as the event.
    Section 4, 'Creating TTE Pretraining Tasks'; this is the core modeling premise that EHR events are learnable image-conditioned outcomes.
  • domain assumption Right censoring at death is the only competing risk; other reasons for loss to follow-up are ignored.
    Section 4 states 'We also apply censorship at patient death, which is the only competing risk.' If patients are censored because they switched health systems, the TTE labels would be biased.
  • ad hoc to paper MOTOR's conditional entropy and vertex-cover task selection is a valid way to pick informative tasks for image pretraining.
    Section 4 explicitly follows Steinberg et al. (2024); the validity of this selection for imaging is assumed, not derived in this paper.
  • domain assumption Base model weights (SwinUNETR, DenseNet-121, ResNet-152) are meaningful initialization points for continued pretraining.
    Section 4, 'continued pretraining of an existing neural network f_theta'; the results depend on these weights being good feature extractors.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Time-to-Event Pretraining for 3D Medical Imaging." pith.science (2026). https://pith.science/paper/OEZA22CJ

@misc{pith2026241109361,
  author       = {Pith},
  title        = {Pith review of: Time-to-Event Pretraining for 3D Medical Imaging},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/OEZA22CJ}},
  note         = {Machine review of arXiv:2411.09361}
}
read the original abstract

With the rise of medical foundation models and the growing availability of imaging data, scalable pretraining techniques offer a promising way to identify imaging biomarkers predictive of future disease risk. While current self-supervised methods for 3D medical imaging models capture local structural features like organ morphology, they fail to link pixel biomarkers with long-term health outcomes due to a missing context problem. Current approaches lack the temporal context necessary to identify biomarkers correlated with disease progression, as they rely on supervision derived only from images and concurrent text descriptions. To address this, we introduce time-to-event pretraining, a pretraining framework for 3D medical imaging models that leverages large-scale temporal supervision from paired, longitudinal electronic health records (EHRs). Using a dataset of 18,945 CT scans (4.2 million 2D images) and time-to-event distributions across thousands of EHR-derived tasks, our method improves outcome prediction, achieving an average AUROC increase of 23.7% and a 29.4% gain in Harrell's C-index across 8 benchmark tasks. Importantly, these gains are achieved without sacrificing diagnostic classification performance. This study lays the foundation for integrating longitudinal EHR and 3D imaging data to advance clinical risk prediction.

Figures

Figures reproduced from arXiv: 2411.09361 by the authors.

Figure 1
Figure 1. The missing context problem in medical imaging. Existing supervision sources (red boxes) are localized to the image itself (i.e., pixel features and descriptions of those features via text) or immediate clinical context via diagnosis codes. Doing so misses future information on disease pro￾gression (black boxes), which reduces the ability to learn correlations necessary for identifying prognostic pixel biomarkers. T… view at source ↗
Figure 2
Figure 2. Overview of the proposed time-to-event pretraining pipeline. Patients’ longitudinal EHR timelines are transformed into large-scale, time-to-event (TTE) pretraining tasks. These tasks, which reflect informative temporal patterns for medical outcome prediction, are then used for continued pretraining (full fine-tuning) of a 3D vision encoder. The resulting encoder is then frozen and adapted to downstream tasks via dif… view at source ↗
Figure 3
Figure 3. Label density CDF by pretraining approach. All models except base use the same INSPECT training set exam￾ples for continued pretraining. Pretraining task labels are assigned per-CT scan and vary in density based on pretraining approach (Fig￾ure 3). Note that TTE supervision enables leveraging a patient’s en￾tire future EHR, providing 3 times more training labels on average per CT-scan over per-visit labels. TTE also… view at source ↗
Figures from the paper (17 more)
Figure 4
Figure 4. Figure 4: Overview of Label Definitions: Diagnostic tasks use labels derived from the same hospital [PITH_FULL_IMAGE:figures/full_fig_p017_4.png]
Figure 5
Figure 5. Figure 5: Overview of author contributions. * denotes equal contribution. [PITH_FULL_IMAGE:figures/full_fig_p017_5.png]
Figure 6
Figure 6. Figure 6: Comparison of models towards random initialization and each model’s delta on AUROC [PITH_FULL_IMAGE:figures/full_fig_p026_6.png]
Figure 7
Figure 7. Figure 7: Comparison of models towards random initialization and each model’s delta on Harrell’s [PITH_FULL_IMAGE:figures/full_fig_p026_7.png]
Figure 8
Figure 8. Figure 8: Comparison of models towards random initialization and each model’s delta on integrated [PITH_FULL_IMAGE:figures/full_fig_p027_8.png]
Figure 9
Figure 9. Figure 9: Kaplan-Meier curve for Mortality [PITH_FULL_IMAGE:figures/full_fig_p029_9.png]
Figure 10
Figure 10. Figure 10: Kaplan-Meier curve for Readmission 29 [PITH_FULL_IMAGE:figures/full_fig_p029_10.png]
Figure 11
Figure 11. Figure 11: Kaplan-Meier curve for Pulmonary Hypertension (PH) [PITH_FULL_IMAGE:figures/full_fig_p030_11.png]
Figure 12
Figure 12. Figure 12: Kaplan-Meier curve for Atelectasis [PITH_FULL_IMAGE:figures/full_fig_p030_12.png]
Figure 13
Figure 13. Figure 13: Kaplan-Meier curve for Cardiomegaly 30 [PITH_FULL_IMAGE:figures/full_fig_p030_13.png]
Figure 14
Figure 14. Figure 14: Kaplan-Meier curve for Consolidation [PITH_FULL_IMAGE:figures/full_fig_p031_14.png]
Figure 15
Figure 15. Figure 15: Kaplan-Meier curve for Edema [PITH_FULL_IMAGE:figures/full_fig_p031_15.png]
Figure 16
Figure 16. Figure 16: Kaplan-Meier curve for Pleural Effusion 31 [PITH_FULL_IMAGE:figures/full_fig_p031_16.png]
Figure 17
Figure 17. Figure 17: Maximum Time to Event across INSPECT cohort for 8192 future events (Per event) [PITH_FULL_IMAGE:figures/full_fig_p032_17.png]
Figure 18
Figure 18. Figure 18: Median Time to Event across INSPECT cohort for 8192 future events (Per event) [PITH_FULL_IMAGE:figures/full_fig_p032_18.png]
Figure 19
Figure 19. Figure 19: All Time to Event across INSPECT cohort for 8192 future events (Per occurrence) 32 [PITH_FULL_IMAGE:figures/full_fig_p032_19.png]
Figure 20
Figure 20. Figure 20: GradCAM visualizations of sampled CTs for various occurred conditions: Atelectasis, Consolidation, Pleural Effusion, Cardiomegaly, Edema, and Pulmonary Hypertension. 34 [PITH_FULL_IMAGE:figures/full_fig_p034_20.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

40 extracted references · 30 canonical work pages

  1. [1]

    Detecting underdiagnosed medical conditions with deep learning-based opportunistic ct imaging

    Asad Aali, Andrew Johnston, Louis Blankemeier, Dave Van Veen, Laura T Derry, David Svec, Jason Hom, Robert D Boutin, and Akshay S Chaudhari. Detecting underdiagnosed medical conditions with deep learning-based opportunistic ct imaging. arXiv preprint arXiv:2409.11686,

  2. [3]

    Merlin: A vision language foundation model for 3d computed tomography

    Louis Blankemeier, Joseph Paul Cohen, Ashwin Kumar, Dave Van Veen, Syed Jamal Safdar Gardezi, Magdalini Paschali, Zhihong Chen, Jean-Benoit Delbrouck, Eduardo Reis, Cesar Truyts, et al. Merlin: A vision language foundation model for 3d computed tomography. arXiv preprint arXiv:2406.06512,

  3. [5]

    * denotes equal contribution

    Figure 5: Overview of author contributions. * denotes equal contribution. 5https://x.com/SteinmetzNeuro/status/1147241128858570752 17 Published as a conference paper at ICLR 2025 D A DDITIONAL TIME -TO-EVENT MODEL METRICS We calculate additional metrics for time-to-event task modeling: the integrated Brier score (IBS) Graf et al. (1999), shown in Table 5,...

  4. [6]

    At each time point, the Brier score calculates the squared difference between the predicted survival probability and the actual event or censoring status

    IBS is intended to assess the discrepancy between predicted survival probabili- ties and observed outcomes. At each time point, the Brier score calculates the squared difference between the predicted survival probability and the actual event or censoring status. By integrating over the time range from the start to a specified maximum horizon, it summarize...

  5. [8]

    Model Hyperparameters Values Image backbones SwinUNETR learning rate 10−4, 10−5, 10−6 dropout prob 0.1, 0.2, 0.3 patch size 2x2x2 window size 7x7x7, 8x8x8 augmentation strategies Random rotations, flips DenseNet learning rate 10−3, 10−4, 10−5, 10−6 depth 121, 169 num. of dense blocks 3,4 dropout prob 0.1, 0.2, 0.3 augmentation strategies Random rotations,...

  6. [11]

    Architecture Number of GPUs Estimated wall-clock time Estimated GPU hours SwinUNETRbase/TTE 4 H100 (80GB) 15 days 1,440 GPU hours DenseNet-121base/TTE 4 A100 (40GB) 9 days 864 GPU hours ResNet-152base/TTE 4 A100 (80GB) 10 days 960 GPU hours Table 11: Summary of compute cost across architectures 22 Published as a conference paper at ICLR 2025 J F ULL PARAM...

  7. [12]

    Chextrans- fer: performance and parameter efficiency of imagenet models for chest x-ray interpretation

    12 Published as a conference paper at ICLR 2025 Alexander Ke, William Ellsworth, Oishi Banerjee, Andrew Y Ng, and Pranav Rajpurkar. Chextrans- fer: performance and parameter efficiency of imagenet models for chest x-ray interpretation. In Proceedings of the conference on health, inference, and learning, pp. 116–124,

  8. [15]

    13 Published as a conference paper at ICLR 2025 Ramprasaath R Selvaraju, Michael Cogswell, Abhishek Das, Ramakrishna Vedantam, Devi Parikh, and Dhruv Batra

    Accessed: 2023-08-16. 13 Published as a conference paper at ICLR 2025 Ramprasaath R Selvaraju, Michael Cogswell, Abhishek Das, Ramakrishna Vedantam, Devi Parikh, and Dhruv Batra. Grad-cam: Visual explanations from deep networks via gradient-based local- ization. In Proceedings of the IEEE international conference on computer vision, pp. 618–626,

Show all 40 references
  1. [16]

    Covid-19 prognosis via self-supervised representation learning and multi-image prediction

    Anuroop Sriram, Matthew Muckley, Koustuv Sinha, Farah Shamout, Joelle Pineau, Krzysztof J Geras, Lea Azour, Yindalon Aphinyanaphongs, Nafissa Yakubova, and William Moore. Covid-19 prognosis via self-supervised representation learning and multi-image prediction. arXiv preprint ...

  2. [17]

    MOTOR: A time-to-event founda- tion model for structured medical records

    Ethan Steinberg, Jason Alan Fries, Yizhe Xu, and Nigam Shah. MOTOR: A time-to-event founda- tion model for structured medical records. In The Twelfth International Conference on Learning Representations, ICLR 2024, Vienna, Austria, May 7-11,

  3. [18]

    Disruptive autoencoders: Leveraging low-level features for 3d medical image pre-training

    Jeya Maria Jose Valanarasu, Yucheng Tang, Dong Yang, Ziyue Xu, Can Zhao, Wenqi Li, Vishal M Patel, Bennett Landman, Daguang Xu, Yufan He, et al. Disruptive autoencoders: Leveraging low-level features for 3d medical image pre-training. arXiv preprint arXiv:2307.16896,

  4. [19]

    Medclip: Contrastive learning from unpaired medical images and text

    Zifeng Wang, Zhenbang Wu, Dinesh Agarwal, and Jimeng Sun. Medclip: Contrastive learning from unpaired medical images and text. In Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing, pp. 3876–3887,

  5. [20]

    Medtrinity-25m: A large-scale multimodal dataset with multigran- ular annotations for medicine

    Yunfei Xie, Ce Zhou, Lang Gao, Juncheng Wu, Xianhang Li, Hong-Yu Zhou, Sheng Liu, Lei Xing, James Zou, Cihang Xie, et al. Medtrinity-25m: A large-scale multimodal dataset with multigran- ular annotations for medicine. arXiv preprint arXiv:2408.02900,

  6. [21]

    Con- trastive learning of medical visual representations from paired images and text

    14 Published as a conference paper at ICLR 2025 Yuhao Zhang, Hang Jiang, Yasuhide Miura, Christopher D Manning, and Curtis P Langlotz. Con- trastive learning of medical visual representations from paired images and text. In Machine Learning for Healthcare Conference, pp. 2–25. PMLR,

  7. [22]

    Deep convolutional neural network for survival analysis with pathological images

    Xinliang Zhu, Jiawen Yao, and Junzhou Huang. Deep convolutional neural network for survival analysis with pathological images. In 2016 IEEE international conference on bioinformatics and biomedicine (BIBM), pp. 544–547. IEEE,

  8. [24]

    Security, Data Storage, and Compliance: All authors involved in data handling have completed institutional training on HIPAA and data privacy before engaging with the data

    and RSPECT (Colak et al., 2021), underwent thorough removal of protected health information prior to their public release and were approved by an Institutional Review Board. Security, Data Storage, and Compliance: All authors involved in data handling have completed institutio...

  9. [25]

    However, we take two steps to mitigate risk

    and is not covered in this study. However, we take two steps to mitigate risk. First, all of our contin- ued pretrained model releases includes a Data Use Agreement (DUA) that explicitly prohibits direct medical care. Second, in line with the recommendations from Chang et al. ...

  10. [26]

    16 Published as a conference paper at ICLR 2025 APPENDIX A D ATA PREPROCESSING CT Scans

    To ensure reproducibility, all experiments use researcher accessible, public medical datasets. 16 Published as a conference paper at ICLR 2025 APPENDIX A D ATA PREPROCESSING CT Scans. Each CT scan is preprocessed by extracting pixel data and applying a linear trans- formation ...

  11. [27]

    B INSPECT N EW TTE T ASK DEFINITIONS We have selected a set of commonly used pulmonary disease tasks (Irvin et al., 2019), that are coded in INSPECT dataset’s EHR events

    (OMOP vocabulary version: v20240830) as our knowledge graph for generating tasks. B INSPECT N EW TTE T ASK DEFINITIONS We have selected a set of commonly used pulmonary disease tasks (Irvin et al., 2019), that are coded in INSPECT dataset’s EHR events. We use these common task...

  12. [31]

    Architecture Method Loss Dim. Dataset Size SwinUNETRbase Self-supervised MAE 3D Custom Medical 10,050 DenseNet-121base Supervised BCE 2D ImageNet 1,281,167 ResNet-152base Supervised BCE 2D ImageNet 1,281,167 Table 10: Summary of model architectures, pretraining approaches, and...

  13. [33]

    We can conclude that single task full parameter fine-tuning does not scale as well as TTE pretraining, and in general the performance is no better than, if not much worse than TTE pretraining. Dataset (fine-tuning task) Architecture Full param fine-tuned results (AUROC) Linear...

  14. [34]

    The * indicates sta- tistical significance under p-value at 0.05 for null hypothesis

    Table 14: 95% confidence interval differences for time-to-event performance on INSPECT dataset for proposed method ( base/TTE) and baselines, measured by Harrell’s C-Index . The * indicates sta- tistical significance under p-value at 0.05 for null hypothesis. 24 Published as a...

  15. [35]

    Table 17: 95% confidence interval differences classification performance of different methods on RSPECT dataset for diagnosis labels, measured by AUROC. * indicates the statistical significance under p value = 0.05 25 Published as a conference paper at ICLR 2025 L T ASK HEAD C...

  16. [36]

    PX p=1 λipI(Se ≤ t ≤ Sp) #∆i L = nY i=i [ PY p=1 exp −λip(min(t, Ep) − Sp))I(t ≥ Sp) ]

    0.50 0.55 0.60 0.65 0.70 0.75 0.80 AUROC (Higher is better) Mortality 1M Mortality 6M Mortality 12M Readmission 1M Readmission 6M Readmission 12M Pulm HTN 12M SwinUNETR 0.50 0.55 0.60 0.65 0.70 0.75 AUROC (Higher is better) DenseNet 0.50 0.55 0.60 0.65 0.70 0.75 0.80 AUROC (Hi...

  17. [37]

    We have maximum and median time to event distributions for the 8192 labels and all time to event distribution for each occurrence in Figures 17, 18,

    Figure 9: Kaplan-Meier curve for Mortality Figure 10: Kaplan-Meier curve for Readmission 29 Published as a conference paper at ICLR 2025 Figure 11: Kaplan-Meier curve for Pulmonary Hypertension (PH) Figure 12: Kaplan-Meier curve for Atelectasis Figure 13: Kaplan-Meier curve fo...

  18. [38]

    Figure 17: Maximum Time to Event across INSPECT cohort for 8192 future events (Per event) Figure 18: Median Time to Event across INSPECT cohort for 8192 future events (Per event) Figure 19: All Time to Event across INSPECT cohort for 8192 future events (Per occurrence) 32 Publ...

  19. [39]

    Ontology OMOP Extension Medicare Specialty CPT4 CVX ICD9Proc RxNorm SNOMED RxNorm Extension Cancer Modifier ICD10PCS CMS Place of Service Visit Ethnicity Gender ICDO3 Race LOINC HCPCS Table 18: OHDSI Athena ontolgies used in our benchmark Medical Code Description Quintile SNOM...

  20. [40]

    We can observe that the TTE version of the model can focus the pathology in a more reasonable region rather than scattered features learned by different baselines. Actual Atelectasis occured: True GradCAM (base) Atelectasis occured: True GradCAM (MTL) Atelectasis occured: True...

  21. [41]

    Bold indicates the best performance across all models

    Group Concept Counts Gender Female 1844 Male 1370 Age 18-39 448 39-69 1667 69-89 993 >89 106 Race Asian 554 Black 192 Native 74 White 1730 Unknown 664 Ethnicity Hispanic 495 Not Hispanic 2612 Unknown 107 Table 20: Subgroup stratified counts for the test split under INSPECT dat...

  22. [1972]

    Training a neural network based on unreliable human annotation of medical images

    Yair Dgani, Hayit Greenspan, and Jacob Goldberger. Training a neural network based on unreliable human annotation of medical images. In 2018 IEEE 15th International symposium on biomedical imaging (ISBI 2018), pp. 39–42. IEEE,

  23. [1996]

    Deep residual learning for image recog- nition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recog- nition. arxiv e-prints. arXiv preprint arXiv:1512.03385, 10,

  24. [2014]

    doi: 10.1007/978-3-319-09042-9_9

    ISBN 978-3-319-09041-2. doi: 10.1007/978-3-319-09042-9_9. Erika Graf, Claudia Schmoor, Willi Sauerbrei, and Martin Schumacher. Assessment and comparison of prognostic classification schemes for survival data. Statistics in medicine, 18(17-18):2529– 2545,

  25. [2016]

    15 Published as a conference paper at ICLR 2025 ETHICS STATEMENT Research involving de-identifed publicly available data does not require Institutional Review Board (IRB) approval. However, to uphold standards and safeguard patient privacy, we follow the health- care machine l...

  26. [2018]

    Piecewise exponential artificial neural networks (peann) for modeling hazard function with right censored data

    11 Published as a conference paper at ICLR 2025 Marco Fornili, Federico Ambrogi, Patrizia Boracchi, and Elia Biganzoli. Piecewise exponential artificial neural networks (peann) for modeling hazard function with right censored data. In Computation Intelligence Methods for Bioin...

  27. [2019]

    Hemant Ishwaran, Udaya B Kogalur, Eugene H Blackstone, and Michael S Lauer

    URL http://arxiv.org/abs/1901.07031. Hemant Ishwaran, Udaya B Kogalur, Eugene H Blackstone, and Michael S Lauer. Random survival forests

  28. [2020]

    Masked image modeling advances 3d medical image analysis

    Zekai Chen, Devansh Agarwal, Kshitij Aggarwal, Wiem Safta, Mariann Micsinai Balan, and Kevin Brown. Masked image modeling advances 3d medical image analysis. In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pp. 1970–1980,

  29. [2021]

    Capabilities of gemini models in medicine

    Khaled Saab, Tao Tu, Wei-Hung Weng, Ryutaro Tanno, David Stutz, Ellery Wulczyn, Fan Zhang, Tim Strother, Chunjong Park, Elahe Vedadi, et al. Capabilities of gemini models in medicine. arXiv preprint arXiv:2404.18416,

  30. [2022]

    Robust and efficient medical imaging with self-supervision

    Shekoofeh Azizi, Laura Culp, Jan Freyberg, Basil Mustafa, Sebastien Baur, Simon Kornblith, Ting Chen, Patricia MacWilliams, S Sara Mahdavi, Ellery Wulczyn, et al. Robust and efficient medical imaging with self-supervision. arXiv preprint arXiv:2205.09723,

  31. [2023]

    Suraj Pai, Dennis Bontempi, Ibrahim Hadzic, Vasco Prudente, Mateo Sokaˇc, Tafadzwa L Chaunzwa, Simon Bernatz, Ahmed Hosny, Raymond H Mak, Nicolai J Birkbak, et al

    Accessed: 2023-06-07. Suraj Pai, Dennis Bontempi, Ibrahim Hadzic, Vasco Prudente, Mateo Sokaˇc, Tafadzwa L Chaunzwa, Simon Bernatz, Ahmed Hosny, Raymond H Mak, Nicolai J Birkbak, et al. Foundation model for cancer imaging biomarkers. Nature machine intelligence, 6(3):354–367,

  32. [2024]

    Densely connected convolutional networks

    Gao Huang, Zhuang Liu, and Kilian Q Weinberger. Densely connected convolutional networks. corr. arXiv preprint arXiv:1608.06993,

Pith tools

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