A Singular Value Thresholding Method for Matrix Completion
J-F Cai, E. J. Candès and Z. Shen, "A Singular Value Thresholding Method for Matrix Completion," SIAM Journal on Optimization, 20(4), 1956-1982. https://statweb.stanford.edu/~candes/papers/SVT.pdf
- Implemented the SVT algorithm to recover 1000 x 1000 matrices;
- Recreated the experimental results;
- Applied the algorithm to real dataset;
- Tested the sensitivity;
- Analyzed the similarities and dissimilarities;
- Minimize the nuclear norm of the matrix under certain constraints.
- Recovering a large matrix from a small subset of its entries.
- Simple first-order methods are used for problem whose optimal solution has low rank.
- Iterative. Produce a sequence of matrix at each step. Perform a soft-thresholding operation on the singular value of sparse matrix.
- Efficient. Minimal storage space.