Separable Algorithms for Matrix Factorization with Presence of Missing Data

Shian Wang,Min Gan,Guang-yong Chen
2021-01-01
Abstract:Low-rank matrix factorization (LRMF) frequently appears in various tasks in computer vision, e.g., bundle adjustment. Singular value decomposition (SVD) is a well-known approach to solve LRMF. However, it fails when the matrix is relatively large or the elements of target are lost. In this paper, we formulate the LRMF as a separable nonlinear least squares problem. An iterative algorithm, a combination of variable projection (VP) algorithm and BFGS method (named VP-BFGS), is proposed to solve this problem. The algorithm first utilizes the VP strategy to eliminate part of the parameters (i.e., a matrix), and then the BFGS method is used to estimate the other matrix. In numerical experiments, compared with the joint method, Gauss-Newton method and LM method, the VP-BFGS method achieves competitive performance, especially when the ratio of deficiency to existence is high.
What problem does this paper attempt to address?