LGAIJun 24, 2023

Generalizing Differentially Private Decentralized Deep Learning with Multi-Agent Consensus

arXiv:2306.13892v21 citationsh-index: 30
Originality Incremental advance
AI Analysis

This work addresses privacy concerns for agents in decentralized learning systems, offering a practical solution with proven convergence, though it is incremental as it builds on existing decentralized approaches.

The paper tackles the problem of privacy risks in cooperative decentralized deep learning by proposing a framework that embeds differential privacy to secure local datasets, achieving accuracies approaching centralized baselines while ensuring resilience to inference attacks.

Cooperative decentralized learning relies on direct information exchange between communicating agents, each with access to locally available datasets. The goal is to agree on model parameters that are optimal over all data. However, sharing parameters with untrustworthy neighbors can incur privacy risks by leaking exploitable information. To enable trustworthy cooperative learning, we propose a framework that embeds differential privacy into decentralized deep learning and secures each agent's local dataset during and after cooperative training. We prove convergence guarantees for algorithms derived from this framework and demonstrate its practical utility when applied to subgradient and ADMM decentralized approaches, finding accuracies approaching the centralized baseline while ensuring individual data samples are resilient to inference attacks. Furthermore, we study the relationships between accuracy, privacy budget, and networks' graph properties on collaborative classification tasks, discovering a useful invariance to the communication graph structure beyond a threshold.

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