LGMLDec 1, 2016

Noise-Tolerant Life-Long Matrix Completion via Adaptive Sampling

arXiv:1612.00100v138 citations
Originality Incremental advance
AI Analysis

This work addresses robust matrix completion for applications like recommendation systems and computer vision, offering incremental improvements in noise tolerance and sample efficiency.

The paper tackles the problem of life-long matrix completion with noisy data, presenting algorithms that achieve strong guarantees under bounded deterministic and sparse random noise models, with sample complexities nearly matching prior noiseless results or lower bounds, such as O(μ₀rn log(r/δ)) for exact recovery with high probability.

We study the problem of recovering an incomplete $m\times n$ matrix of rank $r$ with columns arriving online over time. This is known as the problem of life-long matrix completion, and is widely applied to recommendation system, computer vision, system identification, etc. The challenge is to design provable algorithms tolerant to a large amount of noises, with small sample complexity. In this work, we give algorithms achieving strong guarantee under two realistic noise models. In bounded deterministic noise, an adversary can add any bounded yet unstructured noise to each column. For this problem, we present an algorithm that returns a matrix of a small error, with sample complexity almost as small as the best prior results in the noiseless case. For sparse random noise, where the corrupted columns are sparse and drawn randomly, we give an algorithm that exactly recovers an $μ_0$-incoherent matrix by probability at least $1-δ$ with sample complexity as small as $O\left(μ_0rn\log (r/δ)\right)$. This result advances the state-of-the-art work and matches the lower bound in a worst case. We also study the scenario where the hidden matrix lies on a mixture of subspaces and show that the sample complexity can be even smaller. Our proposed algorithms perform well experimentally in both synthetic and real-world datasets.

Foundations

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

Your Notes