paper-with-me

Papers

Collapsing Bandits and Their Application to Public Health Intervention

2020-12-01 · NeurIPS 2020 12 · Aditya Mate, Jackson Killian, Haifeng Xu, Andrew Perrault, Milind Tambe

We propose and study Collapsing Bandits, a new restless multi-armed bandit (RMAB) setting in which each arm follows a binary-state Markovian process with a special structure: when an arm is played, the state is fully observed, thus“collapsing” any uncertainty, but when an arm is passive, no observation is made, thus allowing uncertainty to evolve. The goal is to keep as many arms in the “good” state as possible by planning a limited budget of actions per round. Such CollapsingBandits are natural models for many healthcare domains in which health workers must simultaneously monitor patients and deliver interventions in a way that maximizes the health of their patient cohort. Our main contributions are as follows: (i) Building on the Whittle index technique for RMABs, we derive conditions under which the Collapsing Bandits problem is indexable. Our derivation hinges on novel conditions that characterize when the optimal policies may take the form of either“forward” or “reverse” threshold policies. (ii) We exploit the optimality of threshold policies to build fast algorithms for computing the Whittle index, including a closed-form. (iii) We evaluate our algorithm on several data distributions including data from a real-world healthcare task in which a worker must monitor and deliver interventions to maximize their patients’ adherence to tuberculosis medication. Our algorithm achieves a 3-order-of-magnitude speedup compared to state-of-the-art RMAB techniques, while achieving similar performance. The code is available at:https://github.com/AdityaMate/collapsing_bandits

📄 PDF Abstract BibTeX

Code (1)

AdityaMate/collapsing_bandits 공식 구현

Similar Papers 제목 키워드 기반

Collapsing Bandits and Their Application to Public Health Interventions

2020-07-05 · Aditya Mate, Jackson A. Killian, Haifeng Xu, Andrew Perrault 외

We propose and study Collpasing Bandits, a new restless multi-armed bandit (RMAB) setting in which each arm follows a binary-state Markovian process with a special structure: when an arm is played, the state is fully obs…

IRL for Restless Multi-Armed Bandits with Applications in Maternal and Child Health

2024-12-11 · Gauri Jain, Pradeep Varakantham, Haifeng Xu, Aparna Taneja 외

Public health practitioners often have the goal of monitoring patients and maximizing patients' time spent in "favorable" or healthy states while being constrained to using limited resources. Restless multi-armed bandits…

Multi-Armed Bandits

Planning to Fairly Allocate: Probabilistic Fairness in the Restless Bandit Setting

2021-06-14 · Christine Herlihy, Aviva Prins, Aravind Srinivasan, John P. Dickerson

Restless and collapsing bandits are often used to model budget-constrained resource allocation in settings where arms have action-dependent transition probabilities, such as the allocation of health interventions among p…

Fairness

Context in Public Health for Underserved Communities: A Bayesian Approach to Online Restless Bandits

2024-02-07 · Biyonka Liang, Lily Xu, Aparna Taneja, Milind Tambe 외

Public health programs often provide interventions to encourage program adherence, and effectively allocating interventions is vital for producing the greatest overall health outcomes, especially in underserved communiti…

Multi-Armed BanditsReinforcement Learning (RL)Thompson Sampling

Lagrangian Relaxation for Multi-Action Partially Observable Restless Bandits: Heuristic Policies and Indexability

2025-08-30 · Rahul Meshram, Kesav Kaza arxiv

Partially observable restless multi-armed bandits have found numerous applications including in recommendation systems, communication systems, public healthcare outreach systems, and in operations research. We study mult…

Recommendation SystemsMulti-Armed Bandits