LGMLMay 30, 2022

Principal Component Analysis based frameworks for efficient missing data imputation algorithms

arXiv:2205.15150v36 citationsh-index: 49
Originality Incremental advance
AI Analysis

This work addresses scalability issues in missing data imputation for high-dimensional data, which is an incremental improvement over existing techniques.

The authors tackled the problem of missing data imputation in high-dimensional datasets by proposing PCA-based frameworks (PCAI and PIC) that significantly speed up imputation and reduce memory usage without compromising imputation quality, achieving competitive mean square error and classification accuracy compared to direct methods.

Missing data is a commonly occurring problem in practice. Many imputation methods have been developed to fill in the missing entries. However, not all of them can scale to high-dimensional data, especially the multiple imputation techniques. Meanwhile, the data nowadays tends toward high-dimensional. Therefore, in this work, we propose Principal Component Analysis Imputation (PCAI), a simple but versatile framework based on Principal Component Analysis (PCA) to speed up the imputation process and alleviate memory issues of many available imputation techniques, without sacrificing the imputation quality in term of MSE. In addition, the frameworks can be used even when some or all of the missing features are categorical, or when the number of missing features is large. Next, we introduce PCA Imputation - Classification (PIC), an application of PCAI for classification problems with some adjustments. We validate our approach by experiments on various scenarios, which shows that PCAI and PIC can work with various imputation algorithms, including the state-of-the-art ones and improve the imputation speed significantly, while achieving competitive mean square error/classification accuracy compared to direct imputation (i.e., impute directly on the missing data).

Foundations

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

Your Notes