BECAUSE: Bilinear Causal Representation for Generalizable Offline Model-based Reinforcement Learning
Haohong Lin, Wenhao Ding, Jian Chen, Laixi Shi, Jiacheng Zhu, Bo Li, Ding Zhao
TL;DR
This paper tackles objective mismatch in offline model-based RL by identifying confounders in offline data as a main source of distribution shifts. It introduces BECAUSE, a causal-representation framework built on ASC-MDP and bilinear MDPs, to learn sparsified, confounder-aware representations $\phi$ and $\mu$, along with a core matrix $M$, enabling unconfounded world modeling and uncertainty-aware planning. BECAUSE combines regularized MLE-based causal mask discovery with an uncertainty-quantified planning module via an Energy-Based Model, and provides finite-sample guarantees on suboptimality. Empirically, BECAUSE demonstrates strong generalization and robustness across 18 tasks with varying data quality and environment contexts, outperforming a range of offline RL baselines and displaying resilience to increasing confounding factors.
Abstract
Offline model-based reinforcement learning (MBRL) enhances data efficiency by utilizing pre-collected datasets to learn models and policies, especially in scenarios where exploration is costly or infeasible. Nevertheless, its performance often suffers from the objective mismatch between model and policy learning, resulting in inferior performance despite accurate model predictions. This paper first identifies the primary source of this mismatch comes from the underlying confounders present in offline data for MBRL. Subsequently, we introduce \textbf{B}ilin\textbf{E}ar \textbf{CAUS}al r\textbf{E}presentation~(BECAUSE), an algorithm to capture causal representation for both states and actions to reduce the influence of the distribution shift, thus mitigating the objective mismatch problem. Comprehensive evaluations on 18 tasks that vary in data quality and environment context demonstrate the superior performance of BECAUSE over existing offline RL algorithms. We show the generalizability and robustness of BECAUSE under fewer samples or larger numbers of confounders. Additionally, we offer theoretical analysis of BECAUSE to prove its error bound and sample efficiency when integrating causal representation into offline MBRL.
