paper-with-me

홈 › Papers

Variance-Dependent Regret Bounds for Linear Bandits and Reinforcement Learning: Adaptivity and Computational Efficiency

2023-02-21 · Heyang Zhao, Jiafan He, Dongruo Zhou, Tong Zhang, Quanquan Gu

Recently, several studies (Zhou et al., 2021a; Zhang et al., 2021b; Kim et al., 2021; Zhou and Gu, 2022) have provided variance-dependent regret bounds for linear contextual bandits, which interpolates the regret for the worst-case regime and the deterministic reward regime. However, these algorithms are either computationally intractable or unable to handle unknown variance of the noise. In this paper, we present a novel solution to this open problem by proposing the first computationally efficient algorithm for linear bandits with heteroscedastic noise. Our algorithm is adaptive to the unknown variance of noise and achieves an $\tilde{O}(d \sqrt{\sum_{k = 1}^K \sigma_k^2} + d)$ regret, where $\sigma_k^2$ is the variance of the noise at the round $k$, $d$ is the dimension of the contexts and $K$ is the total number of rounds. Our results are based on an adaptive variance-aware confidence set enabled by a new Freedman-type concentration inequality for self-normalized martingales and a multi-layer structure to stratify the context vectors into different layers with different uniform upper bounds on the uncertainty. Furthermore, our approach can be extended to linear mixture Markov decision processes (MDPs) in reinforcement learning. We propose a variance-adaptive algorithm for linear mixture MDPs, which achieves a problem-dependent horizon-free regret bound that can gracefully reduce to a nearly constant regret for deterministic MDPs. Unlike existing nearly minimax optimal algorithms for linear mixture MDPs, our algorithm does not require explicit variance estimation of the transitional probabilities or the use of high-order moment estimators to attain horizon-free regret. We believe the techniques developed in this paper can have independent value for general online decision making problems.

📄 PDF Abstract BibTeX arXiv:2302.10371

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDecision MakingMulti-Armed Bandits

Similar Papers 제목 키워드 기반

Variance-Aware Sparse Linear Bandits

2022-05-26 · Yan Dai, Ruosong Wang, Simon S. Du

It is well-known that for sparse linear bandits, when ignoring the dependency on sparsity which is much smaller than the ambient dimension, the worst-case minimax regret is $\widetilde{\Theta}\left(\sqrt{dT}\right)$ wher…

Variance-Dependent Regret Lower Bounds for Contextual Bandits

2025-03-15 · Jiafan He, Quanquan Gu

Variance-dependent regret bounds for linear contextual bandits, which improve upon the classical $\tilde{O}(d\sqrt{K})$ regret bound to $\tilde{O}(d\sqrt{\sum_{k=1}^K\sigma_k^2})$, where $d$ is the context dimension, $K$…

Multi-Armed Bandits

Improved Variance-Aware Confidence Sets for Linear Bandits and Linear Mixture MDP

2021-01-29 · NeurIPS 2021 12 · Zihan Zhang, Jiaqi Yang, Xiangyang Ji, Simon S. Du

This paper presents new \emph{variance-aware} confidence sets for linear bandits and linear mixture Markov Decision Processes (MDPs). With the new confidence sets, we obtain the follow regret bounds: For linear bandits, …

LEMMA

Variance-Aware Feel-Good Thompson Sampling for Contextual Bandits

2025-11-03 · Xuheng Li, Quanquan Gu arxiv

Variance-dependent regret bounds have received increasing attention in recent studies on contextual bandits. However, most of these studies are focused on upper confidence bound (UCB)-based bandit algorithms, while sampl…

Variance-Dependent Regret Bounds for Non-stationary Linear Bandits

2024-03-15 · Zhiyong Wang, Jize Xie, Yi Chen, John C. S. Lui 외

We investigate the non-stationary stochastic linear bandit problem where the reward distribution evolves each round. Existing algorithms characterize the non-stationarity by the total variation budget $B_K$, which is the…