paper-with-me

Papers

Meta-Learning Adversarial Bandit Algorithms

2023-07-05 · NeurIPS 2023 11

We study online meta-learning with bandit feedback, with the goal of improving performance across multiple tasks if they are similar according to some natural similarity measure. As the first to target the adversarial online-within-online partial-information setting, we design meta-algorithms that combine outer learners to simultaneously tune the initialization and other hyperparameters of an inner learner for two important cases: multi-armed bandits (MAB) and bandit linear optimization (BLO). For MAB, the meta-learners initialize and set hyperparameters of the Tsallis-entropy generalization of Exp3, with the task-averaged regret improving if the entropy of the optima-in-hindsight is small. For BLO, we learn to initialize and tune online mirror descent (OMD) with self-concordant barrier regularizers, showing that task-averaged regret varies directly with an action space-dependent measure they induce. Our guarantees rely on proving that unregularized follow-the-leader combined with two levels of low-dimensional hyperparameter tuning is enough to learn a sequence of affine functions of non-Lipschitz and sometimes non-convex Bregman divergences bounding the regret of OMD.

📄 PDF Abstract BibTeX arXiv:2307.02295

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-LearningMulti-Armed Bandits

Similar Papers 제목 키워드 기반

Model Selection in Contextual Stochastic Bandit Problems

2020-03-03 · NeurIPS 2020 12 · Aldo Pacchiano, My Phan, Yasin Abbasi-Yadkori, Anup Rao 외

We study bandit model selection in stochastic environments. Our approach relies on a meta-algorithm that selects between candidate base algorithms. We develop a meta-algorithm-base algorithm abstraction that can work wit…

modelModel SelectionMulti-Armed Bandits

A Unified Framework for Analyzing Meta-algorithms in Online Convex Optimization

2024-02-13 · Mohammad Pedramfar, Vaneet Aggarwal

In this paper, we analyze the problem of online convex optimization in different settings, including different feedback types (full-information/semi-bandit/bandit/etc) in either stochastic or non-stochastic setting and d…

Upper Confidence Bounds for Combining Stochastic Bandits

2020-12-24 · Ashok Cutkosky, Abhimanyu Das, Manish Purohit

We provide a simple method to combine stochastic bandit algorithms. Our approach is based on a "meta-UCB" procedure that treats each of $N$ individual bandit algorithms as arms in a higher-level $N$-armed bandit problem …

Model Selection

Meta-LinEXP3: Online-within-Online Learning for Adversarial Linear Contextual Bandits

2026-09-09 · Hao Li, Jie Xu, Zheng Xie arxiv

Meta-learning has emerged as an effective paradigm for transferring knowledge across sequential bandit tasks. While substantial progress has been made for stochastic bandits and non-contextual adversarial bandits, meta-l…

Risk-Aware Algorithms for Adversarial Contextual Bandits

2016-10-17 · Wen Sun, Debadeepta Dey, Ashish Kapoor

In this work we consider adversarial contextual bandits with risk constraints. At each round, nature prepares a context, a cost for each arm, and additionally a risk for each arm. The learner leverages the context to pul…

Multi-Armed Bandits