Review for Handling Missing Data with special missing mechanism
Youran Zhou, Sunil Aryal, Mohamed Reda Bouadjenek
TL;DR
The paper addresses the challenge of missing data in tabular datasets by foregrounding special missing mechanisms, notably MAR and MNAR, which are less understood than MCAR. It surveys a broad spectrum of imputation methods, ranging from traditional statistical and machine-learning approaches to advanced deep learning and optimization-based techniques, and it highlights methodological gaps in MAR/MNAR handling and data-generation practices. The authors categorize existing methods into deletion, imputation, and representation learning, and they provide guidance on generating MAR/MNAR data for robust evaluation. The work aims to standardize benchmarking, promote deep-learning-driven imputation strategies, and offer actionable directions for future research to improve imputation accuracy and downstream utility in real-world scenarios.
Abstract
Missing data poses a significant challenge in data science, affecting decision-making processes and outcomes. Understanding what missing data is, how it occurs, and why it is crucial to handle it appropriately is paramount when working with real-world data, especially in tabular data, one of the most commonly used data types in the real world. Three missing mechanisms are defined in the literature: Missing Completely At Random (MCAR), Missing At Random (MAR), and Missing Not At Random (MNAR), each presenting unique challenges in imputation. Most existing work are focused on MCAR that is relatively easy to handle. The special missing mechanisms of MNAR and MAR are less explored and understood. This article reviews existing literature on handling missing values. It compares and contrasts existing methods in terms of their ability to handle different missing mechanisms and data types. It identifies research gap in the existing literature and lays out potential directions for future research in the field. The information in this review will help data analysts and researchers to adopt and promote good practices for handling missing data in real-world problems.
