AIJul 13, 2024

Preserving the Privacy of Reward Functions in MDPs through Deception

arXiv:2407.09809v12 citationsh-index: 33
Originality Incremental advance
AI Analysis

This addresses privacy concerns in sequential decision-making for domains like wildlife monitoring and cybersecurity, though it appears incremental as it builds on existing deception theory.

The paper tackles the problem of preserving the privacy of reward functions in Markov Decision Processes (MDPs) against observers using Inverse Reinforcement Learning (IRL), and proposes a novel RL-based planning algorithm using simulation that outperforms previous methods in privacy preservation.

Preserving the privacy of preferences (or rewards) of a sequential decision-making agent when decisions are observable is crucial in many physical and cybersecurity domains. For instance, in wildlife monitoring, agents must allocate patrolling resources without revealing animal locations to poachers. This paper addresses privacy preservation in planning over a sequence of actions in MDPs, where the reward function represents the preference structure to be protected. Observers can use Inverse RL (IRL) to learn these preferences, making this a challenging task. Current research on differential privacy in reward functions fails to ensure guarantee on the minimum expected reward and offers theoretical guarantees that are inadequate against IRL-based observers. To bridge this gap, we propose a novel approach rooted in the theory of deception. Deception includes two models: dissimulation (hiding the truth) and simulation (showing the wrong). Our first contribution theoretically demonstrates significant privacy leaks in existing dissimulation-based methods. Our second contribution is a novel RL-based planning algorithm that uses simulation to effectively address these privacy concerns while ensuring a guarantee on the expected reward. Experiments on multiple benchmark problems show that our approach outperforms previous methods in preserving reward function privacy.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes