paper-with-me

Papers

An Efficient and Reliable Tolerance-Based Algorithm for Principal Component Analysis

2021-09-29 · Michael Yeh, Ming Gu

Principal component analysis (PCA) is an important method for dimensionality reduction in data science and machine learning. But, it is expensive for large matrices when only a few principal components are needed. Existing fast PCA algorithms typically assume the user will supply the number of components needed, but in practice, they may not know this number beforehand. Thus, it is important to have fast PCA algorithms depending on a tolerance. For $m\times n$ matrices where a few principal components explain most of the variance in the data, we develop one such algorithm that runs in $O(mnl)$ time, where $l\ll \min(m,n)$ is a small multiple of the number of principal components. We provide approximation error bounds that are within a constant factor away from optimal and demonstrate its utility with data from a variety of applications.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Riemannian CUR Decompositions for Robust Principal Component Analysis

2022-06-17 · Keaton Hamm, Mohamed Meskini, HanQin Cai

Robust Principal Component Analysis (PCA) has received massive attention in recent years. It aims to recover a low-rank matrix and a sparse matrix from their sum. This paper proposes a novel nonconvex Robust PCA algorith…

Riemannian optimization

Delamination prediction in composite panels using unsupervised-feature learning methods with wavelet-enhanced guided wave representations

2022-04-20 · Mahindra Rautela, J. Senthilnath, Ernesto Monaco, S. Gopalakrishnan

With the introduction of damage tolerance-based design philosophies, the demand for reliable and robust structural health monitoring (SHM) procedures for aerospace composite structures is increasing rapidly. The performa…

Anomaly DetectionDimensionality ReductionPhilosophyStructural Health Monitoring

On the estimation of the number of components in multivariate functional principal component analysis

2023-11-08 · Steven Golovkine, Edward Gunning, Andrew J. Simpkin, Norma Bargary

Happ and Greven (2018) developed a methodology for principal components analysis of multivariate functional data observed on different dimensional domains. Their approach relies on an estimation of univariate functional …

Robust Principal Component Analysis Based On Maximum Correntropy Power Iterations

2019-10-24 · Jean P. Chereau, Bruno Scalzo Dees, Danilo P. Mandic

Principal component analysis (PCA) is recognised as a quintessential data analysis technique when it comes to describing linear relationships between the features of a dataset. However, the well-known sensitivity of PCA …

Principal Component Analysis versus Factor Analysis

2021-10-21 · Zenon Gniazdowski

The article discusses selected problems related to both principal component analysis (PCA) and factor analysis (FA). In particular, both types of analysis were compared. A vector interpretation for both PCA and FA has al…