paper-with-me

홈 › Papers

When Exploration Comes for Free with Mixture-Greedy: Do we need UCB in Diversity-Aware Multi-Armed Bandits?

2026-03-23 · Bahar Dibaei Nia, Farzan Farnia arxiv

Efficient selection among multiple generative models is increasingly important in modern generative AI, where sampling from suboptimal models is costly. This problem can be formulated as a multi-armed bandit task. Under diversity-aware evaluation metrics, a non-degenerate mixture of generators can outperform any individual model, distinguishing this setting from classical best-arm identification. Prior approaches therefore incorporate an Upper Confidence Bound (UCB) exploration bonus into the mixture objective. However, across multiple datasets and evaluation metrics, we observe that the UCB term consistently slows convergence and often reduces sample efficiency. In contrast, a simple \emph{Mixture-Greedy} strategy without explicit UCB-type optimism converges faster and achieves even better performance, particularly for widely used metrics such as FID and Vendi where tight confidence bounds are difficult to construct. We provide theoretical insight explaining this behavior: under transparent structural conditions, diversity-aware objectives induce implicit exploration by favoring interior mixtures, leading to linear sampling of all arms and sublinear regret guarantees for entropy-based, kernel-based, and FID-type objectives. These results suggest that in diversity-aware multi-armed bandits for generative model selection, exploration can arise intrinsically from the objective geometry, questioning the necessity of explicit confidence bonuses.

📄 PDF Abstract BibTeX arXiv:2603.21716

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed Bandits

Similar Papers 제목 키워드 기반

Unreasonable Effectiveness of Greedy Algorithms in Multi-Armed Bandit with Many Arms

2020-12-01 · NeurIPS 2020 12 · Mohsen Bayati, Nima Hamidi, Ramesh Johari, Khashayar Khosravi

We study the structure of regret-minimizing policies in the {\em many-armed} Bayesian multi-armed bandit problem: in particular, with $k$ the number of arms and $T$ the time horizon, we consider the case where $k \geq \s…

Multi-Armed Bandits

Temporally-Extended ε-Greedy Exploration

2020-06-02 · ICLR 2021 1 · Will Dabney, Georg Ostrovski, André Barreto

Recent work on exploration in reinforcement learning (RL) has led to a series of increasingly complex solutions to the problem. This increase in complexity often comes at the expense of generality. Recent empirical studi…

Reinforcement Learning (RL)

Mostly Exploration-Free Algorithms for Contextual Bandits

2017-04-28 · Hamsa Bastani, Mohsen Bayati, Khashayar Khosravi

The contextual bandit literature has traditionally focused on algorithms that address the exploration-exploitation tradeoff. In particular, greedy algorithms that exploit current estimates without any exploration may be …

DiversityMulti-Armed BanditsThompson Sampling

Depth and nonlinearity induce implicit exploration for RL

2018-05-29 · Justas Dauparas, Ryota Tomioka, Katja Hofmann

The question of how to explore, i.e., take actions with uncertain outcomes to learn about possible future rewards, is a key question in reinforcement learning (RL). Here, we show a surprising result: We show that Q-learn…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Training with Exploration Improves a Greedy Stack-LSTM Parser

2016-03-11 · Miguel Ballesteros, Yoav Goldberg, Chris Dyer, Noah A. Smith

We adapt the greedy Stack-LSTM dependency parser of Dyer et al. (2015) to support a training-with-exploration procedure using dynamic oracles(Goldberg and Nivre, 2013) instead of cross-entropy minimization. This form of …

Chinese Dependency ParsingDependency Parsing