MLLGMar 5, 2021

Deep Generative Pattern-Set Mixture Models for Nonignorable Missingness

arXiv:2103.03532v15 citations
AI Analysis

This addresses a critical issue in data analysis for fields like healthcare or social sciences where missing data can bias results, though it is incremental as it builds on existing pattern-set mixture models.

The paper tackles the problem of imputing missing data, especially under nonignorable missingness, by proposing a variational autoencoder that clusters missing data into pattern sets, achieving state-of-the-art performance with significant improvements when missing data is high and nonignorable.

We propose a variational autoencoder architecture to model both ignorable and nonignorable missing data using pattern-set mixtures as proposed by Little (1993). Our model explicitly learns to cluster the missing data into missingness pattern sets based on the observed data and missingness masks. Underpinning our approach is the assumption that the data distribution under missingness is probabilistically semi-supervised by samples from the observed data distribution. Our setup trades off the characteristics of ignorable and nonignorable missingness and can thus be applied to data of both types. We evaluate our method on a wide range of data sets with different types of missingness and achieve state-of-the-art imputation performance. Our model outperforms many common imputation algorithms, especially when the amount of missing data is high and the missingness mechanism is nonignorable.

Code Implementations1 repo
Foundations

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

Your Notes