Papers › CDMT-EHR: A Continuous-Time Diffusion Framework for Generating Mixed-Type Time-Series...

CDMT-EHR: A Continuous-Time Diffusion Framework for Generating Mixed-Type Time-Series Electronic Health Records

24 Mar 2026arXiv:2603.23719added by Syntology

Shaonan Liu, Yuichiro Iwashita, Soichiro Nakako, Masakazu Iwamura, Koichi Kise

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Electronic health records (EHRs) are invaluable for clinical research, yet privacy concerns severely restrict data sharing. Synthetic data generation offers a promising solution, but EHRs present unique challenges: they contain both numerical and categorical features that evolve over time. While diffusion models have demonstrated strong performance in EHR synthesis, existing approaches predominantly rely on discrete-time formulations, which suffer from finite-step approximation errors and coupled training-sampling step counts. We propose a continuous-time diffusion framework for generating mixed-type time-series EHRs with three contributions: (1) continuous-time diffusion with a bidirectional gated recurrent unit backbone for capturing temporal dependencies, (2) unified Gaussian diffusion via learnable continuous embeddings for categorical variables, enabling joint cross-feature modeling, and (3) a factorized learnable noise schedule that adapts to per-feature-per-timestep learning difficulties. Experiments on two large-scale intensive care unit datasets demonstrate that our method outperforms existing approaches in downstream task performance, distribution fidelity, and discriminability, while requiring only 50 sampling steps compared to 1,000 for baseline methods. Classifier-free guidance further enables effective conditional generation for class-imbalanced clinical scenarios.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2603.23719")

Code

Syntology Ran 12 of 13 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 7 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: found in paper text by Syntology: 12 samples from 1 repository, 11 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MuhangTian/TimeDiff found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 12 ran; 7 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran · honoured contract
1ran · violated contract
1ran · our draft was wrong
2ran · fixture could not drive it
1ran
1unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from MuhangTian/TimeDiff. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

MixedDiffusion MuhangTian/TimeDiff/models/ETDiff/mixed_diffusion.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · f477903aba4a2f4a · report
cosine_beta_schedule MuhangTian/TimeDiff/models/ETDiff/mixed_diffusion.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 8b42982e2c7c0dad · report
index_to_log_onehot MuhangTian/TimeDiff/models/ETDiff/mixed_diffusion.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 9006747e78806da5 · report
log_1_min_a MuhangTian/TimeDiff/models/ETDiff/mixed_diffusion.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 479771b269fc5883 · report
log_add_exp MuhangTian/TimeDiff/models/ETDiff/mixed_diffusion.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 032c0dece6594020 · report
log_categorical MuhangTian/TimeDiff/models/ETDiff/mixed_diffusion.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · f4b18dd8f67674cb · report
log_sub_exp MuhangTian/TimeDiff/models/ETDiff/mixed_diffusion.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 37a38bf397048f2f · report
normalize_to_neg_one_to_one MuhangTian/TimeDiff/models/ETDiff/mixed_diffusion.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · d59a982935baf437 · report
ohe_to_categories MuhangTian/TimeDiff/models/ETDiff/mixed_diffusion.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 2062a2b6d6a6069f · report
sum_except_batch MuhangTian/TimeDiff/models/ETDiff/mixed_diffusion.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 5eb945b1f970f6af · report
unnormalize_to_zero_to_one MuhangTian/TimeDiff/models/ETDiff/mixed_diffusion.py found in paper text by Syntology ran · violated contract fingerprinted no licence file found · pointer only · e40e4381110f6992 · report
sliced_logsumexp MuhangTian/TimeDiff/models/ETDiff/mixed_diffusion.py found in paper text by Syntology unverified no licence file found · pointer only · 798d04e9748b33fd · report
linear_beta_schedule identical code first harvested elsewhere ran · honoured contract fingerprinted licence of this copy not recorded · 482723f534770483 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.23719, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections