We compute the singular values of an sparse matrix in a distributed setting, without communication dependence on , which is useful for very large . In particular, we give a simple nonadaptive sampling scheme where the singular values of are estimated within relative error with constant probability. Our proven bounds focus on the MapReduce framework, which has become the de facto tool for handling such large matrices that cannot be stored or even streamed through a single machine. On the way, we give a general method to compute . We preserve singular values of with relative error with shuffle size and reduce-key complexity . We further show that if only specific entries of are required and has nonnegative entries, then we can reduce the shuffle size to and reduce-key complexity to , where is the minimum cosine similarity for the entries being estimated. All of our bounds are independent of , the larger dimension. We provide open-source implementations in Spark and Scalding, along with experiments in an industrial setting.
View on arXiv