Provable Efficient Online Matrix Completion via Non-convex Stochastic Gradient Descent
Chi Jin, Sham M. Kakade, Praneeth Netrapalli

TL;DR
This paper introduces the first provable, efficient online matrix completion algorithm using non-convex stochastic gradient descent, enabling real-time updates with near linear runtime and competitive accuracy.
Contribution
It develops a novel online matrix completion method with theoretical guarantees, extending non-convex SGD techniques to the online setting for the first time.
Findings
Algorithm achieves near linear runtime per update.
Provides competitive sample complexity compared to offline methods.
Introduces a framework for analyzing SGD avoiding saddle points in non-convex problems.
Abstract
Matrix completion, where we wish to recover a low rank matrix by observing a few entries from it, is a widely studied problem in both theory and practice with wide applications. Most of the provable algorithms so far on this problem have been restricted to the offline setting where they provide an estimate of the unknown matrix using all observations simultaneously. However, in many applications, the online version, where we observe one entry at a time and dynamically update our estimate, is more appealing. While existing algorithms are efficient for the offline setting, they could be highly inefficient for the online setting. In this paper, we propose the first provable, efficient online algorithm for matrix completion. Our algorithm starts from an initial estimate of the matrix and then performs non-convex stochastic gradient descent (SGD). After every observation, it performs a…
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 · Stochastic Gradient Optimization Techniques · Blind Source Separation Techniques
MethodsStochastic Gradient Descent
