English

Causal Bandits for Linear Structural Equation Models

Machine Learning 2023-04-04 v3 Machine Learning

Abstract

This paper studies the problem of designing an optimal sequence of interventions in a causal graphical model to minimize cumulative regret with respect to the best intervention in hindsight. This is, naturally, posed as a causal bandit problem. The focus is on causal bandits for linear structural equation models (SEMs) and soft interventions. It is assumed that the graph's structure is known and has NN nodes. Two linear mechanisms, one soft intervention and one observational, are assumed for each node, giving rise to 2N2^N possible interventions. Majority of the existing causal bandit algorithms assume that at least the interventional distributions of the reward node's parents are fully specified. However, there are 2N2^N such distributions (one corresponding to each intervention), acquiring which becomes prohibitive even in moderate-sized graphs. This paper dispenses with the assumption of knowing these distributions or their marginals. Two algorithms are proposed for the frequentist (UCB-based) and Bayesian (Thompson Sampling-based) settings. The key idea of these algorithms is to avoid directly estimating the 2N2^N reward distributions and instead estimate the parameters that fully specify the SEMs (linear in NN) and use them to compute the rewards. In both algorithms, under boundedness assumptions on noise and the parameter space, the cumulative regrets scale as O~(dL+12NT)\tilde{\cal O} (d^{L+\frac{1}{2}} \sqrt{NT}), where dd is the graph's maximum degree, and LL is the length of its longest causal path. Additionally, a minimax lower of Ω(dL22T)\Omega(d^{\frac{L}{2}-2}\sqrt{T}) is presented, which suggests that the achievable and lower bounds conform in their scaling behavior with respect to the horizon TT and graph parameters dd and LL.

Keywords

Cite

@article{arxiv.2208.12764,
  title  = {Causal Bandits for Linear Structural Equation Models},
  author = {Burak Varici and Karthikeyan Shanmugam and Prasanna Sattigeri and Ali Tajer},
  journal= {arXiv preprint arXiv:2208.12764},
  year   = {2023}
}

Comments

61 pages; new to this version: added lower bounds and relaxed assumptions

R2 v1 2026-06-25T02:00:47.102Z