# Optimal Exploitation of Clustering and History Information in   Multi-Armed Bandit

**Authors:** Djallel Bouneffouf, Srinivasan Parthasarathy, Horst Samulowitz, Martin, Wistub

arXiv: 1906.03979 · 2019-06-11

## TL;DR

This paper introduces algorithms for multi-armed bandit problems that leverage historical data and pre-clustered arms, improving exploration efficiency and regret bounds, with a robust META algorithm balancing different information sources.

## Contribution

The paper proposes the META algorithm that adaptively combines clustering and historical data to optimize exploration in multi-armed bandits, validated by theoretical analysis and experiments.

## Key findings

- META outperforms individual algorithms when clustering quality is high.
- The algorithms achieve improved regret bounds with pre-clustering and historical data.
- Experimental results confirm robustness and practical effectiveness on real datasets.

## Abstract

We consider the stochastic multi-armed bandit problem and the contextual bandit problem with historical observations and pre-clustered arms. The historical observations can contain any number of instances for each arm, and the pre-clustering information is a fixed clustering of arms provided as part of the input. We develop a variety of algorithms which incorporate this offline information effectively during the online exploration phase and derive their regret bounds. In particular, we develop the META algorithm which effectively hedges between two other algorithms: one which uses both historical observations and clustering, and another which uses only the historical observations. The former outperforms the latter when the clustering quality is good, and vice-versa. Extensive experiments on synthetic and real world datasets on Warafin drug dosage and web server selection for latency minimization validate our theoretical insights and demonstrate that META is a robust strategy for optimally exploiting the pre-clustering information.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.03979/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1906.03979/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1906.03979/full.md

---
Source: https://tomesphere.com/paper/1906.03979