paper-with-me

홈 › Papers

Early Prediction of Causes (not Effects) in Healthcare by Long-Term Clinical Time Series Forecasting

2024-08-07 · Michael Staniek, Marius Fracarolli, Michael Hagmann, Stefan Riezler

Machine learning for early syndrome diagnosis aims to solve the intricate task of predicting a ground truth label that most often is the outcome (effect) of a medical consensus definition applied to observed clinical measurements (causes), given clinical measurements observed several hours before. Instead of focusing on the prediction of the future effect, we propose to directly predict the causes via time series forecasting (TSF) of clinical variables and determine the effect by applying the gold standard consensus definition to the forecasted values. This method has the invaluable advantage of being straightforwardly interpretable to clinical practitioners, and because model training does not rely on a particular label anymore, the forecasted data can be used to predict any consensus-based label. We exemplify our method by means of long-term TSF with Transformer models, with a focus on accurate prediction of sparse clinical variables involved in the SOFA-based Sepsis-3 definition and the new Simplified Acute Physiology Score (SAPS-II) definition. Our experiments are conducted on two datasets and show that contrary to recent proposals which advocate set function encoders for time series and direct multi-step decoders, best results are achieved by a combination of standard dense encoders with iterative multi-step decoders. The key for success of iterative multi-step decoding can be attributed to its ability to capture cross-variate dependencies and to a student forcing training strategy that teaches the model to rely on its own previous time step predictions for the next time step prediction.

📄 PDF Abstract BibTeX arXiv:2408.03816

Code (1)

StatNLP/mlhc_2024_prediction_of_causes 공식 구현 pytorch

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

ECOL: Early Detection of COVID Lies Using Content, Prior Knowledge and Source Information

2021-01-14 · Ipek Baris, Zeyd Boukhers

Social media platforms are vulnerable to fake news dissemination, which causes negative consequences such as panic and wrong medication in the healthcare domain. Therefore, it is important to automatically detect fake ne…

Fake News DetectionLanguage ModelingLanguage Modelling

Rural Healthcare Access and Supply Constraints: A Causal Analysis

2024-05-13 · Vitor Melo, Liam Sigaud, Elijah Neilson, Markus Bjoerkheim

Certificate-of-need (CON) laws require that healthcare providers receive approval from a state board before offering additional services in a given community. Proponents of CON laws claim that these laws are needed to pr…

Evaluación del efecto del PAMI en la cobertura en salud de los adultos mayores en Argentina

2023-02-28 · Juan Marcelo Virdis, Fernando Delbianco, María Eugenia Elorza

We conducted regression discontinuity design models in order to evaluate changes in access to healthcare services and financial protection, using as a natural experiment the age required to retire in Argentina, the momen…

regression

Sepsyn-OLCP: An Online Learning-based Framework for Early Sepsis Prediction with Uncertainty Quantification using Conformal Prediction

2025-03-18 · Anni Zhou, Beyah Raheem, Rishikesan Kamaleswaran, Yao Xie

Sepsis is a life-threatening syndrome with high morbidity and mortality in hospitals. Early prediction of sepsis plays a crucial role in facilitating early interventions for septic patients. However, early sepsis predict…

Conformal PredictionModel SelectionPredictionUncertainty Quantification

A Framework for Evaluating Predictive Models Using Synthetic Image Covariates and Longitudinal Data

2024-10-21 · Simon Deltadahl, Andreu Vall, Vijay Ivaturi, Niklas Korsbo

We present a novel framework for synthesizing patient data with complex covariates (e.g., eye scans) paired with longitudinal observations (e.g., visual acuity over time), addressing privacy concerns in healthcare resear…

Benchmarking