paper-with-me

Papers

Robust PCA: Optimization of the Robust Reconstruction Error over the Stiefel Manifold

2015-06-01 · Anastasia Podosinnikova, Simon Setzer, Matthias Hein

It is well known that Principal Component Analysis (PCA) is strongly affected by outliers and a lot of effort has been put into robustification of PCA. In this paper we present a new algorithm for robust PCA minimizing the trimmed reconstruction error. By directly minimizing over the Stiefel manifold, we avoid deflation as often used by projection pursuit methods. In distinction to other methods for robust PCA, our method has no free parameter and is computationally very efficient. We illustrate the performance on various datasets including an application to background modeling and subtraction. Our method performs better or similar to current state-of-the-art methods while being faster.

📄 PDF Abstract BibTeX arXiv:1506.00323

Code (0)

등록된 구현이 없습니다.

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

Disentangled Representation Learning and Generation with Manifold Optimization

2020-06-12 · Arun Pandey, Michael Fanuel, Joachim Schreurs, Johan A. K. Suykens

Disentanglement is a useful property in representation learning which increases the interpretability of generative models such as Variational autoencoders (VAE), Generative Adversarial Models, and their many variants. Ty…

DisentanglementRepresentation LearningStochastic Optimization

Riemannian optimization with a preconditioning scheme on the generalized Stiefel manifold

2019-02-05 · Boris Shustin, Haim Avron

Optimization problems on the generalized Stiefel manifold (and products of it) are prevalent across science and engineering. For example, in computational science they arise in symmetric (generalized) eigenvalue problems…

Dimensionality ReductionRiemannian optimization

Muon on the Stiefel Manifold Admits an Exact Closed-Form Update

2026-08-06 · Mikhail Solonko, Molozhavenko Alexander, Maxim Rakhuba arxiv

We study Muon, a recently proposed matrix-aware optimization method, in the context of the Stiefel manifold. This manifold consists of matrices with orthonormal columns and is ubiquitous in machine learning and scientifi…

Computational Efficiency

Efficient Riemannian Optimization on the Stiefel Manifold via the Cayley Transform

2020-02-04 · ICLR 2020 1 · Jun Li, Li Fuxin, Sinisa Todorovic

Strictly enforcing orthonormality constraints on parameter matrices has been shown advantageous in deep learning. This amounts to Riemannian optimization on the Stiefel manifold, which, however, is computationally expens…

Riemannian optimization

Decentralized Riemannian Conjugate Gradient Method on the Stiefel Manifold

2023-08-21 · Jun Chen, Haishan Ye, Mengmeng Wang, Tianxin Huang 외

The conjugate gradient method is a crucial first-order optimization method that generally converges faster than the steepest descent method, and its computational cost is much lower than that of second-order methods. How…

Second-order methods