Explains various PCA and SPCA methods with theory and applications.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
The paper compares PCA and PP for scRNA sequencing data.
Principal component analysis (PCA) is an unsupervised method for learning low-dimensional features with orthogonal projections. Multilinear PCA methods extend PCA to deal with multidimensional data (tensors) directly via tensor-to-tensor projection or tensor-to-vector projection (TVP). However, under the TVP setting, i…
PCA minor projection is most sensitive to distributional changes in bivariate data.
One technique to visualize the training of neural networks is to perform PCA on the parameters over the course of training and to project to the subspace spanned by the first few PCA components. In this paper we compare this technique to the PCA of a high dimensional random walk. We compute the eigenvalues and eigenvec…
PCA outperforms random projections in retaining second order signals from latent groups.
A new method detects sparse changes in high-dimensional data streams using tailored PCA projections.
EB-PCA reduces noise in high-dimensional PCA by estimating a joint prior distribution.
Principal Component Analysis (PCA) is a very successful dimensionality reduction technique, widely used in predictive modeling. A key factor in its widespread use in this domain is the fact that the projection of a dataset onto its first principal components minimizes the sum of squared errors between the original …
Principal component analysis (PCA) for binary data, known as logistic PCA, has become a popular alternative to dimensionality reduction of binary data. It is motivated as an extension of ordinary PCA by means of a matrix factorization, akin to the singular value decomposition, that maximizes the Bernoulli log-likelihoo…
KAN-PCA improves asset return analysis by capturing more variance than classical PCA during market crises.
We develop efficient algorithms for robust PCA that handle outliers.
Principal Component Analysis (PCA) has wide applications in machine learning, text mining and computer vision. Classical PCA based on a Gaussian noise model is fragile to noise of large magnitude. Laplace noise assumption based PCA methods cannot deal with dense noise effectively. In this paper, we propose Cauchy Princ…
A fast method for sparse PCA reduces computation time.
Principal component analysis (PCA) is a popular method for projecting data onto uncorrelated components in lower dimension, although the optimal number of components is not specified. Likewise, multiple signal classification (MUSIC) algorithm is a popular PCA-based method for estimating directions of arrival (DOAs) of …
It is well known that Principal Component Analysis (PCA) is strongly affected by outliers and a lot of effort has been put into robustification of PCA. In this paper we present a new algorithm for robust PCA minimizing the trimmed reconstruction error. By directly minimizing over the Stiefel manifold, we avoid deflatio…
Develops PRPCA for smooth image recovery combining low-rank and smoothness.
Paper studies statistical manifolds with logarithmic divergences.
Paper proposes estimators for sparse PCA with oracle property.
PCA++ improves robustness to background noise in contrastive learning.
New method SP-PPCA reduces outlier impact in PCA.
New fair PCA method using streaming algorithms with statistical guarantees.
New statistical methods for analyzing distributions using Wasserstein metric.
SDSPCAAN combines supervised and local data structures for better dimensionality reduction.
PCA-based dimensionality reduction improves robustness in overparameterized linear models.
Performance of nuclear threat detection systems based on gamma-ray spectrometry often strongly depends on the ability to identify the part of measured signal that can be attributed to background radiation. We have successfully applied a method based on Principal Component Analysis (PCA) to obtain a compact null-space m…
Proposes MPCA for robust PCA using mode estimation.
New method for decomposing high-dimensional parametric domains using PCA and inverse projection.
RieCUR improves Robust PCA by combining Riemannian optimization and CUR decompositions.
Following widely used in visual recognition concept of relative attributes, the article establishes definition of the relative PCA attributes for a class of objects defined by vectors of their parameters. A new rating model (RELARM) is built using relative PCA attribute ranking functions for rating object description a…
Efficient algorithm for sparse PCA reduces data complexity.
This work improves PCA for robustness against adversarial perturbations.
We propose a new method for robust PCA -- the task of recovering a low-rank matrix from sparse corruptions that are of unknown value and support. Our method involves alternating between projecting appropriate residuals onto the set of low-rank matrices, and the set of sparse matrices; each projection is {\em non-convex…
We show how to efficiently project a vector onto the top principal components of a matrix, without explicitly computing these components. Specifically, we introduce an iterative algorithm that provably computes the projection using few calls to any black-box routine for ridge regression. By avoiding explicit principal …
Algorithm reduces high-dimensional SLB regret by exploiting hidden low-rank structure.
A new PMA method combines PCA and PLS for better classification.
Auto-Associative models cover a large class of methods used in data analysis. In this paper, we describe the generals properties of these models when the projection component is linear and we propose and test an easy to implement Probabilistic Semi-Linear Auto- Associative model in a Gaussian setting. We show it is a g…
Proposes a new PCA method that balances Euclidean and angle distances.
In this paper we analyze approximate methods for undertaking a principal components analysis (PCA) on large data sets. PCA is a classical dimension reduction method that involves the projection of the data onto the subspace spanned by the leading eigenvectors of the covariance matrix. This projection can be used either…
Many modern datasets can be represented as graphs and hence spectral decompositions such as graph principal component analysis (PCA) can be useful. Distinct from previous graph decomposition approaches based on subspace projection of a single topological feature, e.g., the Fiedler vector of centered graph adjacency mat…
Fast algorithm recovers principal eigenvector from noisy matrices.
PCA adapted for curved spaces improves data analysis.
New implicit Krasulina's k-PCA update avoids QR-decomposition and improves convergence.
Uncertainty-aware PCA preserves data uncertainty during dimensionality reduction.
Improved PCA accuracy using maximum entropy method.
The presence of a sparse "truth" has been a constant assumption in the theoretical analysis of sparse PCA and is often implicit in its methodological development. This naturally raises questions about the properties of sparse PCA methods and how they depend on the assumption of sparsity. Under what conditions can the r…
For many years, a combination of principal component analysis (PCA) and independent component analysis (ICA) has been used for blind source separation (BSS). However, it remains unclear why these linear methods work well with real-world data that involve nonlinear source mixtures. This work theoretically validates that…
Adaptive probabilistic PCA adapts complexity with varying subspaces.