paper-with-me

Papers

Greedy Approximation Algorithms for Active Sequential Hypothesis Testing

2021-03-07 · NeurIPS 2021 12 · Kyra Gan, Su Jia, Andrew Li

In the problem of active sequential hypothesis testing (ASHT), a learner seeks to identify the true hypothesis from among a known set of hypotheses. The learner is given a set of actions and knows the random distribution of the outcome of any action under any true hypothesis. Given a target error $\delta>0$, the goal is to sequentially select the fewest number of actions so as to identify the true hypothesis with probability at least $1 - \delta$. Motivated by applications in which the number of hypotheses or actions is massive (e.g., genomics-based cancer detection), we propose efficient (greedy, in fact) algorithms and provide the first approximation guarantees for ASHT, under two types of adaptivity. Both of our guarantees are independent of the number of actions and logarithmic in the number of hypotheses. We numerically evaluate the performance of our algorithms using both synthetic and real-world DNA mutation data, demonstrating that our algorithms outperform previously proposed heuristic policies by large margins.

📄 PDF Abstract BibTeX arXiv:2103.04250

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Tight Analysis of Greedy Yields Subexponential Time Approximation for Uniform Decision Tree

2019-06-26 · Ray Li, Percy Liang, Stephen Mussmann

Decision Tree is a classic formulation of active learning: given $n$ hypotheses with nonnegative weights summing to 1 and a set of tests that each partition the hypotheses, output a decision tree using the provided tests…

Active Learning

Submodular Learning and Covering with Response-Dependent Costs

2016-02-23 · Sivan Sabato

We consider interactive learning and covering problems, in a setting where actions may incur different costs, depending on the response to the action. We propose a natural greedy algorithm for response-dependent costs. W…

Active Learning

Globally-Optimal Greedy Experiment Selection for Active Sequential Estimation

2024-02-13 · Xiaoou Li, Hongru Zhao

Motivated by modern applications such as computerized adaptive testing, sequential rank aggregation, and heterogeneous data source selection, we study the problem of active sequential estimation, which involves adaptivel…

A Model-Based Active Testing Approach to Sequential Diagnosis

2014-01-16 · Alexander Feldman, Gregory Provan, Arjan van Gemund

Model-based diagnostic reasoning often leads to a large number of diagnostic hypotheses. The set of diagnoses can be reduced by taking into account extra observations (passive monitoring), measuring additional variables …

DiagnosticSequential Diagnosis

A Parallel Double Greedy Algorithm for Submodular Maximization

2018-12-04 · Alina Ene, Huy L. Nguyen, Adrian Vladu

We study parallel algorithms for the problem of maximizing a non-negative submodular function. Our main result is an algorithm that achieves a nearly-optimal $1/2 -\epsilon$ approximation using $O(\log(1/\epsilon) / \eps…