LGAIDec 11, 2024

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

arXiv:2412.08463v11 citationsh-index: 33Has CodePRICAI
Originality Incremental advance
AI Analysis

It addresses resource allocation challenges for public health practitioners by enabling scalable, data-driven interventions, though it is incremental as it applies IRL to RMABs rather than creating a new paradigm.

This paper tackles the problem of learning reward functions for restless multi-armed bandits (RMABs) in public health settings, where rewards are unknown, by introducing an inverse reinforcement learning (IRL) approach called WHIRL, which outperforms existing baselines in run-time and accuracy and is validated on thousands of beneficiaries in a maternal and child health program in India.

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 (RMAB) are an effective model to solve this problem as they are helpful to allocate limited resources among many agents under resource constraints, where patients behave differently depending on whether they are intervened on or not. However, RMABs assume the reward function is known. This is unrealistic in many public health settings because patients face unique challenges and it is impossible for a human to know who is most deserving of any intervention at such a large scale. To address this shortcoming, this paper is the first to present the use of inverse reinforcement learning (IRL) to learn desired rewards for RMABs, and we demonstrate improved outcomes in a maternal and child health telehealth program. First we allow public health experts to specify their goals at an aggregate or population level and propose an algorithm to design expert trajectories at scale based on those goals. Second, our algorithm WHIRL uses gradient updates to optimize the objective, allowing for efficient and accurate learning of RMAB rewards. Third, we compare with existing baselines and outperform those in terms of run-time and accuracy. Finally, we evaluate and show the usefulness of WHIRL on thousands on beneficiaries from a real-world maternal and child health setting in India. We publicly release our code here: https://github.com/Gjain234/WHIRL.

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