paper-with-me

Papers

Quick-Draw Bandits: Quickly Optimizing in Nonstationary Environments with Extremely Many Arms

2025-05-30 · Derek Everett, Fred Lu, Edward Raff, Fernando Camacho, James Holt

Canonical algorithms for multi-armed bandits typically assume a stationary reward environment where the size of the action space (number of arms) is small. More recently developed methods typically relax only one of these assumptions: existing non-stationary bandit policies are designed for a small number of arms, while Lipschitz, linear, and Gaussian process bandit policies are designed to handle a large (or infinite) number of arms in stationary reward environments under constraints on the reward function. In this manuscript, we propose a novel policy to learn reward environments over a continuous space using Gaussian interpolation. We show that our method efficiently learns continuous Lipschitz reward functions with $\mathcal{O}^*(\sqrt{T})$ cumulative regret. Furthermore, our method naturally extends to non-stationary problems with a simple modification. We finally demonstrate that our method is computationally favorable (100-10000x faster) and experimentally outperforms sliding Gaussian process policies on datasets with non-stationarity and an extremely large number of arms.

📄 PDF Abstract BibTeX arXiv:2505.24692

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed Bandits

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Meta-Thompson Sampling

2021-02-11 · Branislav Kveton, Mikhail Konobeev, Manzil Zaheer, Chih-Wei Hsu 외

Efficient exploration in bandits is a fundamental online learning problem. We propose a variant of Thompson sampling that learns to explore better as it interacts with bandit instances drawn from an unknown prior. The al…

Efficient ExplorationMeta-LearningMulti-Armed BanditsThompson Sampling

Deep Neural Network for DrawiNg Networks, (DNN)^2

2021-08-08 · Loann Giovannangeli, Frederic Lalanne, David Auber, Romain Giot 외

By leveraging recent progress of stochastic gradient descent methods, several works have shown that graphs could be efficiently laid out through the optimization of a tailored objective function. In the meantime, Deep Le…

A framework for optimizing COVID-19 testing policy using a Multi Armed Bandit approach

2020-07-28 · Hagit Grushka-Cohen, Raphael Cohen, Bracha Shapira, Jacob Moran-Gilad 외

Testing is an important part of tackling the COVID-19 pandemic. Availability of testing is a bottleneck due to constrained resources and effective prioritization of individuals is necessary. Here, we discuss the impact o…

Decision MakingMulti-Armed Bandits

PG-TS: Improved Thompson Sampling for Logistic Contextual Bandits

2018-05-18 · NeurIPS 2018 12 · Bianca Dumitrascu, Karen Feng, Barbara E. Engelhardt

We address the problem of regret minimization in logistic contextual bandits, where a learner decides among sequential actions or arms given their respective contexts to maximize binary rewards. Using a fast inference pr…

Multi-Armed BanditsThompson Sampling

On the Peril of (Even a Little) Nonstationarity in Satisficing Regret Minimization

2026-03-19 · Yixuan Zhang, Ruihao Zhu, Qiaomin Xie arxiv

Motivated by the principle of satisficing in decision-making, we study satisficing regret guarantees for nonstationary $K$-armed bandits. We show that in the general realizable, piecewise-stationary setting with $L$ stat…