paper-with-me

홈 › Papers

Adaptive Exploration-Exploitation Tradeoff for Opportunistic Bandits

2017-09-12 · ICML 2018 7 · Huasen Wu, Xueying Guo, Xin Liu

In this paper, we propose and study opportunistic bandits - a new variant of bandits where the regret of pulling a suboptimal arm varies under different environmental conditions, such as network load or produce price. When the load/price is low, so is the cost/regret of pulling a suboptimal arm (e.g., trying a suboptimal network configuration). Therefore, intuitively, we could explore more when the load/price is low and exploit more when the load/price is high. Inspired by this intuition, we propose an Adaptive Upper-Confidence-Bound (AdaUCB) algorithm to adaptively balance the exploration-exploitation tradeoff for opportunistic bandits. We prove that AdaUCB achieves $O(\log T)$ regret with a smaller coefficient than the traditional UCB algorithm. Furthermore, AdaUCB achieves $O(1)$ regret with respect to $T$ if the exploration cost is zero when the load level is below a certain threshold. Last, based on both synthetic data and real-world traces, experimental results show that AdaUCB significantly outperforms other bandit algorithms, such as UCB and TS (Thompson Sampling), under large load/price fluctuations.

📄 PDF Abstract BibTeX arXiv:1709.04004

Code (0)

등록된 구현이 없습니다.

Tasks

Thompson Sampling

Methods 이 논문이 사용한 방법론

TS Spatio-temporal features extraction that measure the stabilty. The proposed method is based on a compression algorithm named Run Length Encoding. The workflow of the method is…

Similar Papers 제목 키워드 기반

AdaLinUCB: Opportunistic Learning for Contextual Bandits

2019-02-20 · Xueying Guo, Xiaoxiao Wang, Xin Liu

In this paper, we propose and study opportunistic contextual bandits - a special case of contextual bandits where the exploration cost varies under different environmental conditions, such as network load or return varia…

Multi-Armed Bandits

EE-Net: Exploitation-Exploration Neural Networks in Contextual Bandits

2021-10-07 · ICLR 2022 4 · Yikun Ban, Yuchen Yan, Arindam Banerjee, Jingrui He

In this paper, we propose a novel neural exploration strategy in contextual bandits, EE-Net, distinct from the standard UCB-based and TS-based approaches. Contextual multi-armed bandits have been studied for decades with…

Multi-Armed BanditsThompson Sampling

Neural Exploitation and Exploration of Contextual Bandits

2023-05-05 · Yikun Ban, Yuchen Yan, Arindam Banerjee, Jingrui He

In this paper, we study utilizing neural networks for the exploitation and exploration of contextual multi-armed bandits. Contextual multi-armed bandits have been studied for decades with various applications. To solve t…

Multi-Armed BanditsThompson Sampling

Fiduciary Bandits

2019-05-16 · ICML 2020 1 · Gal Bahar, Omer Ben-Porat, Kevin Leyton-Brown, Moshe Tennenholtz

Recommendation systems often face exploration-exploitation tradeoffs: the system can only learn about the desirability of new options by recommending them to some user. Such systems can thus be modeled as multi-armed ban…

Recommendation Systems

Exploration Potential

2016-09-16 · Jan Leike

We introduce exploration potential, a quantity that measures how much a reinforcement learning agent has explored its environment class. In contrast to information gain, exploration potential takes the problem's reward s…

Multi-Armed Banditsreinforcement-learningReinforcement LearningReinforcement Learning (RL)