LGOct 25, 2021

Reconciling Risk Allocation and Prevalence Estimation in Public Health Using Batched Bandits

arXiv:2110.13306v13 citations
Originality Synthesis-oriented
AI Analysis

This work tackles resource allocation and prevalence estimation in public health, particularly for infectious diseases like Covid-19, though it appears incremental as it adapts existing bandit methods to a specific domain.

The paper addresses the tension between allocating resources to vulnerable areas and learning overall prevalence in public health, using batched bandits to show that bandit algorithms outperform greedy strategies, which can perform worse than random allocation by missing outbreaks.

In many public health settings, there is a perceived tension between allocating resources to known vulnerable areas and learning about the overall prevalence of the problem. Inspired by a door-to-door Covid-19 testing program we helped design, we combine multi-armed bandit strategies and insights from sampling theory to demonstrate how to recover accurate prevalence estimates while continuing to allocate resources to at-risk areas. We use the outbreak of an infectious disease as our running example. The public health setting has several characteristics distinguishing it from typical bandit settings, such as distribution shift (the true disease prevalence is changing with time) and batched sampling (multiple decisions must be made simultaneously). Nevertheless, we demonstrate that several bandit algorithms are capable out-performing greedy resource allocation strategies, which often perform worse than random allocation as they fail to notice outbreaks in new areas.

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