Privacy-Preserving Distributed Optimization and Learning
Ziqin Chen, Yongqiang Wang
TL;DR
The paper addresses privacy concerns in distributed optimization and learning where messages reveal private data. It surveys cryptographic approaches (e.g., homomorphic encryption, secure MPC) and differential privacy frameworks, arguing that differential privacy offers practical scalability in high-dimensional problems. It presents DP algorithms for offline optimization, noncooperative NE seeking, and online learning, including $\\epsilon$-DP and local $\\epsilon_i$-DP with finite budgets, and demonstrates convergence results such as $x^*$-convergence under DP. It also provides real-world applications on logistic regression and CNN training and discusses open challenges and directions for achieving stronger privacy without sacrificing convergence speed.
Abstract
Distributed optimization and learning has recently garnered great attention due to its wide applications in sensor networks, smart grids, machine learning, and so forth. Despite rapid development, existing distributed optimization and learning algorithms require each agent to exchange messages with its neighbors, which may expose sensitive information and raise significant privacy concerns. In this survey paper, we overview privacy-preserving distributed optimization and learning methods. We first discuss cryptography, differential privacy, and other techniques that can be used for privacy preservation and indicate their pros and cons for privacy protection in distributed optimization and learning. We believe that among these approaches, differential privacy is most promising due to its low computational and communication complexities, which are extremely appealing for modern learning based applications with high dimensions of optimization variables. We then introduce several differential-privacy algorithms that can simultaneously ensure privacy and optimization accuracy. Moreover, we provide example applications in several machine learning problems to confirm the real-world effectiveness of these algorithms. Finally, we highlight some challenges in this research domain and discuss future directions.
