Incremental Singular Value Decomposition of Uncertain Data with Missing Values

  • Authors:
  • Matthew Brand

  • Affiliations:
  • -

  • Venue:
  • ECCV '02 Proceedings of the 7th European Conference on Computer Vision-Part I
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

We introduce an incremental singular value decomposition (SVD) of incomplete data. The SVD is developed as data arrives, and can handle arbitrary missing/untrusted values, correlated uncertainty across rows or columns of the measurement matrix, and user priors. Since incomplete data does not uniquely specify an SVD, the procedure selects one having minimal rank. For a dense p 脳 q matrix of low rank r, the incremental method has time complexity O(pqr) and space complexity O((p + q)r)--better than highly optimized batch algorithms such as MATLAB's svd(). In cases of missing data, it produces factorings of lower rank and residual than batch SVD algorithms applied to standard missing-data imputations. We show applications in computer vision and audio feature extraction. In computer vision, we use the incremental SVD to develop an efficient and unusually robust subspace-estimating flow-based tracker, and to handle occlusions/missing points in structure-from-motion factorizations.