2013 SimpleandDeterministicMatrixSke

From GM-RKB
Jump to navigation Jump to search

Subject Headings:

Notes

Cited By

Quotes

Author Keywords

Abstract

A sketch of a matrix A is another matrix B which is significantly smaller than A but still approximates it well. Finding such sketches efficiently is an important building block in modern algorithms for approximating, for example, the PCA of massive matrices. This task is made more challenging in the streaming model, where each row of the input matrix can only be processed once and storage is severely limited.

In this paper we adapt a well known streaming algorithm for approximating item frequencies to the matrix sketching setting. The algorithm receives n rows of a large matrix A ε ℜ n x m one after the other in a streaming fashion. It maintains a sketch B ℜ l x m containing only l << n rows but still guarantees that ATA BTB. More accurately, ∀ x|| x,|| =1 0≤|| Ax|| 2 -|| Bx|| 2 ≤ 2|| A|| _ f 2 l Or BTB prec ATA and|| ATA - [[BTB]]|| ≤ 2|| A|| f 2 l.

This gives a streaming algorithm whose error decays proportional to 1 / l using O (ml) space. For comparison, random-projection, hashing or sampling based algorithms produce convergence bounds proportional to 1/√ l. Sketch updates per row in A require amortized O (ml) operations and the algorithm is perfectly parallelizable. Our experiments corroborate the algorithm's scalability and improved convergence rate. The presented algorithm also stands out in that it is deterministic, simple to implement and elementary to prove.

References

;

 AuthorvolumeDate ValuetitletypejournaltitleUrldoinoteyear
2013 SimpleandDeterministicMatrixSkeEdo LibertySimple and Deterministic Matrix Sketching10.1145/2487575.24876232013