Causally Abstracted Multi-armed Bandits
Fabio Massimo Zennaro, Nicholas Bishop, Joel Dyer, Yorgos Felekis, Anisoara Calinescu, Michael Wooldridge, Theodoros Damoulas
TL;DR
This work introduces CAMAB, a framework that enables transfer learning across causal MABs defined on different variable sets by leveraging causal abstraction. It defines two quantitative measures, the interventional-consistency error $e(\boldsymbol{\alpha})$ and the reward discrepancy $s(\boldsymbol{\alpha})$, to bound the difference in expected rewards between base and abstract CMABs. Three representative transfer strategies are analyzed: transferring the optimal action (TOpt), transferring actions via imitation (IMIT), and transferring expected values (TExp); each comes with theoretical insights on when it preserves optimality and how regret scales. The authors provide extensive theoretical results and experiments, including an online advertising case, illustrating both the potential gains and pitfalls of CAMAB-based transfer. Overall, CAMAB broadens transfer learning in bandits to multi-resolution causal settings, offering practical guidance on when and how to transfer information across related CMABs.
Abstract
Multi-armed bandits (MAB) and causal MABs (CMAB) are established frameworks for decision-making problems. The majority of prior work typically studies and solves individual MAB and CMAB in isolation for a given problem and associated data. However, decision-makers are often faced with multiple related problems and multi-scale observations where joint formulations are needed in order to efficiently exploit the problem structures and data dependencies. Transfer learning for CMABs addresses the situation where models are defined on identical variables, although causal connections may differ. In this work, we extend transfer learning to setups involving CMABs defined on potentially different variables, with varying degrees of granularity, and related via an abstraction map. Formally, we introduce the problem of causally abstracted MABs (CAMABs) by relying on the theory of causal abstraction in order to express a rigorous abstraction map. We propose algorithms to learn in a CAMAB, and study their regret. We illustrate the limitations and the strengths of our algorithms on a real-world scenario related to online advertising.
