English

Principal Component Analysis and Higher Correlations for Distributed Data

Data Structures and Algorithms 2014-07-01 v4 Distributed, Parallel, and Cluster Computing

Abstract

We consider algorithmic problems in the setting in which the input data has been partitioned arbitrarily on many servers. The goal is to compute a function of all the data, and the bottleneck is the communication used by the algorithm. We present algorithms for two illustrative problems on massive data sets: (1) computing a low-rank approximation of a matrix A=A1+A2++AsA=A^1 + A^2 + \ldots + A^s, with matrix AtA^t stored on server tt and (2) computing a function of a vector a1+a2++asa_1 + a_2 + \ldots + a_s, where server tt has the vector ata_t; this includes the well-studied special case of computing frequency moments and separable functions, as well as higher-order correlations such as the number of subgraphs of a specified type occurring in a graph. For both problems we give algorithms with nearly optimal communication, and in particular the only dependence on nn, the size of the data, is in the number of bits needed to represent indices and words (O(logn)O(\log n)).

Keywords

Cite

@article{arxiv.1304.3162,
  title  = {Principal Component Analysis and Higher Correlations for Distributed Data},
  author = {Ravindran Kannan and Santosh Vempala and David Woodruff},
  journal= {arXiv preprint arXiv:1304.3162},
  year   = {2014}
}

Comments

rewritten with focus on two main results (distributed PCA, higher-order moments and correlations) in the arbitrary partition model

R2 v1 2026-06-21T23:57:43.652Z