DiffPuter: Empowering Diffusion Models for Missing Data Imputation
Hengrui Zhang, Liancheng Fang, Qitian Wu, Philip S. Yu
TL;DR
DiffPuter introduces an EM-diffusion framework for missing data imputation in tabular data, where the M-step learns a diffusion-based density $p_{m{\theta}}(\boldsymbol{x})$ and the E-step performs conditional sampling to impute $\boldsymbol{x}^{\rm mis}$ given $\boldsymbol{x}^{\rm obs}$. The authors prove that diffusion training corresponds to maximum likelihood estimation while the diffusion-guided conditional imputation yields an Expectation-A Posteriori update for missing values. Empirical results across multiple datasets show DiffPuter consistently outperforms 17 baselines, achieving notable MAE/RMSE gains and demonstrating robustness in both in-sample and out-of-sample settings. The work offers a scalable, principled approach to missing data imputation with practical impact for data cleaning and downstream modeling.
Abstract
Generative models play an important role in missing data imputation in that they aim to learn the joint distribution of full data. However, applying advanced deep generative models (such as Diffusion models) to missing data imputation is challenging due to 1) the inherent incompleteness of the training data and 2) the difficulty in performing conditional inference from unconditional generative models. To deal with these challenges, this paper introduces DiffPuter, a tailored diffusion model combined with the Expectation-Maximization (EM) algorithm for missing data imputation. DiffPuter iteratively trains a diffusion model to learn the joint distribution of missing and observed data and performs an accurate conditional sampling to update the missing values using a tailored reversed sampling strategy. Our theoretical analysis shows that DiffPuter's training step corresponds to the maximum likelihood estimation of data density (M-step), and its sampling step represents the Expected A Posteriori estimation of missing values (E-step). Extensive experiments across ten diverse datasets and comparisons with 17 different imputation methods demonstrate DiffPuter's superior performance. Notably, DiffPuter achieves an average improvement of 6.94% in MAE and 4.78% in RMSE compared to the most competitive existing method.
