paper-with-me

홈 › Papers

Unleashing the Potential of Diffusion Models for Incomplete Data Imputation

2024-05-31 · 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.

📄 PDF Abstract BibTeX arXiv:2405.20690

Code (1)

hengruizhang98/DiffPuter 공식 구현 pytorch

Tasks

Imputation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
MAE 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

MissHDD: Hybrid Deterministic Diffusion for Hetrogeneous Incomplete Data Imputation

2025-11-18 · Youran Zhou, Mohamed Reda Bouadjenek, Sunil Aryal arxiv

Incomplete data are common in real-world tabular applications, where numerical, categorical, and discrete attributes coexist within a single dataset. This heterogeneous structure presents significant challenges for exist…

Latent Diffusion for Missing Data

2026-05-27 · Alberte Heering Estad, Ignacio Peis, Jes Frellsen arxiv

Diffusion models have emerged as powerful generative approaches for missing-data imputation, yet most existing methods operate directly in data space and degrade when training data are heavily incomplete. We investigate …

ProDiff: Prototype-Guided Diffusion for Minimal Information Trajectory Imputation

2025-05-29 · Tianci Bu, Le Zhou, Wenchuan Yang, Jianhong Mou 외

Trajectory data is crucial for various applications but often suffers from incompleteness due to device limitations and diverse collection scenarios. Existing imputation methods rely on sparse trajectory or travel inform…

DenoisingImputation

Generative inpainting of incomplete Euclidean distance matrices of trajectories generated by a fractional Brownian motion

2024-04-10 · Alexander Lobashev, Dmitry Guskov, Kirill Polovnikov

Fractional Brownian motion (fBm) features both randomness and strong scale-free correlations, challenging generative models to reproduce the intrinsic memory characterizing the underlying stochastic process. Here we exam…

Imputation

Multi-Modality Conditioned Variational U-Net for Field-of-View Extension in Brain Diffusion MRI

2024-09-20 · Zhiyuan Li, Tianyuan Yao, Praitayini Kanakaraj, Chenyu Gao 외

An incomplete field-of-view (FOV) in diffusion magnetic resonance imaging (dMRI) can severely hinder the volumetric and bundle analyses of whole-brain white matter connectivity. Although existing works have investigated …

Diffusion MRIImputation