MLLGDec 21, 2022

Deep Unfolded Tensor Robust PCA with Self-supervised Learning

arXiv:2212.11346v111 citationsh-index: 46
Originality Incremental advance
AI Analysis

This addresses a practical issue for data scientists and machine learning practitioners working with tensor data, offering a simpler and more robust alternative to existing methods, though it is incremental as it builds on deep unfolding techniques.

The paper tackled the problem of tensor robust principal component analysis (RPCA) being sensitive to hyperparameters by proposing a fast, self-supervised model using deep unfolding that learns only four hyperparameters, achieving competitive or better performance without ground truth labels and operating in data-starved scenarios.

Tensor robust principal component analysis (RPCA), which seeks to separate a low-rank tensor from its sparse corruptions, has been crucial in data science and machine learning where tensor structures are becoming more prevalent. While powerful, existing tensor RPCA algorithms can be difficult to use in practice, as their performance can be sensitive to the choice of additional hyperparameters, which are not straightforward to tune. In this paper, we describe a fast and simple self-supervised model for tensor RPCA using deep unfolding by only learning four hyperparameters. Despite its simplicity, our model expunges the need for ground truth labels while maintaining competitive or even greater performance compared to supervised deep unfolding. Furthermore, our model is capable of operating in extreme data-starved scenarios. We demonstrate these claims on a mix of synthetic data and real-world tasks, comparing performance against previously studied supervised deep unfolding methods and Bayesian optimization baselines.

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