paper-with-me

Papers

Variance-Aware Linear UCB with Deep Representation for Neural Contextual Bandits

2024-11-08 · Ha Manh Bui, Enrique Mallada, Anqi Liu

By leveraging the representation power of deep neural networks, neural upper confidence bound (UCB) algorithms have shown success in contextual bandits. To further balance the exploration and exploitation, we propose Neural-$\sigma^2$-LinearUCB, a variance-aware algorithm that utilizes $\sigma^2_t$, i.e., an upper bound of the reward noise variance at round $t$, to enhance the uncertainty quantification quality of the UCB, resulting in a regret performance improvement. We provide an oracle version for our algorithm characterized by an oracle variance upper bound $\sigma^2_t$ and a practical version with a novel estimation for this variance bound. Theoretically, we provide rigorous regret analysis for both versions and prove that our oracle algorithm achieves a better regret guarantee than other neural-UCB algorithms in the neural contextual bandits setting. Empirically, our practical method enjoys a similar computational efficiency, while outperforming state-of-the-art techniques by having a better calibration and lower regret across multiple standard settings, including on the synthetic, UCI, MNIST, and CIFAR-10 datasets.

📄 PDF Abstract BibTeX arXiv:2411.05979

Code (1)

angie-lab-jhu/neuralvarlinucb 공식 구현 pytorch

Tasks

Computational EfficiencyMulti-Armed BanditsUncertainty Quantification

Similar Papers 제목 키워드 기반

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…

Noise-Adaptive Thompson Sampling for Linear Contextual Bandits

2023-09-21 · NeurIPS 2023 11

Linear contextual bandits represent a fundamental class of models with numerous real-world applications, and it is critical to develop algorithms that can effectively manage noise with unknown variance, ensuring provable…

Linear Contextual Bandits with Adversarial Corruptions

2021-10-25 · NeurIPS 2021 12 · Heyang Zhao, Dongruo Zhou, Quanquan Gu

We study the linear contextual bandit problem in the presence of adversarial corruption, where the interaction between the player and a possibly infinite decision set is contaminated by an adversary that can corrupt the …

Multi-Armed Bandits

Variance-Aware Regret Bounds for Stochastic Contextual Dueling Bandits

2023-10-02 · Qiwei Di, Tao Jin, Yue Wu, Heyang Zhao 외

Dueling bandits is a prominent framework for decision-making involving preferential feedback, a valuable feature that fits various applications involving human interaction, such as ranking, information retrieval, and rec…

Computational EfficiencyDecision MakingInformation RetrievalRecommendation Systems

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…