Online Decision Deferral under Budget Constraints
Mirabel Reid, Tom Sühr, Claire Vernade, Samira Samadi
TL;DR
This work addresses online decision deferral under budget constraints by framing it as a two-armed contextual bandit with context-dependent rewards for a human and an ML model. It advances a generalized linear bandit algorithm with optimistic parameter estimates, plus a neural-linear extension that learns context embeddings, and provides regret guarantees relative to an optimal static policy under budget $B$. The authors demonstrate both theoretical guarantees and strong empirical performance on synthetic data and real tasks (knapsack and ImageNet16H), showing the approach can adapt to distribution shifts and balance deferral costs with model performance. The framework enables effective human-in-the-loop decisions in resource-constrained environments, with practical impact for domains where expert time is limited and data distributions evolve over time.
Abstract
Machine Learning (ML) models are increasingly used to support or substitute decision making. In applications where skilled experts are a limited resource, it is crucial to reduce their burden and automate decisions when the performance of an ML model is at least of equal quality. However, models are often pre-trained and fixed, while tasks arrive sequentially and their distribution may shift. In that case, the respective performance of the decision makers may change, and the deferral algorithm must remain adaptive. We propose a contextual bandit model of this online decision making problem. Our framework includes budget constraints and different types of partial feedback models. Beyond the theoretical guarantees of our algorithm, we propose efficient extensions that achieve remarkable performance on real-world datasets.
