LGCYMLJul 31, 2020

IntelligentPooling: Practical Thompson Sampling for mHealth

arXiv:2008.01571v244 citations
AI Analysis

This work provides a practical reinforcement learning solution for mobile health applications, enabling more effective personalized behavioral interventions, though it is incremental as it builds on existing bandit algorithms.

The paper tackles the challenge of personalizing sequential treatment decisions in mobile health by developing IntelligentPooling, a Thompson-Sampling-based algorithm that addresses individual variability, limited data, and non-stationary responses, achieving an average of 26% lower regret than state-of-the-art methods.

In mobile health (mHealth) smart devices deliver behavioral treatments repeatedly over time to a user with the goal of helping the user adopt and maintain healthy behaviors. Reinforcement learning appears ideal for learning how to optimally make these sequential treatment decisions. However, significant challenges must be overcome before reinforcement learning can be effectively deployed in a mobile healthcare setting. In this work we are concerned with the following challenges: 1) individuals who are in the same context can exhibit differential response to treatments 2) only a limited amount of data is available for learning on any one individual, and 3) non-stationary responses to treatment. To address these challenges we generalize Thompson-Sampling bandit algorithms to develop IntelligentPooling. IntelligentPooling learns personalized treatment policies thus addressing challenge one. To address the second challenge, IntelligentPooling updates each user's degree of personalization while making use of available data on other users to speed up learning. Lastly, IntelligentPooling allows responsivity to vary as a function of a user's time since beginning treatment, thus addressing challenge three. We show that IntelligentPooling achieves an average of 26% lower regret than state-of-the-art. We demonstrate the promise of this approach and its ability to learn from even a small group of users in a live clinical trial.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes