Learning Representations from Incomplete EHR Data with Dual-Masked Autoencoding
Xiao Xiang, David Restrepo, Hyewon Jeong, Yugang Jia, Leo Anthony Celi
TL;DR
This work tackles learning from irregular, sparsely observed EHR time series by proposing AID-MAE, a dual-masked autoencoder that leverages an intrinsic missingness mask and an augmented mask to train on incomplete tables without explicit imputation. The model employs a Transformer-based encoder–decoder on fixed-length grids with value-time embeddings and a dual reconstruction loss, demonstrating state-of-the-art performance on mortality, LOS, and AKI tasks across MIMIC-IV and PhysioNet 2012. Pretrained embeddings transfer strongly in low-label regimes and reveal clinically coherent feature organization and patient subtyping, indicating robust, generalizable representations. The results support dual masking as a scalable approach for tabular EHR representations, with potential extensions to explicit missing-not-at-random modeling and multimodal data.
Abstract
Learning from electronic health records (EHRs) time series is challenging due to irregular sam- pling, heterogeneous missingness, and the resulting sparsity of observations. Prior self-supervised meth- ods either impute before learning, represent missingness through a dedicated input signal, or optimize solely for imputation, reducing their capacity to efficiently learn representations that support clinical downstream tasks. We propose the Augmented-Intrinsic Dual-Masked Autoencoder (AID-MAE), which learns directly from incomplete time series by applying an intrinsic missing mask to represent naturally missing values and an augmented mask that hides a subset of observed values for reconstruction during training. AID-MAE processes only the unmasked subset of tokens and consistently outperforms strong baselines, including XGBoost and DuETT, across multiple clinical tasks on two datasets. In addition, the learned embeddings naturally stratify patient cohorts in the representation space.
