paper-with-me

홈 › Papers

Low Regret Binary Sampling Method for Efficient Global Optimization of Univariate Functions

2022-01-18 · Kaan Gokcesu, Hakan Gokcesu

In this work, we propose a computationally efficient algorithm for the problem of global optimization in univariate loss functions. For the performance evaluation, we study the cumulative regret of the algorithm instead of the simple regret between our best query and the optimal value of the objective function. Although our approach has similar regret results with the traditional lower-bounding algorithms such as the Piyavskii-Shubert method for the Lipschitz continuous or Lipschitz smooth functions, it has a major computational cost advantage. In Piyavskii-Shubert method, for certain types of functions, the query points may be hard to determine (as they are solutions to additional optimization problems). However, this issue is circumvented in our binary sampling approach, where the sampling set is predetermined irrespective of the function characteristics. For a search space of $[0,1]$, our approach has at most $L\log (3T)$ and $2.25H$ regret for $L$-Lipschitz continuous and $H$-Lipschitz smooth functions respectively. We also analytically extend our results for a broader class of functions that covers more complex regularity conditions.

📄 PDF Abstract BibTeX arXiv:2201.07164

Code (0)

등록된 구현이 없습니다.

Tasks

global-optimization

Similar Papers 제목 키워드 기반

$1D$ to $nD$: A Meta Algorithm for Multivariate Global Optimization via Univariate Optimizers

2022-09-06 · Kaan Gokcesu, Hakan Gokcesu

In this work, we propose a meta algorithm that can solve a multivariate global optimization problem using univariate global optimizers. Although the univariate global optimization does not receive much attention compared…

global-optimization

Gaussian Process Thompson Sampling via Rootfinding

2024-10-10 · Taiwo A. Adebiyi, Bach Do, Ruda Zhang

Thompson sampling (TS) is a simple, effective stochastic policy in Bayesian decision making. It samples the posterior belief about the reward profile and optimizes the sample to obtain a candidate decision. In continuous…

Bayesian OptimizationDecision Makingglobal-optimizationThompson Sampling

Bandit Convex Optimization: sqrt{T} Regret in One Dimension

2015-02-23 · Sébastien Bubeck, Ofer Dekel, Tomer Koren, Yuval Peres

We analyze the minimax regret of the adversarial bandit convex optimization problem. Focusing on the one-dimensional case, we prove that the minimax regret is $\widetilde\Theta(\sqrt{T})$ and partially resolve a decade-o…

Thompson Sampling

Simultaneous Swap Regret Minimization via KL-Calibration

2025-02-23 · Haipeng Luo, Spandan Senapati, Vatsal Sharan

Calibration is a fundamental concept that aims at ensuring the reliability of probabilistic predictions by aligning them with real-world outcomes. There is a surge of studies on new calibration measures that are easier t…

Optimal Regret Analysis of Thompson Sampling in Stochastic Multi-armed Bandit Problem with Multiple Plays

2015-06-02 · Junpei Komiyama, Junya Honda, Hiroshi Nakagawa

We discuss a multiple-play multi-armed bandit (MAB) problem in which several arms are selected at each round. Recently, Thompson sampling (TS), a randomized algorithm with a Bayesian spirit, has attracted much attention …

Thompson Sampling