MAAICRJan 20, 2023

Differential Privacy in Cooperative Multiagent Planning

arXiv:2301.08811v116 citationsh-index: 53
Originality Incremental advance
AI Analysis

This addresses privacy concerns in multiagent planning for applications like robotics or autonomous systems, but is incremental as it builds on existing differential privacy and Markov game frameworks.

The paper tackles the problem of protecting sensitive data in cooperative multiagent systems by privatizing inter-agent communications using differential privacy, and shows that their synthesized policies reduce team performance by only 3% compared to non-private implementations, while baseline policies cause an 86% drop.

Privacy-aware multiagent systems must protect agents' sensitive data while simultaneously ensuring that agents accomplish their shared objectives. Towards this goal, we propose a framework to privatize inter-agent communications in cooperative multiagent decision-making problems. We study sequential decision-making problems formulated as cooperative Markov games with reach-avoid objectives. We apply a differential privacy mechanism to privatize agents' communicated symbolic state trajectories, and then we analyze tradeoffs between the strength of privacy and the team's performance. For a given level of privacy, this tradeoff is shown to depend critically upon the total correlation among agents' state-action processes. We synthesize policies that are robust to privacy by reducing the value of the total correlation. Numerical experiments demonstrate that the team's performance under these policies decreases by only 3 percent when comparing private versus non-private implementations of communication. By contrast, the team's performance decreases by roughly 86 percent when using baseline policies that ignore total correlation and only optimize team performance.

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