CVNov 9, 2018

Matrix Recovery with Implicitly Low-Rank Data

arXiv:1811.03945v11 citations
Originality Incremental advance
AI Analysis

This work addresses matrix recovery for data with non-linear structures, which is a common issue in practical applications, representing an incremental improvement over methods like RPCA.

The paper tackles the problem of matrix recovery from corrupted observations by addressing the limitation of existing methods that assume low-rank data, proposing a novel method that handles non-linear structures by pursuing low-rankness in an implicit feature space, and demonstrates superiority through experiments on synthetic and real datasets.

In this paper, we study the problem of matrix recovery, which aims to restore a target matrix of authentic samples from grossly corrupted observations. Most of the existing methods, such as the well-known Robust Principal Component Analysis (RPCA), assume that the target matrix we wish to recover is low-rank. However, the underlying data structure is often non-linear in practice, therefore the low-rankness assumption could be violated. To tackle this issue, we propose a novel method for matrix recovery in this paper, which could well handle the case where the target matrix is low-rank in an implicit feature space but high-rank or even full-rank in its original form. Namely, our method pursues the low-rank structure of the target matrix in an implicit feature space. By making use of the specifics of an accelerated proximal gradient based optimization algorithm, the proposed method could recover the target matrix with non-linear structures from its corrupted version. Comprehensive experiments on both synthetic and real datasets demonstrate the superiority of our method.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes