paper-with-me

Papers

Differentially Private False Discovery Rate Control

2018-07-11 · Cynthia Dwork, Weijie J. Su, Li Zhang

Differential privacy provides a rigorous framework for privacy-preserving data analysis. This paper proposes the first differentially private procedure for controlling the false discovery rate (FDR) in multiple hypothesis testing. Inspired by the Benjamini-Hochberg procedure (BHq), our approach is to first repeatedly add noise to the logarithms of the $p$-values to ensure differential privacy and to select an approximately smallest $p$-value serving as a promising candidate at each iteration; the selected $p$-values are further supplied to the BHq and our private procedure releases only the rejected ones. Moreover, we develop a new technique that is based on a backward submartingale for proving FDR control of a broad class of multiple testing procedures, including our private procedure, and both the BHq step-up and step-down procedures. As a novel aspect, the proof works for arbitrary dependence between the true null and false null test statistics, while FDR control is maintained up to a small multiplicative factor.

📄 PDF Abstract BibTeX arXiv:1807.04209

Code (0)

등록된 구현이 없습니다.

Tasks

Privacy PreservingTwo-sample testing

Similar Papers 제목 키워드 기반

Private False Discovery Rate Control

2015-11-12 · Cynthia Dwork, Weijie Su, Li Zhang

We provide the first differentially private algorithms for controlling the false discovery rate (FDR) in multiple hypothesis testing, with essentially no loss in power under certain conditions. Our general approach is to…

Privacy PreservingTwo-sample testing

Adaptive False Discovery Rate Control with Privacy Guarantee

2023-05-31 · Xintao Xia, Zhanrui Cai

Differentially private multiple testing procedures can protect the information of individuals used in hypothesis tests while guaranteeing a small fraction of false discoveries. In this paper, we propose a differentially …

Differentially Private Variable Selection via the Knockoff Filter

2021-09-12 · Mehrdad Pournaderi, Yu Xiang

The knockoff filter, recently developed by Barber and Candes, is an effective procedure to perform variable selection with a controlled false discovery rate (FDR). We propose a private version of the knockoff filter by i…

Variable Selection

PAPRIKA: Private Online False Discovery Rate Control

2020-02-27 · Wanrong Zhang, Gautam Kamath, Rachel Cummings

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 te…

Two-sample testing

Mitigating Bias in Adaptive Data Gathering via Differential Privacy

2018-06-06 · ICML 2018 7 · Seth Neel, Aaron Roth

Data that is gathered adaptively --- via bandit algorithms, for example --- exhibits bias. This is true both when gathering simple numeric valued data --- the empirical means kept track of by stochastic bandit algorithms…

Multi-Armed Bandits