LGSIMEMLJun 4, 2022

Combinatorial Causal Bandits

arXiv:2206.01995v516 citationsh-index: 5
Originality Highly original
AI Analysis

This work addresses the challenge of efficient causal inference in bandit settings with combinatorial actions and hidden variables, offering improved regret bounds over prior methods.

The paper tackles the problem of combinatorial causal bandits, where an agent intervenes on up to K variables per round to minimize regret on a target variable Y, by proposing algorithms for binary generalized linear models and linear models with hidden variables, achieving O(sqrt(T) log T) regret.

In combinatorial causal bandits (CCB), the learning agent chooses at most $K$ variables in each round to intervene, collects feedback from the observed variables, with the goal of minimizing expected regret on the target variable $Y$. We study under the context of binary generalized linear models (BGLMs) with a succinct parametric representation of the causal models. We present the algorithm BGLM-OFU for Markovian BGLMs (i.e. no hidden variables) based on the maximum likelihood estimation method, and show that it achieves $O(\sqrt{T}\log T)$ regret, where $T$ is the time horizon. For the special case of linear models with hidden variables, we apply causal inference techniques such as the do-calculus to convert the original model into a Markovian model, and then show that our BGLM-OFU algorithm and another algorithm based on the linear regression both solve such linear models with hidden variables. Our novelty includes (a) considering the combinatorial intervention action space and the general causal models including ones with hidden variables, (b) integrating and adapting techniques from diverse studies such as generalized linear bandits and online influence maximization, and (c) avoiding unrealistic assumptions (such as knowing the joint distribution of the parents of $Y$ under all interventions) and regret factors exponential to causal graph size in prior studies.

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