Doubly Robust Policy Evaluation and Learning
Miroslav Dudik, John Langford, Lihong Li
TL;DR
The paper tackles offline policy evaluation and learning in contextual bandits with partial rewards. It introduces a doubly robust estimator that combines a reward model with a past-policy model, ensuring unbiasedness if either component is accurate and reducing variance relative to IPS. Through non-asymptotic bias and variance analyses, it shows DR often outperforms DM and IPS, particularly in off-policy evaluation and policy optimization tasks. Empirical results on benchmark multiclass classification datasets and a large-scale real-world dataset demonstrate consistent improvements in estimation accuracy and classifier performance. The work argues that the DR approach should become standard practice in contextual bandit settings due to its robustness and practical benefits.
Abstract
We study decision making in environments where the reward is only partially observed, but can be modeled as a function of an action and an observed context. This setting, known as contextual bandits, encompasses a wide variety of applications including health-care policy and Internet advertising. A central task is evaluation of a new policy given historic data consisting of contexts, actions and received rewards. The key challenge is that the past data typically does not faithfully represent proportions of actions taken by a new policy. Previous approaches rely either on models of rewards or models of the past policy. The former are plagued by a large bias whereas the latter have a large variance. In this work, we leverage the strength and overcome the weaknesses of the two approaches by applying the doubly robust technique to the problems of policy evaluation and optimization. We prove that this approach yields accurate value estimates when we have either a good (but not necessarily consistent) model of rewards or a good (but not necessarily consistent) model of past policy. Extensive empirical comparison demonstrates that the doubly robust approach uniformly improves over existing techniques, achieving both lower variance in value estimation and better policies. As such, we expect the doubly robust approach to become common practice.
