paper-with-me

Papers

Learned Robust PCA: A Scalable Deep Unfolding Approach for High-Dimensional Outlier Detection

2021-10-11 · NeurIPS 2021 12 · HanQin Cai, Jialin Liu, Wotao Yin

Robust principal component analysis (RPCA) is a critical tool in modern machine learning, which detects outliers in the task of low-rank matrix reconstruction. In this paper, we propose a scalable and learnable non-convex approach for high-dimensional RPCA problems, which we call Learned Robust PCA (LRPCA). LRPCA is highly efficient, and its free parameters can be effectively learned to optimize via deep unfolding. Moreover, we extend deep unfolding from finite iterations to infinite iterations via a novel feedforward-recurrent-mixed neural network model. We establish the recovery guarantee of LRPCA under mild assumptions for RPCA. Numerical experiments show that LRPCA outperforms the state-of-the-art RPCA algorithms, such as ScaledGD and AltProj, on both synthetic datasets and real-world applications.

📄 PDF Abstract BibTeX arXiv:2110.05649

Code (1)

caesarcai/lrpca 공식 구현 pytorch

Tasks

Outlier Detection

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

Deeply Learned Robust Matrix Completion for Large-scale Low-rank Data Recovery

2024-12-31 · HanQin Cai, Chandra Kundu, Jialin Liu, Wotao Yin

Robust matrix completion (RMC) is a widely used machine learning tool that simultaneously tackles two critical issues in low-rank data analysis: missing data entries and extreme outliers. This paper proposes a novel scal…

Cloud RemovalMatrix CompletionVideo Background Subtraction

Interpretable Deep Recurrent Neural Networks via Unfolding Reweighted $\ell_1$-$\ell_1$ Minimization: Architecture Design and Generalization Analysis

2020-03-18 · Huynh Van Luong, Boris Joukovsky, Nikos Deligiannis

Deep unfolding methods---for example, the learned iterative shrinkage thresholding algorithm (LISTA)---design deep neural networks as learned variations of optimization methods. These networks have been shown to achieve …

Full Event Particle-Level Unfolding with Variable-Length Latent Variational Diffusion

2024-04-22 · Alexander Shmakov, Kevin Greif, Michael James Fenton, Aishik Ghosh 외

The measurements performed by particle physics experiments must account for the imperfect response of the detectors used to observe the interactions. One approach, unfolding, statistically adjusts the experimental data f…

A Deep Recurrent Neural Network via Unfolding Reweighted l1-l1 Minimization

2019-09-25 · Huynh Van Luong, Duy Hung Le, Nikos Deligiannis

Deep unfolding methods design deep neural networks as learned variations of optimization methods. These networks have been shown to achieve faster convergence and higher accuracy than the original optimization methods. I…

McCatch: Scalable Microcluster Detection in Dimensional and Nondimensional Datasets

2024-03-12 · Braulio V. Sánchez Vinces, Robson L. F. Cordeiro, Christos Faloutsos

How could we have an outlier detector that works even with nondimensional data, and ranks together both singleton microclusters ('one-off' outliers) and nonsingleton microclusters by their anomaly scores? How to obtain s…