MLAPCOMENov 17, 2015

Optimized Linear Imputation

arXiv:1511.05309v3
Originality Incremental advance
AI Analysis

This is an incremental improvement for data preprocessing in machine learning, addressing a specific convergence issue in imputation methods.

The paper tackles the problem of missing value imputation in high-dimensional datasets by proposing a new method that guarantees convergence, unlike the existing IRMI method which often fails to converge, and shows comparable or superior performance in experiments.

Often in real-world datasets, especially in high dimensional data, some feature values are missing. Since most data analysis and statistical methods do not handle gracefully missing values, the first step in the analysis requires the imputation of missing values. Indeed, there has been a long standing interest in methods for the imputation of missing values as a pre-processing step. One recent and effective approach, the IRMI stepwise regression imputation method, uses a linear regression model for each real-valued feature on the basis of all other features in the dataset. However, the proposed iterative formulation lacks convergence guarantee. Here we propose a closely related method, stated as a single optimization problem and a block coordinate-descent solution which is guaranteed to converge to a local minimum. Experiments show results on both synthetic and benchmark datasets, which are comparable to the results of the IRMI method whenever it converges. However, while in the set of experiments described here IRMI often does not converge, the performance of our methods is shown to be markedly superior in comparison with other methods.

Foundations

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

Your Notes