Handling Missing Data in Downstream Tasks With Distribution-Preserving Guarantees
Rahul Bordoloi, Clémence Réda, Saptarshi Bej, Olaf Wolkenhauer
TL;DR
This work tackles missing data in downstream learning by introducing F3I, a fast distribution-preserving imputation method that iteratively refines a nearest-neighbor imputation through learned neighbor weights guided by a concave, differentiable objective. It provides theoretical guarantees on imputation quality and distribution preservation under MCAR, MAR, and MNAR, and extends the framework to joint training with downstream tasks via online learning and PCGrad-based gradient corrections. Theoretical results include high-probability MSE bounds and regret analyses for the online learner, with practical conditions for concavity and Lipschitz continuity of the objective. Empirically, F3I achieves competitive imputation performance and favorable runtimes across standard benchmarks and, when coupled with a classifier (PCGrad-F3I), demonstrates strong performance on joint imputation-classification tasks such as MNIST and drug-disease datasets, highlighting its practical impact for high-dimensional, real-world data.
Abstract
Missing feature values are a significant hurdle for downstream machine-learning tasks such as classification. However, imputation methods for classification might be time-consuming for high-dimensional data, and offer few theoretical guarantees on the preservation of the data distribution and imputation quality, especially for not-missing-at-random mechanisms. First, we propose an imputation approach named F3I based on the iterative improvement of a K-nearest neighbor imputation, where neighbor-specific weights are learned through the optimization of a novel concave, differentiable objective function related to the preservation of the data distribution on non-missing values. F3I can then be chained to and jointly trained with any classifier architecture. Second, we provide a theoretical analysis of imputation quality and data distribution preservation by F3I for several types of missing mechanisms. Finally, we demonstrate the superior performance of F3I on several imputation and classification tasks, with applications to drug repurposing and handwritten-digit recognition data.
