Learning to Select the Best Forecasting Tasks for Clinical Outcome Prediction
Yuan Xue, Nan Du, Anne Mottram, Martin Seneviratne, Andrew M. Dai
TL;DR
The paper tackles data-scarce clinical outcome prediction from high-dimensional EMR time-series and introduces AutoSelect, a meta-learning framework that automatically weights a broad set of self-supervised trajectory forecast tasks to pretrain an encoder-based patient representation. It uses a bi-level optimization with an inner self-supervised pretraining loop and an outer meta-objective that updates task weights via gradient-based updates, implemented efficiently with a first-order approximation. Empirical results on the MIMIC-III dataset show AutoSelect yields superior predictive performance, especially when labeled data are limited, and ablations reveal that top-selected tasks align with clinically meaningful signals rather than the full task set. The work highlights the value of targeted self-supervised pretraining and automated task selection for robust, data-efficient clinical risk prediction, while acknowledging broader ethical considerations in EMR-based modeling.
Abstract
We propose to meta-learn an a self-supervised patient trajectory forecast learning rule by meta-training on a meta-objective that directly optimizes the utility of the patient representation over the subsequent clinical outcome prediction. This meta-objective directly targets the usefulness of a representation generated from unlabeled clinical measurement forecast for later supervised tasks. The meta-learned can then be directly used in target risk prediction, and the limited available samples can be used for further fine-tuning the model performance. The effectiveness of our approach is tested on a real open source patient EHR dataset MIMIC-III. We are able to demonstrate that our attention-based patient state representation approach can achieve much better performance for predicting target risk with low resources comparing with both direct supervised learning and pretraining with all-observation trajectory forecast.
