菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-24
📄 Abstract - Imputation of Unknown Missingness in Sparse Electronic Health Records

Machine learning holds great promise for advancing the field of medicine, with electronic health records (EHRs) serving as a primary data source. However, EHRs are often sparse and contain missing data due to various challenges and limitations in data collection and sharing between healthcare providers. Existing techniques for imputing missing values predominantly focus on known unknowns, such as missing or unavailable values of lab test results; most do not explicitly address situations where it is difficult to distinguish what is missing. For instance, a missing diagnosis code in an EHR could signify either that the patient has not been diagnosed with the condition or that a diagnosis was made, but not shared by a provider. Such situations fall into the paradigm of unknown unknowns. To address this challenge, we develop a general purpose algorithm for denoising data to recover unknown missing values in binary EHRs. We design a transformer-based denoising neural network where the output is thresholded adaptively to recover values in cases where we predict data are missing. Our results demonstrate improved accuracy in denoising medical codes within a real EHR dataset compared to existing imputation approaches and leads to increased performance on downstream tasks using the denoised data. In particular, when applying our method to a real world application, predicting hospital readmission from EHRs, our method achieves statistically significant improvement over all existing baselines.

顶级标签: medical machine learning data
详细标签: missing data imputation electronic health records transformer denoising hospital readmission prediction 或 搜索:

稀疏电子健康记录中未知缺失值的填补 / Imputation of Unknown Missingness in Sparse Electronic Health Records


1️⃣ 一句话总结

这篇论文提出了一种基于Transformer的新算法,专门用于识别和填补电子健康记录中那些难以判断是‘未发生’还是‘已发生但未记录’的未知缺失数据,从而显著提升了医疗数据分析的准确性。

源自 arXiv: 2602.20442