paper-with-me

Papers

Missingness Augmentation: A General Approach for Improving Generative Imputation Models

2021-07-31 · Yufeng Wang, Dan Li, Cong Xu, Min Yang

Missing data imputation is a fundamental problem in data analysis, and many studies have been conducted to improve its performance by exploring model structures and learning procedures. However, data augmentation, as a simple yet effective method, has not received enough attention in this area. In this paper, we propose a novel data augmentation method called Missingness Augmentation (MisA) for generative imputation models. Our approach dynamically produces incomplete samples at each epoch by utilizing the generator's output, constraining the augmented samples using a simple reconstruction loss, and combining this loss with the original loss to form the final optimization objective. As a general augmentation technique, MisA can be easily integrated into generative imputation frameworks, providing a simple yet effective way to enhance their performance. Experimental results demonstrate that MisA significantly improves the performance of many recently proposed generative imputation models on a variety of tabular and image datasets. The code is available at \url{https://github.com/WYu-Feng/Missingness-Augmentation}.

📄 PDF Abstract BibTeX arXiv:2108.02566

Code (1)

WYu-Feng/Missingness-Augmentation 공식 구현 tf

Tasks

Data AugmentationImputation

Similar Papers 제목 키워드 기반

Identifiable Generative Models for Missing Not at Random Data Imputation

2021-10-27 · NeurIPS 2021 12 · Chao Ma, Cheng Zhang

Real-world datasets often have missing values associated with complex generative processes, where the cause of the missingness may not be fully observed. This is known as missing not at random (MNAR) data. However, many …

ImputationMissing Values

Unveiling the Secrets: How Masking Strategies Shape Time Series Imputation

2024-05-26 · Linglong Qian, Yiyuan Yang, Wenjie Du, Jun Wang 외

Time series imputation is a critical challenge in data mining, particularly in domains like healthcare and environmental monitoring, where missing data can compromise analytical outcomes. This study investigates the infl…

ImputationTime Series

Order-Agnostic Autoregressive Modelling with Missing Data

2026-05-07 · Ignacio Peis, Pablo M. Olmos, Jes Frellsen arxiv

Order-Agnostic autoregressive models have demonstrated strong performance in deep generative modeling, yet their use in settings with incomplete data remains largely unexplored. In this work, we reinterpret them through …

Density Estimation

Deep Generative Pattern-Set Mixture Models for Nonignorable Missingness

2021-03-05 · Sahra Ghalebikesabi, Rob Cornish, Luke J. Kelly, Chris Holmes

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 int…

Imputation

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

2026-05-03 · Qiao Liu arxiv

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 …

Stochastic OptimizationBayesian Inference