Papers › Unleashing the Potential of Diffusion Models for Incomplete Data Imputation

Unleashing the Potential of Diffusion Models for Incomplete Data Imputation

31 May 2024arXiv:2405.20690archive 2025-07-28

Hengrui Zhang, Liancheng Fang, Philip S. Yu

This paper introduces DiffPuter, an iterative method for missing data imputation that leverages the Expectation-Maximization (EM) algorithm and Diffusion Models. By treating missing data as hidden variables that can be updated during model training, we frame the missing data imputation task as an EM problem. During the M-step, DiffPuter employs a diffusion model to learn the joint distribution of both the observed and currently estimated missing data. In the E-step, DiffPuter re-estimates the missing data based on the conditional probability given the observed data, utilizing the diffusion model learned in the M-step. Starting with an initial imputation, DiffPuter alternates between the M-step and E-step until convergence. Through this iterative process, DiffPuter progressively refines the complete data distribution, yielding increasingly accurate estimations of the missing data. Our theoretical analysis demonstrates that the unconditional training and conditional sampling processes of the diffusion model align precisely with the objectives of the M-step and E-step, respectively. Empirical evaluations across 10 diverse datasets and comparisons with 16 different imputation methods highlight DiffPuter's superior performance. Notably, DiffPuter achieves an average improvement of 8.10% in MAE and 5.64% in RMSE compared to the most competitive existing method.

PaperPDFCodeCode 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="2405.20690")

Code

Syntology Ran 19 of 22 code samples harvested from 4 repositories linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 16 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 13 ran; found in paper text by Syntology: 8 samples from 3 repositories, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hengruizhang98/DiffPuter officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

22 samples harvested; 19 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
16ran
3unverified

Licence: 8 of the 22 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 4 repositories linked to this paper, official or community; each sample names its own and says which. “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.

MAR_mask hengruizhang98/DiffPuter/generate_mask.py official repository ran MIT (permissive) · 045f0b1269a7b5bb · report
geglu hengruizhang98/DiffPuter/model.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 49f8fe0655f00ee5 · report
get_eval hengruizhang98/DiffPuter/dataset.py official repository ran MIT (permissive) · 2f212d29fbe5460e · report
get_eval hengruizhang98/DiffPuter/baselines/data_utils.py official repository ran MIT (permissive) · b1c68b94d50528a2 · report
impute_mask hengruizhang98/DiffPuter/diffusion_utils.py official repository ran MIT (permissive) · 329a8965f396e186 · report
load_dataset hengruizhang98/DiffPuter/dataset.py official repository ran MIT (permissive) · d59457aafc8263eb · report
load_dataset hengruizhang98/DiffPuter/generate_mask.py official repository ran MIT (permissive) · d26d22eef9325fc4 · report
load_dataset hengruizhang98/DiffPuter/baselines/data_utils.py official repository ran MIT (permissive) · fa76114f7d86f862 · report
mean_std hengruizhang98/DiffPuter/dataset.py official repository ran MIT (permissive) · b562880458cb56e8 · report
recover_num_cat hengruizhang98/DiffPuter/baselines/data_utils.py official repository ran MIT (permissive) · ab7fbfe5ec2f4127 · report
reglu hengruizhang98/DiffPuter/model.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 58bd3831c7fb6729 · report
sample hengruizhang98/DiffPuter/diffusion_utils.py official repository ran MIT (permissive) · 4082fa134dd9d79d · report
sample_step hengruizhang98/DiffPuter/diffusion_utils.py official repository ran MIT (permissive) · 076c864a096ef0c9 · report
quantile hengruizhang98/DiffPuter/generate_mask.py official repository unverified MIT (permissive) · 4db664a683098ffe · report
ActiveEmbed tydusky/remasker/model_mae.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 4345e594c0696450 · report
GCNLayer G-AILab/IGRM/training/gae.py found in paper text by Syntology ran no licence file found · pointer only · 2bf6368bf67d5224 · report
MAE hezgit/TDM/utils.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 8d036d1ee3960752 · report
MaskEmbed tydusky/remasker/model_mae.py found in paper text by Syntology ran no licence file found · pointer only · 8edce0e0984afeff · report
VGAE G-AILab/IGRM/training/gae.py found in paper text by Syntology ran no licence file found · pointer only · 745618f1f5017c7b · report
nanmean hezgit/TDM/utils.py found in paper text by Syntology ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · bbbb6c22bd6a9a4a · report
MaskedAutoencoder tydusky/remasker/model_mae.py found in paper text by Syntology unverified no licence file found · pointer only · 14d38873e8e0964e · report
get_1d_sincos_pos_embed tydusky/remasker/model_mae.py found in paper text by Syntology unverified no licence file found · pointer only · 39c6826eb272e211 · report

Tasks

Imputation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGNDiffusionMAE

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