MLLGSPOCJun 18, 2022

Fast and Provable Tensor Robust Principal Component Analysis via Scaled Gradient Descent

arXiv:2206.09109v220 citationsh-index: 46
AI Analysis

This addresses the problem of robust tensor decomposition for data scientists and machine learning practitioners, offering a computationally efficient solution with theoretical guarantees, though it is incremental as it builds on existing tensor RPCA frameworks.

The paper tackles tensor robust principal component analysis (RPCA) to recover a low-rank tensor from sparse corruptions, proposing a scaled gradient descent algorithm that converges linearly at a constant rate independent of condition number and achieves better, more scalable performance than state-of-the-art methods.

An increasing number of data science and machine learning problems rely on computation with tensors, which better capture the multi-way relationships and interactions of data than matrices. When tapping into this critical advantage, a key challenge is to develop computationally efficient and provably correct algorithms for extracting useful information from tensor data that are simultaneously robust to corruptions and ill-conditioning. This paper tackles tensor robust principal component analysis (RPCA), which aims to recover a low-rank tensor from its observations contaminated by sparse corruptions, under the Tucker decomposition. To minimize the computation and memory footprints, we propose to directly recover the low-dimensional tensor factors -- starting from a tailored spectral initialization -- via scaled gradient descent (ScaledGD), coupled with an iteration-varying thresholding operation to adaptively remove the impact of corruptions. Theoretically, we establish that the proposed algorithm converges linearly to the true low-rank tensor at a constant rate that is independent with its condition number, as long as the level of corruptions is not too large. Empirically, we demonstrate that the proposed algorithm achieves better and more scalable performance than state-of-the-art matrix and tensor RPCA algorithms through synthetic experiments and real-world applications.

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