paper-with-me

Papers

Noisy Adaptive Group Testing using Bayesian Sequential Experimental Design

2020-04-26 · Marco Cuturi, Olivier Teboul, Quentin Berthet, Arnaud Doucet, Jean-Philippe Vert

When the infection prevalence of a disease is low, Dorfman showed 80 years ago that testing groups of people can prove more efficient than testing people individually. Our goal in this paper is to propose new group testing algorithms that can operate in a noisy setting (tests can be mistaken) to decide adaptively (looking at past results) which groups to test next, with the goal to converge to a good detection, as quickly, and with as few tests as possible. We cast this problem as a Bayesian sequential experimental design problem. Using the posterior distribution of infection status vectors for $n$ patients, given observed tests carried out so far, we seek to form groups that have a maximal utility. We consider utilities such as mutual information, but also quantities that have a more direct relevance to testing, such as the AUC of the ROC curve of the test. Practically, the posterior distributions on $\{0,1\}^n$ are approximated by sequential Monte Carlo (SMC) samplers and the utility maximized by a greedy optimizer. Our procedures show in simulations significant improvements over both adaptive and non-adaptive baselines, and are far more efficient than individual tests when disease prevalence is low. Additionally, we show empirically that loopy belief propagation (LBP), widely regarded as the SoTA decoder to decide whether an individual is infected or not given previous tests, can be unreliable and exhibit oscillatory behavior. Our SMC decoder is more reliable, and can improve the performance of other group testing algorithms.

📄 PDF Abstract BibTeX arXiv:2004.12508

Code (1)

gtboauthors/gtbo pytorch

Tasks

DecoderExperimental Design

Similar Papers 제목 키워드 기반

Ba-ZebraConf: A Three-Dimension Bayesian Framework for Efficient System Troubleshooting

2024-12-15 · Deyi Xing, Weicong Chen, Curtis Tatsuoka, Xiaoyi Lu

The proliferation of heterogeneous configurations in distributed systems presents significant challenges in ensuring stability and efficiency. Misconfigurations, driven by complex parameter interdependencies, can lead to…

Bayesian Optimization

Probabilistic Group Testing under Sum Observations: A Parallelizable 2-Approximation for Entropy Loss

2014-07-16 · Weidong Han, Purnima Rajan, Peter I. Frazier, Bruno M. Jedynak

We consider the problem of group testing with sum observations and noiseless answers, in which we aim to locate multiple objects by querying the number of objects in each of a sequence of chosen sets. We study a probabil…

Active pooling design in group testing based on Bayesian posterior prediction

2020-07-27 · Ayaka Sakata

In identifying infected patients in a population, group testing is an effective method to reduce the number of tests and correct the test errors. In the group testing procedure, tests are performed on pools of specimens …

Bayesian Inference

AC-DC: Amplification Curve Diagnostics for Covid-19 Group Testing

2020-11-10 · Ryan Gabrys, Srilakshmi Pattabiraman, Vishal Rana, João Ribeiro 외

The first part of the paper presents a review of the gold-standard testing protocol for Covid-19, real-time, reverse transcriptase PCR, and its properties and associated measurement data such as amplification curves that…

Crackovid: Optimizing Group Testing

2020-05-13 · Louis Abraham, Gary Bécigneul, Bernhard Schölkopf

We study the problem usually referred to as group testing in the context of COVID-19. Given $n$ samples taken from patients, how should we select mixtures of samples to be tested, so as to maximize information and minimi…