Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,657 papers · 148 categories

Trend · papers per month

104209313417 · Jun 202019922001200920172026
48 results for multiple good arms

Simple greedy algorithms can excel in multi-objective bandits with multiple good arms.

problem Optimizing multiple objectives in bandits is traditionally harder.
method Introduced greedy algorithms that exploit multiple good arms for multiple objectives.
result Simple greedy algorithms achieve strong performance in multi-objective bandits.

We study the problem of identifying the top mm arms in a multi-armed bandit game. Our proposed solution relies on a new algorithm based on successive rejects of the seemingly bad arms, and successive accepts of the good ones. This algorithmic contribution allows to tackle other multiple identifications settings that w…

2012-05-14abs ↗pdf ↗

New algorithm identifies good arms with fewer samples when thresholds are close.

problem Good arm identification in bandit problems with small threshold gaps.
method Proposes lil'HDoC algorithm to improve GAI under small threshold gaps.
result Sample complexity of first λ output arm is nearly identical to HDoC algorithm when thresholds are close.

We consider a novel stochastic multi-armed bandit problem called {\em good arm identification} (GAI), where a good arm is defined as an arm with expected reward greater than or equal to a given threshold. GAI is a pure-exploration problem that a single agent repeats a process of outputting an arm as soon as it is ident…

2017-10-17abs ↗pdf ↗

This work optimizes identifying good arms in nonparametric multi-armed bandits.

problem Efficiently identifying arms with high means in nonparametric settings.
method Combining reward-maximizing sampling with a nonparametric sequential test for anytime-valid labeling.
result Achieves minimax optimal stopping times for identifying arms above a threshold.

We describe a novel algorithm for noisy global optimisation and continuum-armed bandits, with good convergence properties over any continuous reward function having finitely many polynomial maxima. Over such functions, our algorithm achieves square-root regret in bandits, and inverse-square-root error in optimisation, …

2013-02-11abs ↗pdf ↗

New method for identifying best arm in batched multi-armed bandit problems.

problem Identifying the best arm in multi-armed bandit problems where arms are sampled in batches.
method General linear programming framework for best arm identification in batched multi-armed bandit problems.
result Demonstrated good performance in numerical studies compared to UCB-type or Thompson sampling methods.

Paper proposes Adaptive Pareto Exploration for identifying Pareto optimal arms in multi-objective scenarios.

problem Identifying Pareto optimal arms in multi-objective scenarios with relaxed constraints.
method Adaptive Pareto Exploration strategy for different relaxations of Pareto Set Identification.
result Reduction in sample complexity when identifying at most k Pareto optimal arms.

Optimal best-arm identification with known number of optimal arms.

problem Identifying the best arm in a multi-armed bandit with multiple optimal arms under fixed confidence.
method Deriving a new information-theoretic lower bound and proposing a modified stopping rule.
result Achieving asymptotic instance-optimality with a new lower bound and new stopping rule.

TRIPLE efficiently optimizes prompts with a budget constraint.

problem Efficiently selecting good prompts from a pool of candidates.
method TRIPLE connects prompt optimization to best arm identification in MAB, leveraging BAI-FB tools.
result TRIPLE outperforms baselines on multiple tasks with limited budget constraints.

We consider the problem of minimizing the regret in stochastic multi-armed bandit, when the measure of goodness of an arm is not the mean return, but some general function of the mean and the variance.We characterize the conditions under which learning is possible and present examples for which no natural algorithm can…

2014-05-05abs ↗pdf ↗

We consider the problem of identifying any kk out of the best mm arms in an nn-armed stochastic multi-armed bandit. Framed in the PAC setting, this particular problem generalises both the problem of `best subset selection' and that of selecting `one out of the best m' arms [arcsk 2017]. In applications such as crowd…

2019-01-24abs ↗pdf ↗

Unified framework controls false discovery rate in bandit multiple testing.

problem Designing adaptive algorithms to identify true discoveries in multiple hypothesis testing.
method Unified modular framework using e-processes for FDR control in arbitrary settings.
result Unified framework ensures FDR control for dependent and simultaneous arm queries.

We introduce in this paper a new algorithm for Multi-Armed Bandit (MAB) problems. A machine learning paradigm popular within Cognitive Network related topics (e.g., Spectrum Sensing and Allocation). We focus on the case where the rewards are exponentially distributed, which is common when dealing with Rayleigh fading c…

2012-04-07abs ↗pdf ↗

New algorithms minimize regret with multiple best arms in large action spaces.

problem Minimizing regret in multi-armed bandit with multiple best arms.
method Adaptive algorithms that automatically adapt to hardness level, with theoretical regret bounds and lower bounds.
result Proposed algorithms achieve optimal or near-optimal performance, depending on additional knowledge.

As the cornerstone of modern portfolio theory, Markowitz's mean-variance optimization is considered a major model adopted in portfolio management. However, due to the difficulty of estimating its parameters, it cannot be applied to all periods. In some cases, naive strategies such as Equally-weighted and Value-weighted…

2019-11-13abs ↗pdf ↗

This paper considers a multi-armed bandit game where the number of arms is much larger than the maximum budget and is effectively infinite. We characterize necessary and sufficient conditions on the total budget for an algorithm to return an ε-good arm with probability at least 1 - δ. In such situations, the sample com…

2018-11-15abs ↗pdf ↗

The paper addresses privacy-preserving BAI in clinical trials and user studies.

problem Privacy-preserving Best Arm Identification in adaptive clinical trials and user studies.
method The paper derives lower bounds on sample complexity for BAI algorithms with differential privacy constraints and proposes private variants of Top Two algorithms.
result Private variants of Top Two algorithms achieve asymptotic optimality in terms of sample complexity for BAI problems under differential privacy constraints.

We study a generalization of the multi-armed bandit problem with multiple plays where there is a cost associated with pulling each arm and the agent has a budget at each time that dictates how much she can expect to spend. We derive an asymptotic regret lower bound for any uniformly efficient algorithm in our setting. …

2016-06-30abs ↗pdf ↗

New algorithm improves online decision making by adaptively inferring arm rewards.

problem Adaptive selection of arms in MAB leads to non-iid data, complicating accurate inference.
method Proposes a doubly adaptive TS algorithm that leverages causal inference for adaptive reweighting.
result Demonstrates superior empirical performance in identifying the best arm compared to UCB and TS.

Improved knowledge gradient (iKG) outperforms the original KG algorithm in best arm identification problems.

problem Best arm identification (BAI) problem with limitations of the original KG algorithm.
method Follows the one-step look ahead of KG but chooses the measurement that maximizes the probability of selecting the best arm.
result Improved knowledge gradient (iKG) is asymptotically optimal and easier to extend to variant BAI problems.

New algorithm tackles unknown utility network resource allocation.

problem Maximizing network utility with unknown agent utilities.
method Modeling as a bandit problem, proposing algorithms for resource allocation.
result Proposed algorithms are optimal when all agents have the same utility.

The paper studies privacy-protected BAI with fixed confidence, deriving lower bounds and proposing an adaptive algorithm.

problem Privacy-protected Best Arm Identification (BAI) in data-sensitive applications.
method Derives lower bounds on sample complexity, proposes AdaP-TT algorithm with Laplace noise, and validates with experiments.
result AdaP-TT matches the sample complexity lower bound up to constants in the high-privacy regime.

Optimism stabilizes Thompson Sampling for adaptive inference in multi-armed bandits.

problem Subtle inferential properties of Thompson Sampling under adaptive data collection.
method Introduced optimism as a key mechanism to restore stability and validity of inference.
result Suitably implemented optimism stabilizes Thompson Sampling and enables asymptotically valid Wald inference.

Paper tackles best mixed arm identification with cost constraints in bandit models.

problem Finding the best mixed arm with cost constraints in a stochastic bandit model.
method Proposes SFSR algorithm combining successive reject and score-function-based rejection criteria.
result Upper and lower bounds on mis-identification probability show exponential decay with budget.

New algorithm for shareable arms with load-dependent rewards in stochastic bandits.

problem Learning optimal play strategy with shareable finite-capacity arms in stochastic bandits.
method Developed a capacity estimator and online learning algorithm for MP-MAB with shareable arms.
result Regret upper bound matches the lower bound, validating the algorithm's performance.

We consider two multi-armed bandit problems with nn arms: (i) given an ε>0ε> 0, identify an arm with mean that is within εε of the largest mean and (ii) given a threshold μ0μ_0 and integer kk, identify kk arms with means larger than μ0μ_0. Existing lower bounds and algorithms for the PAC framework suggest that both …

2019-06-15abs ↗pdf ↗

Improved FTRL algorithm for multi-armed bandits with various regularizers and multiple optimal arms.

problem Designing adaptive multi-armed bandit algorithms that perform optimally in both stochastic and adversarial settings.
method Follow-the-Regularized-Leader (FTRL) algorithm with a broad family of regularizers and a new learning rate schedule.
result Uniqueness of optimal arm assumption is unnecessary for FTRL with a broad family of regularizers.

We consider the problem of best arm identification in a variant of multi-armed bandits called linked bandits. In a single interaction with linked bandits, multiple arms are played sequentially until one of them receives a positive reward. Since each interaction provides feedback about more than one arm, the sample comp…

2018-11-19abs ↗pdf ↗

A new federated bandit problem with multiple adversaries, solved with a near-optimal algorithm.

problem Non-stochastic federated multi-armed bandit problem with multiple adversaries.
method Proposed a near-optimal federated bandit algorithm called FEDEXP3.
result Guaranteed sub-linear regret without exchanging sequences of selected arm identities or loss sequences among agents.

New algorithm eliminates arms to minimize regret in complex bandit problems.

problem Minimizing regret in combinatorial bandit problems with explicit exploration.
method Introduces a novel arm elimination scheme that partitions arms into three categories and incorporates explicit exploration.
result Achieves near-optimal regret in combinatorial multi-armed and linear contextual bandit problems.