Fast matrix completion without the condition number
Moritz Hardt, Mary Wootters

TL;DR
This paper introduces a novel matrix completion algorithm with polynomial time and sample complexity, which is efficient even for matrices with high condition numbers, improving upon previous methods.
Contribution
The paper presents the first algorithm for matrix completion with runtime and sample complexity polynomial in rank, linear in dimension, and logarithmic in condition number.
Findings
Algorithm has polynomial runtime and sample complexity.
Performance is logarithmic in the condition number.
The method is robust to noise.
Abstract
We give the first algorithm for Matrix Completion whose running time and sample complexity is polynomial in the rank of the unknown target matrix, linear in the dimension of the matrix, and logarithmic in the condition number of the matrix. To the best of our knowledge, all previous algorithms either incurred a quadratic dependence on the condition number of the unknown matrix or a quadratic dependence on the dimension of the matrix in the running time. Our algorithm is based on a novel extension of Alternating Minimization which we show has theoretical guarantees under standard assumptions even in the presence of noise.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Blind Source Separation Techniques · Stochastic Gradient Optimization Techniques
