ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 1304.1467
106
21
v1v2v3v4 (latest)

Dimension Independent Matrix Square using MapReduce

4 April 2013
R. Zadeh
Gunnar Carlsson
ArXiv (abs)PDFHTML
Abstract

We compute the singular values of an m×nm \times nm×n sparse matrix AAA in a distributed setting, without communication dependence on mmm, which is useful for very large mmm. In particular, we give a simple nonadaptive sampling scheme where the singular values of AAA 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 ATAA^TAATA. We preserve singular values of ATAA^TAATA with ϵ\epsilonϵ relative error with shuffle size O(n2/ϵ2)O(n^2/\epsilon^2)O(n2/ϵ2) and reduce-key complexity O(n/ϵ2)O(n/\epsilon^2)O(n/ϵ2). We further show that if only specific entries of ATAA^TAATA are required and AAA has nonnegative entries, then we can reduce the shuffle size to O(nlog⁡(n)/s)O(n \log(n) / s)O(nlog(n)/s) and reduce-key complexity to O(log⁡(n)/s)O(\log(n)/s)O(log(n)/s), where sss is the minimum cosine similarity for the entries being estimated. All of our bounds are independent of mmm, the larger dimension. We provide open-source implementations in Spark and Scalding, along with experiments in an industrial setting.

View on arXiv
Comments on this paper