Research
On-device research index

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.

168,695 papers · 148 categories

Trend · papers per month

248495743990 · Jun 202019922001200920172026
48 results for sparse eigenvalue problem

Paper develops IFTRR to solve sparse generalized eigenvalue problems efficiently.

problem Finding the leading eigenvector with at most k nonzero entries in sparse generalized eigenvalue problems.
method Inverse-free truncated Rayleigh-Ritz method (IFTRR) with a new truncation strategy.
result IFTRR efficiently finds the support set of the leading eigenvector for large scale problems.

This paper considers the sparse eigenvalue problem, which is to extract dominant (largest) sparse eigenvectors with at most kk non-zero components. We propose a simple yet effective solution called truncated power method that can approximately solve the underlying nonconvex optimization problem. A strong sparse recove…

2011-12-12abs ↗pdf ↗

In this paper, we consider an 0\ell_{0}-norm penalized formulation of the generalized eigenvalue problem (GEP), aimed at extracting the leading sparse generalized eigenvector of a matrix pair. The formulation involves maximization of a discontinuous nonconcave objective function over a nonconvex constraint set, and is…

2014-08-28abs ↗pdf ↗

This article provides a new toolbox to derive sparse recovery guarantees from small deviations on extreme singular values or extreme eigenvalues obtained in Random Matrix Theory. This work is based on Restricted Isometry Constants (RICs) which are a pivotal notion in Compressed Sensing and High-Dimensional Statistics a…

2016-04-05abs ↗pdf ↗

We investigate the difference between using an 1\ell_1 penalty versus an 1\ell_1 constraint in generalized eigenvalue problems, such as principal component analysis and discriminant analysis. Our main finding is that an 1\ell_1 penalty may fail to provide very sparse solutions; a severe disadvantage for variable sel…

2014-10-22abs ↗pdf ↗

We consider principal component analysis (PCA) in decomposable Gaussian graphical models. We exploit the prior information in these models in order to distribute its computation. For this purpose, we reformulate the problem in the sparse inverse covariance (concentration) domain and solve the global eigenvalue problem …

2008-08-18abs ↗pdf ↗

Sparse GCA finds linear relationships in multiple datasets, using gradient descent.

problem Finding linear relationships across multiple datasets with sparse loading vectors.
method Formulated as generalized eigenvalue problems, used a thresholded gradient descent algorithm.
result Proposed algorithm yields tight estimation error bounds and demonstrates effectiveness on synthetic datasets.

The computation of the sparse principal component of a matrix is equivalent to the identification of its principal submatrix with the largest maximum eigenvalue. Finding this optimal submatrix is what renders the problem NP{\mathcal{NP}}-hard. In this work, we prove that, if the matrix is positive semidefinite and its …

2013-12-20abs ↗pdf ↗

Many signal processing and machine learning methods share essentially the same linear-in-the-parameter model, with as many parameters as available samples as in kernel-based machines. Sparse approximation is essential in many disciplines, with new challenges emerging in online learning with kernels. To this end, severa…

2014-09-21abs ↗pdf ↗

This paper proposes exact and approximation algorithms for Sparse PCA, improving interpretability and scalability.

problem Selecting a prespecified-size principal submatrix from a covariance matrix to maximize its largest eigenvalue.
method Proposes two exact mixed-integer SDPs and a mixed-integer linear program (MILP) for SPCA, analyzes theoretical optimality gaps, and develops approximation algorithms.
result The proposed algorithms achieve strong theoretical optimality and effective scalability, with continuous relaxations close to optimality and MILP solving small to medium-size instances.

We consider a joint processing of nn independent sparse regression problems. Each is based on a sample (yi1,xi1)...,(yim,xim)(y_{i1},x_{i1})...,(y_{im},x_{im}) of mm \iid observations from $y_{i1}=x_{i1}\tβ_i+\eps_{i1}$, yi1Ry_{i1}\in \R, xi1Rpx_{i 1}\in\R^p, i=1,...,ni=1,...,n, and $\eps_{i1}\dist N(0,\sig^2)$, say. pp is large enough so that the…

2009-11-30abs ↗pdf ↗

Spectral algorithms are classic approaches to clustering and community detection in networks. However, for sparse networks the standard versions of these algorithms are suboptimal, in some cases completely failing to detect communities even when other algorithms such as belief propagation can do so. Here we introduce a…

2013-06-24abs ↗pdf ↗

New algorithm finds sparse matrices on Stiefel manifold for optimisation.

problem Finding sparse matrices on Stiefel manifold for optimisation.
method Modified Orthogonal Iteration algorithm for sparse global optimality.
result Proposed method finds globally optimal sparse Stiefel matrices.

Subspace clustering is the problem of clustering data points into a union of low-dimensional linear/affine subspaces. It is the mathematical abstraction of many important problems in computer vision, image processing and machine learning. A line of recent work (4, 19, 24, 20) provided strong theoretical guarantee for s…

2015-04-04abs ↗pdf ↗

This paper is a tutorial for eigenvalue and generalized eigenvalue problems. We first introduce eigenvalue problem, eigen-decomposition (spectral decomposition), and generalized eigenvalue problem. Then, we mention the optimization problems which yield to the eigenvalue and generalized eigenvalue problems. We also prov…

2019-03-25abs ↗pdf ↗

New algorithm reduces sample complexity for sparse linear regression.

problem Sparse linear regression with correlated covariates and approximate dependencies.
method Polynomial-time algorithm that adapts the Lasso to tolerate approximate dependencies.
result Achieves near-optimal sample complexity for constant sparsity and ill-conditioned covariates.

We introduce a novel algorithm that computes the kk-sparse principal component of a positive semidefinite matrix AA. Our algorithm is combinatorial and operates by examining a discrete set of special vectors lying in a low-dimensional eigen-subspace of AA. We obtain provable approximation guarantees that depend on t…

2013-03-03abs ↗pdf ↗

We perform a finite sample analysis of the detection levels for sparse principal components of a high-dimensional covariance matrix. Our minimax optimal test is based on a sparse eigenvalue statistic. Alas, computing this test is known to be NP-complete in general, and we describe a computationally efficient alternativ…

2012-02-23abs ↗pdf ↗

The paper sets lower bounds for Laplacian eigenvalues and clamped plate problem eigenvalues.

problem Eigenvalues of the Laplace operator and clamped plate problem.
method Sharp lower bounds for Laplacian eigenvalues and clamped plate problem eigenvalues.
result Sharp lower bounds for Laplacian eigenvalues and clamped plate problem eigenvalues.

The graphical lasso (glasso) is a widely-used fast algorithm for estimating sparse inverse covariance matrices. The glasso solves an L1 penalized maximum likelihood problem and is available as an R library on CRAN. The output from the glasso, a regularized covariance matrix estimate a sparse inverse covariance matrix e…

2011-11-11abs ↗pdf ↗

Efficiently infers sparse networks from count data with reduced memory usage.

problem Sparse network inference for count data with high dimensions and dependencies.
method Improved Bigraphical Lasso using eigenvalue decomposition of Cartesian product graph.
result Reduced computational complexity from O(n2p2)O(n^2p^2) to O(n2+p2)O(n^2 + p^2).

Machine learning models solve inverse eigenvalue problems for symmetric potentials and refractive indices.

problem Solving inverse eigenvalue problems for symmetric potentials and refractive indices.
method Supervised regression models (k-Nearest Neighbours, Random Forests, Multi-Layer Perceptron) trained on eigenvalue datasets.
result Machine learning methods can numerically solve inverse eigenvalue problems under appropriate parameter tuning.

New biharmonic Steklov problem on forms yields eigenvalue estimates.

problem Eigenvalue estimates for differential forms with curvature quantities.
method Introduced a new biharmonic Steklov problem and proved existence of a discrete spectrum.
result Established Kuttler-Sigillito inequalities connecting eigenvalues of differential forms.

The paper provides estimates for eigenvalues of elliptic differential problems.

problem Computing eigenvalue estimates for elliptic differential problems.
method Analytical computation of eigenvalues for specific types of elliptic differential equations.
result Universal estimates of eigenvalues and gaps between consecutive eigenvalues are derived.

New method estimates Nishimori temperature for node classification in weighted graphs.

problem Estimating Nishimori temperature for Bayesian inference.
method Spectral method using eigenvalues of Bethe Hessian matrix.
result Spectral method outperforms existing approaches in node classification.

Improved lower bounds for poly-Laplacian eigenvalues in arbitrary dimensions.

problem Lower bounds for higher eigenvalues of the poly-Laplacian operator.
method Sharp inequalities and eigenvalue bounds in low and arbitrary dimensions.
result Improved lower bounds for eigenvalues of the poly-Laplacian in arbitrary dimensions.

In study of eigenvalue problems, a classical problem is the Stekloff eigenvalue problem. There are many estimates of the first non- zero Stekloff eigenvalue, including a sharp estimate on surfaces, obtained by Escobar in "The geometry of the first non-zero Stekloff eigenvalue, J. Funct. Anal. 150 (1997)". In this paper…

2015-04-10abs ↗pdf ↗

We consider high-dimensional binary classification by sparse logistic regression. We propose a model/feature selection procedure based on penalized maximum likelihood with a complexity penalty on the model size and derive the non-asymptotic bounds for the resulting misclassification excess risk. The bounds can be reduc…

2017-06-26abs ↗pdf ↗

Sharp bounds found for Steklov-type eigenvalues on surfaces.

problem Finding bounds for the first eigenvalue of Steklov-type problems on compact surfaces.
method Proved bounds using Gaussian curvature constraints and properties of geodesic curvature.
result Sharp lower bounds for the first eigenvalue of Steklov-type problems on compact surfaces.