paper-with-me

Papers

Principal Component Analysis based frameworks for efficient missing data imputation algorithms

2022-05-30 · Thu Nguyen, Hoang Thien Ly, Michael Alexander Riegler, Pål Halvorsen, Hugo L. Hammer

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).

📄 PDF Abstract BibTeX arXiv:2205.15150

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDimensionality ReductionImputation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Blockwise Principal Component Analysis for monotone missing data imputation and dimensionality reduction

2023-05-10 · Tu T. Do, Mai Anh Vu, Tuan L. Vo, Hoang Thien Ly 외

Monotone missing data is a common problem in data analysis. However, imputation combined with dimensionality reduction can be computationally expensive, especially with the increasing size of datasets. To address this is…

Dimensionality ReductionImputation

Streaming Principal Component Analysis in Noisy Setting

2018-07-01 · ICML 2018 7 · Teodor Vanislavov Marinov, Poorya Mianjy, Raman Arora

We study streaming algorithms for principal component analysis (PCA) in noisy settings. We present computationally efficient algorithms with sub-linear regret bounds for PCA in the presence of noise, missing data, a…

Phase transition in PCA with missing data: Reduced signal-to-noise ratio, not sample size!

2019-05-02 · Niels Bruun Ipsen, Lars Kai Hansen

How does missing data affect our ability to learn signal structures? It has been shown that learning signal structure in terms of principal components is dependent on the ratio of sample size and dimensionality and that …

Hierarchical Probabilistic Principal Component Analysis of Longitudinal Data

2026-04-23 · Xinyu Zhang, Ameer Qaqish, D. Y. Lin, Didong Li arxiv

In many longitudinal studies, a large number of variables are measured repeatedly over time, with substantial missing data. Existing methods, such as probabilistic principal component analysis (PPCA), are ill-equipped to…

Probabilistic Contrastive Principal Component Analysis

2020-12-14 · Didong Li, Andrew Jones, Barbara Engelhardt

Dimension reduction is useful for exploratory data analysis. In many applications, it is of interest to discover variation that is enriched in a "foreground" dataset relative to a "background" dataset. Recently, contrast…

Dimensionality ReductionUncertainty Quantification