LGNov 26, 2021

ESCADA: Efficient Safety and Context Aware Dose Allocation for Precision Medicine

arXiv:2111.13415v35 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of personalized and safe dose optimization in healthcare, particularly for leveling tasks like insulin dosing, though it appears incremental as it builds on existing MAB frameworks.

The paper tackles the problem of finding optimal individualized treatment regimens in precision medicine, proposing ESCADA, a multi-armed bandit algorithm for safe and context-aware dose allocation, and demonstrates its effectiveness in in silico experiments on type-1 diabetes with comparisons to existing methods and a clinician.

Finding an optimal individualized treatment regimen is considered one of the most challenging precision medicine problems. Various patient characteristics influence the response to the treatment, and hence, there is no one-size-fits-all regimen. Moreover, the administration of an unsafe dose during the treatment can have adverse effects on health. Therefore, a treatment model must ensure patient \emph{safety} while \emph{efficiently} optimizing the course of therapy. We study a prevalent medical problem where the treatment aims to keep a physiological variable in a safe range and preferably close to a target level, which we refer to as \emph{leveling}. Such a task may be relevant in numerous other domains as well. We propose ESCADA, a novel and generic multi-armed bandit (MAB) algorithm tailored for the leveling task, to make safe, personalized, and context-aware dose recommendations. We derive high probability upper bounds on its cumulative regret and safety guarantees. Following ESCADA's design, we also describe its Thompson sampling-based counterpart. We discuss why the straightforward adaptations of the classical MAB algorithms such as GP-UCB may not be a good fit for the leveling task. Finally, we make \emph{in silico} experiments on the bolus-insulin dose allocation problem in type-1 diabetes mellitus disease and compare our algorithms against the famous GP-UCB algorithm, the rule-based dose calculators, and a clinician.

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