LGAIMLMay 4, 2018

BelMan: Bayesian Bandits on the Belief--Reward Manifold

arXiv:1805.01627v2
Originality Incremental advance
AI Analysis

This addresses the problem of efficient decision-making in bandit scenarios for researchers and practitioners, offering a novel method that is incremental in its approach.

The paper tackles the exploration-exploitation trade-off in multi-armed bandit problems by proposing BelMan, a Bayesian information geometric approach that uniformly supports various bandit types. It shows that BelMan is competitive and can outperform state-of-the-art algorithms in specific setups, such as those with many arms and continuous rewards.

We propose a generic, Bayesian, information geometric approach to the exploration--exploitation trade-off in multi-armed bandit problems. Our approach, BelMan, uniformly supports pure exploration, exploration--exploitation, and two-phase bandit problems. The knowledge on bandit arms and their reward distributions is summarised by the barycentre of the joint distributions of beliefs and rewards of the arms, the \emph{pseudobelief-reward}, within the beliefs-rewards manifold. BelMan alternates \emph{information projection} and \emph{reverse information projection}, i.e., projection of the pseudobelief-reward onto beliefs-rewards to choose the arm to play, and projection of the resulting beliefs-rewards onto the pseudobelief-reward. It introduces a mechanism that infuses an exploitative bias by means of a \emph{focal distribution}, i.e., a reward distribution that gradually concentrates on higher rewards. Comparative performance evaluation with state-of-the-art algorithms shows that BelMan is not only competitive but can also outperform other approaches in specific setups, for instance involving many arms and continuous rewards.

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