paper-with-me

홈 › Papers

NeuralFDR: Learning Discovery Thresholds from Hypothesis Features

2017-11-03 · NeurIPS 2017 12 · Fei Xia, Martin J. Zhang, James Zou, David Tse

As datasets grow richer, an important challenge is to leverage the full features in the data to maximize the number of useful discoveries while controlling for false positives. We address this problem in the context of multiple hypotheses testing, where for each hypothesis, we observe a p-value along with a set of features specific to that hypothesis. For example, in genetic association studies, each hypothesis tests the correlation between a variant and the trait. We have a rich set of features for each variant (e.g. its location, conservation, epigenetics etc.) which could inform how likely the variant is to have a true association. However popular testing approaches, such as Benjamini-Hochberg's procedure (BH) and independent hypothesis weighting (IHW), either ignore these features or assume that the features are categorical or uni-variate. We propose a new algorithm, NeuralFDR, which automatically learns a discovery threshold as a function of all the hypothesis features. We parametrize the discovery threshold as a neural network, which enables flexible handling of multi-dimensional discrete and continuous features as well as efficient end-to-end optimization. We prove that NeuralFDR has strong false discovery rate (FDR) guarantees, and show that it makes substantially more discoveries in synthetic and real datasets. Moreover, we demonstrate that the learned discovery threshold is directly interpretable.

📄 PDF Abstract BibTeX arXiv:1711.01312

Code (1)

fxia22/NeuralFDR 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Contextual Online False Discovery Rate Control

2019-02-07 · Shiyun Chen, Shiva Kasiviswanathan

Multiple hypothesis testing, a situation when we wish to consider many hypotheses, is a core problem in statistical inference that arises in almost every scientific field. In this setting, controlling the false discovery…

Two-sample testing

Feedback-Enhanced Online Multiple Testing with Applications to Conformal Selection

2025-09-03 · Lin Lu, Yuyang Huo, Haojie Ren, Zhaojun Wang 외 arxiv

We study online multiple testing with feedback, where decisions are made sequentially and the true state of the hypothesis is revealed after the decision has been made, either instantly or with a delay. We propose GAIF, …

Statistical Hypothesis Testing for Information Value (IV)

2023-09-22 · Helder Rojas, Cirilo Alvarez, Nilton Rojas

Information value (IV) is a quite popular technique for features selection before the modeling phase. There are practical criteria, based on fixed thresholds for IV, but at the same time mysterious and lacking theoretica…

feature selection

SAFFRON: an adaptive algorithm for online control of the false discovery rate

2018-02-25 · ICML 2018 7 · Aaditya Ramdas, Tijana Zrnic, Martin Wainwright, Michael Jordan

In the online false discovery rate (FDR) problem, one observes a possibly infinite sequence of $p$-values $P_1,P_2,\dots$, each testing a different null hypothesis, and an algorithm must pick a sequence of rejection thre…

Deep Learning for Virtual Screening: Five Reasons to Use ROC Cost Functions

2020-06-25 · Vladimir Golkov, Alexander Becker, Daniel T. Plop, Daniel Čuturilo 외

Computer-aided drug discovery is an essential component of modern drug development. Therein, deep learning has become an important tool for rapid screening of billions of molecules in silico for potential hits containing…

BenchmarkingDrug Discovery