paper-with-me

Papers

Bayesian Optimization under Stochastic Delayed Feedback

2022-06-19 · Arun Verma, Zhongxiang Dai, Bryan Kian Hsiang Low

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.

📄 PDF Abstract BibTeX arXiv:2206.09341

Code (1)

daizhongxiang/bo-sdf 공식 구현

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Stochastic Submodular Bandits with Delayed Composite Anonymous Bandit Feedback

2023-03-23 · Mohammad Pedramfar, Vaneet Aggarwal

This paper investigates the problem of combinatorial multiarmed bandits with stochastic submodular (in expectation) rewards and full-bandit delayed feedback, where the delayed feedback is assumed to be composite and anon…

Diffusion-Guided Uncertainty-Aware Delayed Policy Optimization

2026-07-06 · Junqi Tu, Zejiao Liu, Fangfei Li, Yang Tang arxiv

Reinforcement learning in real world environments often suffers from severe performance degradation due to delayed feedback. Existing approaches typically mitigate performance degradation caused by observation delays by …

Reinforcement Learning

Activity of any neuron with delayed feedback stimulated with Poisson stream is non-Markov

2015-03-11

For a class of excitatory spiking neuron models with delayed feedback fed with a Poisson stochastic process, it is proven that the stream of output interspike intervals cannot be presented as a Markov process of any orde…

Learning Adversarial Markov Decision Processes with Delayed Feedback

2020-12-29 · Tal Lancewicki, Aviv Rosenberg, Yishay Mansour

Reinforcement learning typically assumes that the agent observes feedback from the environment immediately, but in many real-world applications (like recommendation systems) the feedback is observed in delay. Thus, we co…

Recommendation Systems

Best arm identification in multi-armed bandits with delayed feedback

2018-03-29 · Aditya Grover, Todor Markov, Peter Attia, Norman Jin 외

We propose a generalization of the best arm identification problem in stochastic multi-armed bandits (MAB) to the setting where every pull of an arm is associated with delayed feedback. The delay in feedback increases th…

Hyperparameter OptimizationMulti-Armed Bandits