Transfer Learning in Latent Contextual Bandits with Covariate Shift Through Causal Transportability
Mingwei Deng, Ville Kyrki, Dominik Baumann
TL;DR
This work tackles transfer learning for latent contextual bandits under covariate shift by rooting knowledge transfer in causal transportability. It shows that naive transfer of causal effects can cause negative transfer and then develops two linked strategies: a binary-posterior restoration with a closed-form solution and a high-dimensional proxy approach using a CEVAE-like variational autoencoder with a transport-aware objective. The resulting methods demonstrate improved sample efficiency and robust transfer across synthetic and semi-synthetic datasets, including IHDP and MNIST-based proxies, while avoiding degradation from misaligned context distributions. Overall, the approach provides a principled framework to identify and transfer invariant causal knowledge across environments, with strong implications for data-efficient decision-making under distributional shifts in bandit and, potentially, reinforcement learning settings.
Abstract
Transferring knowledge from one environment to another is an essential ability of intelligent systems. Nevertheless, when two environments are different, naively transferring all knowledge may deteriorate the performance, a phenomenon known as negative transfer. In this paper, we address this issue within the framework of multi-armed bandits from the perspective of causal inference. Specifically, we consider transfer learning in latent contextual bandits, where the actual context is hidden, but a potentially high-dimensional proxy is observable. We further consider a covariate shift in the context across environments. We show that naively transferring all knowledge for classical bandit algorithms in this setting led to negative transfer. We then leverage transportability theory from causal inference to develop algorithms that explicitly transfer effective knowledge for estimating the causal effects of interest in the target environment. Besides, we utilize variational autoencoders to approximate causal effects under the presence of a high-dimensional proxy. We test our algorithms on synthetic and semi-synthetic datasets, empirically demonstrating consistently improved learning efficiency across different proxies compared to baseline algorithms, showing the effectiveness of our causal framework in transferring knowledge.
