paper-with-me

Papers

Low-complexity subspace-descent over symmetric positive definite manifold

2023-05-03 · Yogesh Darmwal, Ketan Rajawat

This work puts forth low-complexity Riemannian subspace descent algorithms for the minimization of functions over the symmetric positive definite (SPD) manifold. Different from the existing Riemannian gradient descent variants, the proposed approach utilizes carefully chosen subspaces that allow the update to be written as a product of the Cholesky factor of the iterate and a sparse matrix. The resulting updates avoid the costly matrix operations like matrix exponentiation and dense matrix multiplication, which are generally required in almost all other Riemannian optimization algorithms on SPD manifold. We further identify a broad class of functions, arising in diverse applications, such as kernel matrix learning, covariance estimation of Gaussian distributions, maximum likelihood parameter estimation of elliptically contoured distributions, and parameter estimation in Gaussian mixture model problems, over which the Riemannian gradients can be calculated efficiently. The proposed uni-directional and multi-directional Riemannian subspace descent variants incur per-iteration complexities of $O(n)$ and $O(n^2)$ respectively, as compared to the $O(n^3)$ or higher complexity incurred by all existing Riemannian gradient descent variants. The superior runtime and low per-iteration complexity of the proposed algorithms is also demonstrated via numerical tests on large-scale covariance estimation and matrix square root problems. MATLAB code implementation is publicly available on GitHub : https://github.com/yogeshd-iitk/subspace_descent_over_SPD_manifold

📄 PDF Abstract BibTeX arXiv:2305.02041

Code (1)

yogeshd-iitk/subspace_descent_over_SPD_manifold 공식 구현

Tasks

parameter estimationRiemannian optimization

Similar Papers 제목 키워드 기반

Kernel Sparse Subspace Clustering on Symmetric Positive Definite Manifolds

2016-01-04 · CVPR 2016 6 · Ming Yin, Yi Guo, Junbin Gao, Zhaoshui He 외

Sparse subspace clustering (SSC), as one of the most successful subspace clustering methods, has achieved notable clustering accuracy in computer vision tasks. However, SSC applies only to vector data in Euclidean space.…

Clustering

Asymmetric matrix sensing by gradient descent with small random initialization

2023-09-04 · Johan S. Wind

We study matrix sensing, which is the problem of reconstructing a low-rank matrix from a few linear measurements. It can be formulated as an overparameterized regression problem, which can be solved by factorized gradien…

Anchor-based Multi-view Subspace Clustering with Hierarchical Feature Descent

2023-10-11 · Qiyuan Ou, Siwei Wang, Pei Zhang, Sihang Zhou 외

Multi-view clustering has attracted growing attention owing to its capabilities of aggregating information from various sources and its promising horizons in public affairs. Up till now, many advanced approaches have bee…

ClusteringMulti-view Subspace Clustering

Riemannian coordinate descent algorithms on matrix manifolds

2024-06-04 · Andi Han, Pratik Jawanpuria, Bamdev Mishra

Many machine learning applications are naturally formulated as optimization problems on Riemannian manifolds. The main idea behind Riemannian optimization is to maintain the feasibility of the variables while moving alon…

Riemannian optimization

A Two-Stage Subspace Trust Region Approach for Deep Neural Network Training

2018-05-23 · Viacheslav Dudar, Giovanni Chierchia, Emilie Chouzenoux, Jean-Christophe Pesquet 외

In this paper, we develop a novel second-order method for training feed-forward neural nets. At each iteration, we construct a quadratic approximation to the cost function in a low-dimensional subspace. We minimize this …