paper-with-me

Papers

HAMLET -- A Learning Curve-Enabled Multi-Armed Bandit for Algorithm Selection

2020-01-30 · Mischa Schmidt, Julia Gastinger, Sébastien Nicolas, Anett Schülke

Automated algorithm selection and hyperparameter tuning facilitates the application of machine learning. Traditional multi-armed bandit strategies look to the history of observed rewards to identify the most promising arms for optimizing expected total reward in the long run. When considering limited time budgets and computational resources, this backward view of rewards is inappropriate as the bandit should look into the future for anticipating the highest final reward at the end of a specified time budget. This work addresses that insight by introducing HAMLET, which extends the bandit approach with learning curve extrapolation and computation time-awareness for selecting among a set of machine learning algorithms. Results show that the HAMLET Variants 1-3 exhibit equal or better performance than other bandit-based algorithm selection strategies in experiments with recorded hyperparameter tuning traces for the majority of considered time budgets. The best performing HAMLET Variant 3 combines learning curve extrapolation with the well-known upper confidence bound exploration bonus. That variant performs better than all non-HAMLET policies with statistical significance at the 95% level for 1,485 runs.

📄 PDF Abstract BibTeX arXiv:2001.11261

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Algorithm Design and Stronger Guarantees for the Improving Multi-Armed Bandits Problem

2025-11-13 · Avrim Blum, Marten Garicano, Kavya Ravichandran, Dravyansh Sharma arxiv

The improving multi-armed bandits problem is a formal model for allocating effort under uncertainty, motivated by scenarios such as investing research effort into new technologies, performing clinical trials, and hyperpa…

Multi-Armed Bandits

Dynamic Pricing with Finitely Many Unknown Valuations

2018-07-09 · Nicolò Cesa-Bianchi, Tommaso Cesari, Vianney Perchet

Motivated by posted price auctions where buyers are grouped in an unknown number of latent types characterized by their private values for the good on sale, we investigate revenue maximization in stochastic dynamic prici…

Sequential Learning of Principal Curves: Summarizing Data Streams on the Fly

2018-05-18 · Benjamin Guedj, Le Li

When confronted with massive data streams, summarizing data with dimension reduction methods such as PCA raises theoretical and algorithmic pitfalls. Principal curves act as a nonlinear generalization of PCA and the pres…

Dimensionality Reduction

Online Budget Allocation with Censored Semi-Bandit Feedback

2025-08-07 · François Bachoc, Nicolò Cesa-Bianchi, Tommaso Cesari, Roberto Colomboni arxiv

We study a stochastic budget-allocation problem over $K$ tasks. At each round $t$, the learner chooses an allocation $X_t \in Δ_K$. Task $k$ succeeds with probability $F_k(X_{t,k})$, where $F_1,\dots,F_K$ are nondecreasi…

Multi-Armed Bandits

Is Offline Decision Making Possible with Only Few Samples? Reliable Decisions in Data-Starved Bandits via Trust Region Enhancement

2024-02-24 · Ruiqi Zhang, Yuexiang Zhai, Andrea Zanette

What can an agent learn in a stochastic Multi-Armed Bandit (MAB) problem from a dataset that contains just a single sample for each arm? Surprisingly, in this work, we demonstrate that even in such a data-starved setting…

Decision MakingMulti-Armed Bandits