LGAIJun 19, 2022

Bayesian Optimization under Stochastic Delayed Feedback

arXiv:2206.09341v117 citationsh-index: 23
Originality Incremental advance
AI Analysis

This addresses a practical issue in applications like online recommendations and hyperparameter tuning where feedback delays are stochastic, offering an incremental improvement over existing methods.

The paper tackles the problem of Bayesian optimization when feedback is delayed randomly, proposing algorithms with sub-linear regret guarantees that allow new queries without waiting for delayed feedback, and experiments on synthetic and real datasets verify their performance.

Bayesian optimization (BO) is a widely-used sequential method for zeroth-order optimization of complex and expensive-to-compute black-box functions. The existing BO methods assume that the function evaluation (feedback) is available to the learner immediately or after a fixed delay. Such assumptions may not be practical in many real-life problems like online recommendations, clinical trials, and hyperparameter tuning where feedback is available after a random delay. To benefit from the experimental parallelization in these problems, the learner needs to start new function evaluations without waiting for delayed feedback. In this paper, we consider the BO under stochastic delayed feedback problem. We propose algorithms with sub-linear regret guarantees that efficiently address the dilemma of selecting new function queries while waiting for randomly delayed feedback. Building on our results, we also make novel contributions to batch BO and contextual Gaussian process bandits. Experiments on synthetic and real-life datasets verify the performance of our algorithms.

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