Early Prediction of Causes (not Effects) in Healthcare by Long-Term Clinical Time Series Forecasting
Michael Staniek, Marius Fracarolli, Michael Hagmann, Stefan Riezler

TL;DR
This paper introduces a method for early prediction of causes in healthcare by forecasting clinical time series data with Transformer models, enabling interpretable and flexible diagnosis based on predicted causes rather than effects.
Contribution
It proposes a novel approach that forecasts causes directly through long-term time series prediction, improving interpretability and flexibility over traditional effect-based predictions.
Findings
Best results achieved with standard dense encoders and iterative multi-step decoders.
Iterative decoding captures cross-variable dependencies effectively.
The method outperforms recent set function encoder approaches.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsForecasting Techniques and Applications
MethodsSparse Evolutionary Training · Linear Layer · Residual Connection · Multi-Head Attention · Attention Is All You Need · Position-Wise Feed-Forward Layer · Adam · Byte Pair Encoding · Softmax · Absolute Position Encodings
