English

Causal Bandits with Propagating Inference

Machine Learning 2018-06-07 v1 Machine Learning

Abstract

Bandit is a framework for designing sequential experiments. In each experiment, a learner selects an arm AAA \in \mathcal{A} and obtains an observation corresponding to AA. Theoretically, the tight regret lower-bound for the general bandit is polynomial with respect to the number of arms A|\mathcal{A}|. This makes bandit incapable of handling an exponentially large number of arms, hence the bandit problem with side-information is often considered to overcome this lower bound. Recently, a bandit framework over a causal graph was introduced, where the structure of the causal graph is available as side-information. A causal graph is a fundamental model that is frequently used with a variety of real problems. In this setting, the arms are identified with interventions on a given causal graph, and the effect of an intervention propagates throughout all over the causal graph. The task is to find the best intervention that maximizes the expected value on a target node. Existing algorithms for causal bandit overcame the Ω(A/T)\Omega(\sqrt{|\mathcal{A}|/T}) simple-regret lower-bound; however, their algorithms work only when the interventions A\mathcal{A} are localized around a single node (i.e., an intervention propagates only to its neighbors). We propose a novel causal bandit algorithm for an arbitrary set of interventions, which can propagate throughout the causal graph. We also show that it achieves O(γlog(AT)/T)O(\sqrt{ \gamma^*\log(|\mathcal{A}|T) / T}) regret bound, where γ\gamma^* is determined by using a causal graph structure. In particular, if the in-degree of the causal graph is bounded, then γ=O(N2)\gamma^* = O(N^2), where NN is the number NN of nodes.

Keywords

Cite

@article{arxiv.1806.02252,
  title  = {Causal Bandits with Propagating Inference},
  author = {Akihiro Yabe and Daisuke Hatano and Hanna Sumita and Shinji Ito and Naonori Kakimura and Takuro Fukunaga and Ken-ichi Kawarabayashi},
  journal= {arXiv preprint arXiv:1806.02252},
  year   = {2018}
}

Comments

To appear in International Conference on Machine Learning 2018

R2 v1 2026-06-23T02:21:15.534Z