LGMLDec 19, 2016

Corralling a Band of Bandit Algorithms

arXiv:1612.06246v3173 citations
Originality Highly original
AI Analysis

This work addresses the challenge of efficiently aggregating bandit algorithms for online learning with partial feedback, which is incremental but improves upon previous methods in balancing exploitation and exploration.

The paper tackles the problem of combining multiple bandit algorithms into a master algorithm that performs nearly as well as the best base algorithm, achieving superior regret bounds through a novel approach based on Online Mirror Descent with a special mirror map and learning rate scheme.

We study the problem of combining multiple bandit algorithms (that is, online learning algorithms with partial feedback) with the goal of creating a master algorithm that performs almost as well as the best base algorithm if it were to be run on its own. The main challenge is that when run with a master, base algorithms unavoidably receive much less feedback and it is thus critical that the master not starve a base algorithm that might perform uncompetitively initially but would eventually outperform others if given enough feedback. We address this difficulty by devising a version of Online Mirror Descent with a special mirror map together with a sophisticated learning rate scheme. We show that this approach manages to achieve a more delicate balance between exploiting and exploring base algorithms than previous works yielding superior regret bounds. Our results are applicable to many settings, such as multi-armed bandits, contextual bandits, and convex bandits. As examples, we present two main applications. The first is to create an algorithm that enjoys worst-case robustness while at the same time performing much better when the environment is relatively easy. The second is to create an algorithm that works simultaneously under different assumptions of the environment, such as different priors or different loss structures.

Code Implementations1 repo
Foundations

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

Your Notes