🤖 AI Summary
This work addresses the challenge of irregularly sampled laboratory test data in electronic health records, where missingness patterns often reflect informative clinical decisions and patient states rather than mere noise. The study proposes the first application of diffusion models to jointly model continuous laboratory values and discrete missingness indicators under a missing-not-at-random (MNAR) mechanism, explicitly capturing the clinical informativeness of missing data. By extending the TimeDiff framework with complementary diffusion objectives, temporal alignment, segmented windowing, and joint embedding representations, the method generates highly realistic irregular time series that faithfully reproduce real-world sampling characteristics on the MIMIC-III dataset. Experimental results demonstrate that the synthetic data closely match real trajectories not only in marginal distributions but also in the joint space of values and missingness, effectively modeling the interdependence between physiological states and testing behavior.
📝 Abstract
Laboratory tests in electronic health records are collected irregularly, and the absence of a test order can be as informative as the measurement itself. Such missingness reflects clinicians' decisions and patient physiology, making it important to model it directly rather than treat it as a preprocessing artifact. Here we present a diffusion-based approach for generating clinical time series that jointly models laboratory values and their observation patterns using the public Data Analytics Challenge on Missing Data Imputation (DACMI) benchmark derived from MIMIC-III. To preserve realistic sampling, we align chart times into 4-hour intervals and segment admissions into 7-day windows, producing trajectories that pair each lab value with a corresponding observation indicator. Standard transformations and normalization are applied to stabilize training. Our method extends the TimeDiff framework to learn continuous lab values and discrete missingness patterns through complementary diffusion objectives. Experiments show that the generated data closely match real patient trajectories across individual lab distributions and joint value-missingness embeddings, demonstrating that diffusion models can capture clinically meaningful dependencies between patient physiology and clinicians' testing behavior under MNAR-like (missing-not-at-random) missingness. These preliminary results indicate that our model can serve as an initial component toward developing clinical foundation models. By producing synthetic priors that preserve key physiology-missingness relationships, this work motivates the subsequent training of Prior-Data Fitted Networks capable of leveraging informative missingness, which we will investigate in the extended work.