MLAILGMay 3

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

arXiv:2605.0167663.5Has Code
AI Analysis

For data scientists dealing with missing data, MissBGM offers a principled and scalable solution that quantifies uncertainty, addressing a known bottleneck in imputation methods.

MissBGM jointly models data-generating and missingness mechanisms using Bayesian generative modeling with neural networks, providing principled posterior uncertainty over imputations. It achieves superior performance over traditional and neural network-based methods across extensive experiments.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes