LGIROct 24, 2023

Off-Policy Evaluation for Large Action Spaces via Policy Convolution

arXiv:2310.15433v117 citationsh-index: 15
Originality Highly original
AI Analysis

This addresses the problem of accurate policy evaluation in large action spaces for reinforcement learning and bandit systems, representing a novel method rather than an incremental improvement.

The paper tackles the challenge of high variance and impractical common support assumptions in off-policy evaluation for large action spaces by introducing Policy Convolution estimators, which leverage action embeddings to convolve policies and achieve up to 5-6 orders of magnitude MSE improvement over existing methods.

Developing accurate off-policy estimators is crucial for both evaluating and optimizing for new policies. The main challenge in off-policy estimation is the distribution shift between the logging policy that generates data and the target policy that we aim to evaluate. Typically, techniques for correcting distribution shift involve some form of importance sampling. This approach results in unbiased value estimation but often comes with the trade-off of high variance, even in the simpler case of one-step contextual bandits. Furthermore, importance sampling relies on the common support assumption, which becomes impractical when the action space is large. To address these challenges, we introduce the Policy Convolution (PC) family of estimators. These methods leverage latent structure within actions -- made available through action embeddings -- to strategically convolve the logging and target policies. This convolution introduces a unique bias-variance trade-off, which can be controlled by adjusting the amount of convolution. Our experiments on synthetic and benchmark datasets demonstrate remarkable mean squared error (MSE) improvements when using PC, especially when either the action space or policy mismatch becomes large, with gains of up to 5 - 6 orders of magnitude over existing estimators.

Foundations

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

Your Notes