MLCRDSLGSTMEFeb 27, 2020

PAPRIKA: Private Online False Discovery Rate Control

arXiv:2002.12321v27 citations
AI Analysis

This work addresses the challenge of maintaining statistical validity while ensuring privacy in adaptive hypothesis testing, which is incremental by building on non-private online FDR control methods.

The paper tackles the problem of controlling the false discovery rate (FDR) in multiple hypothesis testing under differential privacy constraints, specifically in an online setting where decisions must be made immediately after each test. It introduces new private algorithms with provable guarantees for privacy and statistical performance, supported by experimental results.

In hypothesis testing, a false discovery occurs when a hypothesis is incorrectly rejected due to noise in the sample. When adaptively testing multiple hypotheses, the probability of a false discovery increases as more tests are performed. Thus the problem of False Discovery Rate (FDR) control is to find a procedure for testing multiple hypotheses that accounts for this effect in determining the set of hypotheses to reject. The goal is to minimize the number (or fraction) of false discoveries, while maintaining a high true positive rate (i.e., correct discoveries). In this work, we study False Discovery Rate (FDR) control in multiple hypothesis testing under the constraint of differential privacy for the sample. Unlike previous work in this direction, we focus on the online setting, meaning that a decision about each hypothesis must be made immediately after the test is performed, rather than waiting for the output of all tests as in the offline setting. We provide new private algorithms based on state-of-the-art results in non-private online FDR control. Our algorithms have strong provable guarantees for privacy and statistical performance as measured by FDR and power. We also provide experimental results to demonstrate the efficacy of our algorithms in a variety of data environments.

Code Implementations1 repo
Foundations

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

Your Notes