paper-with-me

홈 › Papers

A Dimension-free Algorithm for Contextual Continuum-armed Bandits

2019-07-15 · Wenhao Li, Ningyuan Chen, L. Jeff Hong

In contextual continuum-armed bandits, the contexts $x$ and the arms $y$ are both continuous and drawn from high-dimensional spaces. The payoff function to learn $f(x,y)$ does not have a particular parametric form. The literature has shown that for Lipschitz-continuous functions, the optimal regret is $\tilde{O}(T^{\frac{d_x+d_y+1}{d_x+d_y+2}})$, where $d_x$ and $d_y$ are the dimensions of contexts and arms, and thus suffers from the curse of dimensionality. We develop an algorithm that achieves regret $\tilde{O}(T^{\frac{d_x+1}{d_x+2}})$ when $f$ is globally concave in $y$. The global concavity is a common assumption in many applications. The algorithm is based on stochastic approximation and estimates the gradient information in an online fashion. Our results generate a valuable insight that the curse of dimensionality of the arms can be overcome with some mild structures of the payoff function.

📄 PDF Abstract BibTeX arXiv:1907.06550

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Real-Time Bidding with Side Information

2017-12-01 · NeurIPS 2017 12 · Arthur Flajolet, Patrick Jaillet

We consider the problem of repeated bidding in online advertising auctions when some side information (e.g. browser cookies) is available ahead of submitting a bid in the form of a $d$-dimensional vector. The goal for th…

Stochastic continuum armed bandit problem of few linear parameters in high dimensions

2013-12-01 · Hemant Tyagi, Sebastian Stich, Bernd Gärtner

We consider a stochastic continuum armed bandit problem where the arms are indexed by the $\ell_2$ ball $B_{d}(1+\nu)$ of radius $1+\nu$ in $\mathbb{R}^d$. The reward functions $r :B_{d}(1+\nu) \rightarrow \mathbb{R}$ ar…

Adaptive-treed bandits

2013-02-11 · Adam D. Bull

We describe a novel algorithm for noisy global optimisation and continuum-armed bandits, with good convergence properties over any continuous reward function having finitely many polynomial maxima. Over such functions, o…

Selective Reviews of Bandit Problems in AI via a Statistical View

2024-12-03 · Pengjie Zhou, Haoyu Wei, Huiming Zhang

Reinforcement Learning (RL) is a widely researched area in artificial intelligence that focuses on teaching agents decision-making through interactions with their environment. A key subset includes stochastic multi-armed…

Decision MakingDecision Making Under UncertaintyMulti-Armed BanditsReinforcement Learning (RL)+1

On Thompson Sampling for Smoother-than-Lipschitz Bandits

2020-01-08 · James A. Grant, David S. Leslie

Thompson Sampling is a well established approach to bandit and reinforcement learning problems. However its use in continuum armed bandit problems has received relatively little attention. We provide the first bounds on …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Thompson Sampling