paper-with-me

Papers

A New Basis for Sparse Principal Component Analysis

2020-07-01 · Fan Chen, Karl Rohe

Previous versions of sparse principal component analysis (PCA) have presumed that the eigen-basis (a $p \times k$ matrix) is approximately sparse. We propose a method that presumes the $p \times k$ matrix becomes approximately sparse after a $k \times k$ rotation. The simplest version of the algorithm initializes with the leading $k$ principal components. Then, the principal components are rotated with an $k \times k$ orthogonal rotation to make them approximately sparse. Finally, soft-thresholding is applied to the rotated principal components. This approach differs from prior approaches because it uses an orthogonal rotation to approximate a sparse basis. One consequence is that a sparse component need not to be a leading eigenvector, but rather a mixture of them. In this way, we propose a new (rotated) basis for sparse PCA. In addition, our approach avoids "deflation" and multiple tuning parameters required for that. Our sparse PCA framework is versatile; for example, it extends naturally to a two-way analysis of a data matrix for simultaneous dimensionality reduction of rows and columns. We provide evidence showing that for the same level of sparsity, the proposed sparse PCA method is more stable and can explain more variance compared to alternative methods. Through three applications -- sparse coding of images, analysis of transcriptome sequencing data, and large-scale clustering of social networks, we demonstrate the modern usefulness of sparse PCA in exploring multivariate data.

📄 PDF Abstract BibTeX arXiv:2007.00596

Code (2)

fchen365/epca
vaskarageorg/SCA_MR

Tasks

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

Principal Basis Analysis in Sparse Representation

2015-11-25 · Hong Sun, Cheng-Wei Sang, Chen-Guang Liu

This article introduces a new signal analysis method, which can be interpreted as a principal component analysis in sparse decomposition of the signal. The method, called principal basis analysis, is based on a novel cri…

DenoisingImage Denoising

Sparse Principal Component Analysis via Rotation and Truncation

2014-03-06 · Zhenfang Hu, Gang Pan, Yueming Wang, Zhaohui Wu

Sparse principal component analysis (sparse PCA) aims at finding a sparse basis to improve the interpretability over the dense basis of PCA, meanwhile the sparse basis should cover the data subspace as much as possible. …

Improving Sparse Representation-Based Classification Using Local Principal Component Analysis

2016-07-04 · Chelsea Weaver, Naoki Saito

Sparse representation-based classification (SRC), proposed by Wright et al., seeks the sparsest decomposition of a test sample over the dictionary of training samples, with classification to the most-contributing class. …

ClassificationDimensionality ReductionGeneral ClassificationSparse Representation-based Classification

Learning Rank Reduced Interpolation with Principal Component Analysis

2017-03-15 · Matthias Ochs, Henry Bradler, Rudolf Mester

In computer vision most iterative optimization algorithms, both sparse and dense, rely on a coarse and reliable dense initialization to bootstrap their optimization procedure. For example, dense optical flow algorithms p…

Optical Flow Estimation

Do algorithms and barriers for sparse principal component analysis extend to other structured settings?

2023-07-25 · Guanyi Wang, Mengqi Lou, Ashwin Pananjady

We study a principal component analysis problem under the spiked Wishart model in which the structure in the signal is captured by a class of union-of-subspace models. This general class includes vanilla sparse PCA as we…