paper-with-me

Papers

Finding a sparse vector in a subspace: Linear sparsity using alternating directions

2014-12-15 · NeurIPS 2014 12 · Qing Qu, Ju Sun, John Wright

Is it possible to find the sparsest vector (direction) in a generic subspace $\mathcal{S} \subseteq \mathbb{R}^p$ with $\mathrm{dim}(\mathcal{S})= n < p$? This problem can be considered a homogeneous variant of the sparse recovery problem, and finds connections to sparse dictionary learning, sparse PCA, and many other problems in signal processing and machine learning. In this paper, we focus on a planted sparse model for the subspace: the target sparse vector is embedded in an otherwise random subspace. Simple convex heuristics for this planted recovery problem provably break down when the fraction of nonzero entries in the target sparse vector substantially exceeds $O(1/\sqrt{n})$. In contrast, we exhibit a relatively simple nonconvex approach based on alternating directions, which provably succeeds even when the fraction of nonzero entries is $\Omega(1)$. To the best of our knowledge, this is the first practical algorithm to achieve linear scaling under the planted sparse model. Empirically, our proposed algorithm also succeeds in more challenging data models, e.g., sparse dictionary learning.

📄 PDF Abstract BibTeX arXiv:1412.4659

Code (1)

sunju/psv 공식 구현

Tasks

Dictionary Learning

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

Enhanced Expressive Power and Fast Training of Neural Networks by Random Projections

2018-11-22 · Jian-Feng Cai, Dong Li, Jiaze Sun, Ke Wang

Random projections are able to perform dimension reduction efficiently for datasets with nonlinear low-dimensional structures. One well-known example is that random matrices embed sparse vectors into a low-dimensional su…

compressed sensingDimensionality Reduction

Minimax sparse principal subspace estimation in high dimensions

2012-11-02 · Vincent Q. Vu, Jing Lei

We study sparse principal components analysis in high dimensions, where $p$ (the number of variables) can be much larger than $n$ (the number of observations), and analyze the problem of estimating the subspace spanned b…

Vocal Bursts Intensity Prediction

Sparse PCA with False Discovery Rate Controlled Variable Selection

2024-01-16 · Jasin Machkour, Arnaud Breloy, Michael Muma, Daniel P. Palomar 외

Sparse principal component analysis (PCA) aims at mapping large dimensional data to a linear subspace of lower dimension. By imposing loading vectors to be sparse, it performs the double duty of dimension reduction and v…

Dimensionality ReductionVariable Selection

Fast spectral algorithms from sum-of-squares proofs: tensor decomposition and planted sparse vectors

2015-12-08 · Samuel B. Hopkins, Tselil Schramm, Jonathan Shi, David Steurer

We consider two problems that arise in machine learning applications: the problem of recovering a planted sparse vector in a random linear subspace and the problem of decomposing a random low-rank overcomplete 3-tensor. …

Tensor Decomposition

Finding the Sparsest Vectors in a Subspace: Theory, Algorithms, and Applications

2020-01-20 · Qing Qu, Zhihui Zhu, Xiao Li, Manolis C. Tsakiris 외

The problem of finding the sparsest vector (direction) in a low dimensional subspace can be considered as a homogeneous variant of the sparse recovery problem, which finds applications in robust subspace recovery, dictio…

Dictionary LearningRepresentation Learning