paper-with-me

홈 › Papers

Hierarchical Upper Confidence Bounds for Constrained Online Learning

2024-10-22 · Ali Baheri

The multi-armed bandit (MAB) problem is a foundational framework in sequential decision-making under uncertainty, extensively studied for its applications in areas such as clinical trials, online advertising, and resource allocation. Traditional MAB formulations, however, do not adequately capture scenarios where decisions are structured hierarchically, involve multi-level constraints, or feature context-dependent action spaces. In this paper, we introduce the hierarchical constrained bandits (HCB) framework, which extends the contextual bandit problem to incorporate hierarchical decision structures and multi-level constraints. We propose the hierarchical constrained upper confidence bound (HC-UCB) algorithm, designed to address the complexities of the HCB problem by leveraging confidence bounds within a hierarchical setting. Our theoretical analysis establishes sublinear regret bounds for HC-UCB and provides high-probability guarantees for constraint satisfaction at all hierarchical levels. Furthermore, we derive a minimax lower bound on the regret for the HCB problem, demonstrating the near-optimality of our algorithm. The results are significant for real-world applications where decision-making processes are inherently hierarchical and constrained, offering a robust and efficient solution that balances exploration and exploitation across multiple levels of decision-making.

📄 PDF Abstract BibTeX arXiv:2410.17216

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDecision Making Under UncertaintySequential Decision Making

Similar Papers 제목 키워드 기반

Upper Confidence Primal-Dual Reinforcement Learning for CMDP with Adversarial Loss

2020-03-02 · NeurIPS 2020 12 · Shuang Qiu, Xiaohan Wei, Zhuoran Yang, Jieping Ye 외

We consider online learning for episodic stochastically constrained Markov decision processes (CMDPs), which plays a central role in ensuring the safety of reinforcement learning. Here the loss function can vary arbitrar…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Bootstrapping Upper Confidence Bound

2019-06-12 · NeurIPS 2019 12 · Botao Hao, Yasin Abbasi-Yadkori, Zheng Wen, Guang Cheng

Upper Confidence Bound (UCB) method is arguably the most celebrated one used in online decision making with partial information feedback. Existing techniques for constructing confidence bounds are typically built upon va…

Decision MakingMulti-Armed Bandits

Regret Analysis for Hierarchical Experts Bandit Problem

2022-08-11 · Qihan Guo, Siwei Wang, Jun Zhu

We study an extension of standard bandit problem in which there are R layers of experts. Multi-layered experts make selections layer by layer and only the experts in the last layer can play arms. The goal of the learning…

Online Regret Bounds for Undiscounted Continuous Reinforcement Learning

2013-02-11 · NeurIPS 2012 12 · Ronald Ortner, Daniil Ryabko

We derive sublinear regret bounds for undiscounted reinforcement learning in continuous state space. The proposed algorithm combines state aggregation with the use of upper confidence bounds for implementing optimism in …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Box-Constrained Softmax Function and Its Application for Post-Hoc Calibration

2025-06-12 · Kyohei Atarashi, Satoshi Oyama, Hiromi Arai, Hisashi Kashima

Controlling the output probabilities of softmax-based models is a common problem in modern machine learning. Although the $\mathrm{Softmax}$ function provides soft control via its temperature parameter, it lacks the abil…

Decision Making