LGApr 23, 2024

Hyperparameter Optimization Can Even be Harmful in Off-Policy Learning and How to Deal with It

arXiv:2404.15084v16 citationsh-index: 5IJCAI
Originality Incremental advance
AI Analysis

This work addresses a critical issue in off-policy learning for applications like recommender systems and personalized medicine, though it is incremental as it builds on existing estimator methods.

The paper tackles the problem of hyperparameter optimization in off-policy learning, showing that naive use of unbiased estimators can lead to overestimation and failure, and proposes corrections that effectively address these issues in empirical tests.

There has been a growing interest in off-policy evaluation in the literature such as recommender systems and personalized medicine. We have so far seen significant progress in developing estimators aimed at accurately estimating the effectiveness of counterfactual policies based on biased logged data. However, there are many cases where those estimators are used not only to evaluate the value of decision making policies but also to search for the best hyperparameters from a large candidate space. This work explores the latter hyperparameter optimization (HPO) task for off-policy learning. We empirically show that naively applying an unbiased estimator of the generalization performance as a surrogate objective in HPO can cause an unexpected failure, merely pursuing hyperparameters whose generalization performance is greatly overestimated. We then propose simple and computationally efficient corrections to the typical HPO procedure to deal with the aforementioned issues simultaneously. Empirical investigations demonstrate the effectiveness of our proposed HPO algorithm in situations where the typical procedure fails severely.

Foundations

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

Your Notes