Abstract

One natural way to deal with the challenge of Big Data is to make the data smaller. That is, to seek a compact (sublinear) representation of the data so that certain properties are (approximately) preserved. We can think of these as a generalization of sufficient statistics for properties of the data. The area of "streaming algorithms" seeks algorithms which can build such a summary as information is processed incrementally. An important class of streaming algorithms are sketches: carefully designed random projections of the input data that can be computed efficiently under the constraints of the streaming model. These have the attractive property that they can be easily computed in parallel over partitions of the input. They aim at optimizing a variety of properties: the size of the summary; the time required to compute the summary; the number of 'true' random bits required; and the accuracy guarantees that result.

This tutorial will present some of the powerful results that have emerged from these efforts:

  • sketches for sparse recovery over high dimensional inputs, with applications to compressed sensing and machine learning;
  • effective sketches for Euclidean space, providing fast instantiations of the Johnson-Lindenstrauss Lemma;
  • techniques for sampling from the support of a vector, and estimating the size of the support set;
  • applications of these ideas to large graph computations and linear algebra;
  • lower bounds on what is possible to summarize, arising from Communication Complexity and Information Complexity.

​The second session of this talk will take place on Friday, September 6 from 9:00 am – 10:30 am.

Video Recording