Missingness-aware Data Imputation via AI-powered Bayesian Generative Modeling

arXiv stat.ML / 5/5/2026

📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research

Key Points

  • The paper introduces MissBGM, an AI-powered method for missing data imputation that uses Bayesian generative modeling to produce posterior uncertainty rather than a single point estimate.
  • MissBGM explicitly and jointly models both the data-generating process and the missingness mechanism, addressing limitations of approaches that treat missingness implicitly.
  • The authors propose a stochastic optimization scheme with alternating updates of missing values, model parameters, and latent variables until convergence.
  • Theoretical results show consistent convergence of missing-value estimates under mild assumptions, and experiments indicate improved performance over traditional and recent neural-network-based imputers.
  • The project includes open-source code for MissBGM, supporting practical adoption and further research.

Abstract

Missing data imputation remains a fundamental challenge in modern data science, especially when uncertainty quantification is essential. In this work, we propose MissBGM, an AI-powered missing data imputation method via Bayesian generative modeling that bridges the expressive flexibility of neural networks with the statistical rigor of Bayesian inference. Unlike existing methods that often focus on point estimates or treat the missingness mechanism implicitly, MissBGM explicitly and jointly models the data-generating and missingness mechanisms, providing principled posterior uncertainty over imputations rather than a single point estimate. We develop a stochastic optimization framework with alternating updates among missing values, model parameters, and latent variables until convergence. Our theoretical analysis shows that estimates of missing values from MissBGM converge consistently under mild assumptions. Empirically, we demonstrate that MissBGM achieves superior performance over traditional imputers and recent neural network-based methods across extensive experimental settings. These results establish MissBGM as a principled and scalable solution for modern missing data imputation. The code for MissBGM is open sourced at https://github.com/liuq-lab/MissBGM.