CRDSLGOct 5, 2014

Interactive Fingerprinting Codes and the Hardness of Preventing False Discovery

arXiv:1410.1228v2115 citations
Originality Highly original
AI Analysis

This addresses a fundamental limitation in statistical analysis for data scientists, showing that preventing false discovery in adaptive settings is computationally hard, with implications for differential privacy.

The paper tackles the problem of determining how many adaptively chosen statistical queries can be answered accurately from n samples, showing an essentially tight bound that no computationally efficient algorithm can answer O(n^2) queries under a standard hardness assumption, closing a gap between previous bounds of ~Ω(n^2) and ~O(n^3).

We show an essentially tight bound on the number of adaptively chosen statistical queries that a computationally efficient algorithm can answer accurately given $n$ samples from an unknown distribution. A statistical query asks for the expectation of a predicate over the underlying distribution, and an answer to a statistical query is accurate if it is "close" to the correct expectation over the distribution. This question was recently studied by Dwork et al., who showed how to answer $\tildeΩ(n^2)$ queries efficiently, and also by Hardt and Ullman, who showed that answering $\tilde{O}(n^3)$ queries is hard. We close the gap between the two bounds and show that, under a standard hardness assumption, there is no computationally efficient algorithm that, given $n$ samples from an unknown distribution, can give valid answers to $O(n^2)$ adaptively chosen statistical queries. An implication of our results is that computationally efficient algorithms for answering arbitrary, adaptively chosen statistical queries may as well be differentially private. We obtain our results using a new connection between the problem of answering adaptively chosen statistical queries and a combinatorial object called an interactive fingerprinting code. In order to optimize our hardness result, we give a new Fourier-analytic approach to analyzing fingerprinting codes that is simpler, more flexible, and yields better parameters than previous constructions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes