Faculty Recruiting Support CICS

Theory Seminar - Theory and Practice of Adaptive Filters

21 Sep
Tuesday, 09/21/2021 4:00pm to 5:00pm
Computer Science Building, Room 140
Theory Seminar

Abstract: A filter is a succinct data structure that stores an approximate version of a set (a Bloom filter is the best-known example). Classic, widely-used filters achieve an optimal tradeoff between the error rate of the filter and the space it requires.

However, classic filter analysis is somewhat limited: it gives the error performance on a single query. If there is a false positive error on one element, then repeated queries to that element will always result in a false positive. This leads to several issues. First, this means that an adversary can repeat false positive queries, leading to arbitrarily poor filter performance; this is a problem from a security standpoint. Second, the single-query analysis leaves performance on the table due to repeated queries. Many practical datasets have elements that are queried many times; reducing the false positive rate on these repeated queries can lead to improved performance.

In this talk I will discuss several recent data structures that close this gap, fixing false positives so that subsequent queries to these fixed elements are guaranteed to be answered correctly. We will look at upper and lower bounds from a theoretical standpoint, as well as discussing opportunities to make these theoretical ideas implementable in practice.

The CICS Theory Seminar is free and open to the public. If you are interested in giving a talk, please email Cameron Musco or Rik Sengupta. Note that in addition to being a public lecture series, this is also a one-credit graduate seminar (CompSci 891M) that can be taken repeatedly for credit.