paper-with-me

Papers

Multimodal Pretraining of Medical Time Series and Notes

2023-12-11 · Ryan King, Tianbao Yang, Bobak Mortazavi

Within the intensive care unit (ICU), a wealth of patient data, including clinical measurements and clinical notes, is readily available. This data is a valuable resource for comprehending patient health and informing medical decisions, but it also contains many challenges in analysis. Deep learning models show promise in extracting meaningful patterns, but they require extensive labeled data, a challenge in critical care. To address this, we propose a novel approach employing self-supervised pretraining, focusing on the alignment of clinical measurements and notes. Our approach combines contrastive and masked token prediction tasks during pretraining. Semi-supervised experiments on the MIMIC-III dataset demonstrate the effectiveness of our self-supervised pretraining. In downstream tasks, including in-hospital mortality prediction and phenotyping, our pretrained model outperforms baselines in settings where only a fraction of the data is labeled, emphasizing its ability to enhance ICU data analysis. Notably, our method excels in situations where very few labels are available, as evidenced by an increase in the AUC-ROC for in-hospital mortality by 0.17 and in AUC-PR for phenotyping by 0.1 when only 1% of labels are accessible. This work advances self-supervised learning in the healthcare domain, optimizing clinical insights from abundant yet challenging ICU data.

📄 PDF Abstract BibTeX arXiv:2312.06855

Code (1)

kingrc15/multimodal-clinical-pretraining 공식 구현 pytorch

Tasks

Mortality PredictionSelf-Supervised LearningTime Series

Similar Papers 제목 키워드 기반

Improving Clinical Outcome Predictions Using Convolution over Medical Entities with Multimodal Learning

2020-11-24 · Batuhan Bardak, Mehmet Tan

Early prediction of mortality and length of stay(LOS) of a patient is vital for saving a patient's life and management of hospital resources. Availability of electronic health records(EHR) makes a huge impact on the heal…

ManagementTime SeriesTime Series Analysis

Improving Medical Predictions by Irregular Multimodal Electronic Health Records Modeling

2022-10-18 · Xinlu Zhang, Shiyang Li, Zhiyu Chen, Xifeng Yan 외

Health conditions among patients in intensive care units (ICUs) are monitored via electronic health records (EHRs), composed of numerical time series and lengthy clinical note sequences, both taken at irregular time inte…

ImputationIrregular Time SeriesTime SeriesTime Series Analysis

Global Contrastive Training for Multimodal Electronic Health Records with Language Supervision

2024-04-10 · Yingbo Ma, Suraj Kolla, Zhenhong Hu, Dhruv Kaliraman 외

Modern electronic health records (EHRs) hold immense promise in tracking personalized patient health trajectories through sequential deep learning, owing to their extensive breadth, scale, and temporal granularity. Nonet…

Contrastive LearningTime Series

REALM: RAG-Driven Enhancement of Multimodal Electronic Health Records Analysis via Large Language Models

2024-02-10 · Yinghao Zhu, Changyu Ren, Shiyun Xie, Shukai Liu 외

The integration of multimodal Electronic Health Records (EHR) data has significantly improved clinical predictive capabilities. Leveraging clinical notes and multivariate time-series EHR, existing models often lack the m…

Language ModellingLarge Language ModelRAGRetrieval-augmented Generation+1

Integrating Text and Time-Series into (Large) Language Models to Predict Medical Outcomes

2025-09-17 · Iyadh Ben Cheikh Larbi, Ajay Madhavan Ravichandran, Aljoscha Burchardt, Roland Roller arxiv

Large language models (LLMs) excel at text generation, but their ability to handle clinical classification tasks involving structured data, such as time series, remains underexplored. In this work, we adapt instruction-t…

Text Generation