MLLGDec 2, 2018

Imputation of Clinical Covariates in Time Series

arXiv:1812.00418v137 citations
Originality Incremental advance
AI Analysis

This addresses missing data issues in healthcare analytics, particularly for Electronic Health Records, but is incremental as it extends an existing framework.

The paper tackled the problem of missing data in longitudinal healthcare datasets by introducing MedImpute, a novel imputation algorithm that improved imputation accuracy and downstream model AUC compared to state-of-the-art methods.

Missing data is a common problem in real-world settings and particularly relevant in healthcare applications where researchers use Electronic Health Records (EHR) and results of observational studies to apply analytics methods. This issue becomes even more prominent for longitudinal data sets, where multiple instances of the same individual correspond to different observations in time. Standard imputation methods do not take into account patient specific information incorporated in multivariate panel data. We introduce the novel imputation algorithm MedImpute that addresses this problem, extending the flexible framework of OptImpute suggested by Bertsimas et al. (2018). Our algorithm provides imputations for data sets with missing continuous and categorical features, and we present the formulation and implement scalable first-order methods for a $K$-NN model. We test the performance of our algorithm on longitudinal data from the Framingham Heart Study when data are missing completely at random (MCAR). We demonstrate that MedImpute leads to significant improvements in both imputation accuracy and downstream model AUC compared to state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes