LGAIOCMLMar 1, 2025

Functional multi-armed bandit and the best function identification problems

arXiv:2503.00509v12 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses the need for better models in online optimization with limited feedback, particularly for applications such as competitive LLM training, though it appears incremental as it modifies existing bandit problems.

The authors tackled the problem of bandit optimization by introducing two new problem classes, functional multi-armed bandit (FMAB) and best function identification, which model scenarios like competitive LLM training, and they proposed the F-LCB algorithm with regret upper bounds based on convergence rates from nonlinear optimization.

Bandit optimization usually refers to the class of online optimization problems with limited feedback, namely, a decision maker uses only the objective value at the current point to make a new decision and does not have access to the gradient of the objective function. While this name accurately captures the limitation in feedback, it is somehow misleading since it does not have any connection with the multi-armed bandits (MAB) problem class. We propose two new classes of problems: the functional multi-armed bandit problem (FMAB) and the best function identification problem. They are modifications of a multi-armed bandit problem and the best arm identification problem, respectively, where each arm represents an unknown black-box function. These problem classes are a surprisingly good fit for modeling real-world problems such as competitive LLM training. To solve the problems from these classes, we propose a new reduction scheme to construct UCB-type algorithms, namely, the F-LCB algorithm, based on algorithms for nonlinear optimization with known convergence rates. We provide the regret upper bounds for this reduction scheme based on the base algorithms' convergence rates. We add numerical experiments that demonstrate the performance of the proposed scheme.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes