paper-with-me

Papers

Feature Grouping and Sparse Principal Component Analysis with Truncated Regularization

2021-06-25 · Haiyan Jiang, Shanshan Qin, Oscar Hernan Madrid Padilla

In this paper, we consider a new variant for principal component analysis (PCA), aiming to capture the grouping and/or sparse structures of factor loadings simultaneously. To achieve these goals, we employ a non-convex truncated regularization with naturally adjustable sparsity and grouping effects, and propose the Feature Grouping and Sparse Principal Component Analysis (FGSPCA). The proposed FGSPCA method encourages the factor loadings with similar values to collapse into disjoint homogeneous groups for feature grouping or into a special zero-valued group for feature selection, which in turn helps reducing model complexity and increasing model interpretation. Usually, existing structured PCA methods require prior knowledge to construct the regularization term. However, the proposed FGSPCA can simultaneously capture the grouping and/or sparse structures of factor loadings without any prior information. To solve the resulting non-convex optimization problem, we propose an alternating algorithm that incorporates the difference-of-convex programming, augmented Lagrange method and coordinate descent method. Experimental results demonstrate the promising performance and efficiency of the new method on both synthetic and real-world datasets. An R implementation of FGSPCA can be found on github {https://github.com/higeeks/FGSPCA}.

📄 PDF Abstract BibTeX arXiv:2106.13685

Code (1)

higeeks/fgspca 공식 구현

Tasks

Dimensionality Reductionfeature selection

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

spca: An R package to Compute Least Squares Sparse Principal Components

2026-06-27 · Giovanni Maria Merola arxiv

This paper introduces the R package spca, which provides a computational framework for least squares sparse principal component analysis (LS-SPCA). Unlike other SPCA methods, LS-SPCA generates uncorrelated sparse princip…

Sparse Principal Component Analysis for High Dimensional Vector Autoregressive Models

2013-06-30 · Zhaoran Wang, Fang Han, Han Liu

We study sparse principal component analysis for high dimensional vector autoregressive time series under a doubly asymptotic framework, which allows the dimension $d$ to scale with the series length $T$. We treat the tr…

Time SeriesTime Series AnalysisVocal Bursts Intensity Prediction

msPCA: An R Package for Sparse PCA with Multiple Components

2026-07-06 · Ryan Cory-Wright, Jean Pauphilet arxiv

We present msPCA: an open-source R package for sparse principal component analysis with multiple components. It implements an alternating maximization algorithm to generate a set of sparse loading vectors that collective…

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

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 approxi…

ClusteringDimensionality Reduction