🤖 AI Summary
Offline reinforcement learning (RL) is vulnerable to data poisoning attacks, with its sequential dependencies further exacerbating robustness risks. To address this, we propose the first provably robust defense framework for offline RL, operating at two hierarchical levels: single-step action selection and global cumulative reward estimation. Our method innovatively integrates differential privacy into certified robustness analysis—enabling rigorous guarantees for both continuous and discrete state-action spaces, as well as stochastic and deterministic environments—thereby substantially broadening applicability. We introduce multi-granularity sensitivity modeling and a novel stability characterization of policy value functions. Experiments demonstrate that our approach limits performance degradation to ≤50% under 7% poisoned data, achieves a certified radius five times larger than prior work, and surpasses baseline tolerance thresholds (0.008%) by orders of magnitude. This constitutes the first robustness solution for offline RL that simultaneously offers strong theoretical guarantees and practical efficacy.
📝 Abstract
Similar to other machine learning frameworks, Offline Reinforcement Learning (RL) is shown to be vulnerable to poisoning attacks, due to its reliance on externally sourced datasets, a vulnerability that is exacerbated by its sequential nature. To mitigate the risks posed by RL poisoning, we extend certified defenses to provide larger guarantees against adversarial manipulation, ensuring robustness for both per-state actions, and the overall expected cumulative reward. Our approach leverages properties of Differential Privacy, in a manner that allows this work to span both continuous and discrete spaces, as well as stochastic and deterministic environments -- significantly expanding the scope and applicability of achievable guarantees. Empirical evaluations demonstrate that our approach ensures the performance drops to no more than $50%$ with up to $7%$ of the training data poisoned, significantly improving over the $0.008%$ in prior work~citep{wu_copa_2022}, while producing certified radii that is $5$ times larger as well. This highlights the potential of our framework to enhance safety and reliability in offline RL.