Differentially Private Combinatorial Optimization
Anupam Gupta, Katrina Ligett, Frank McSherry, Aaron Roth, Kunal, Talwar

TL;DR
This paper explores the application of differential privacy to combinatorial optimization problems, demonstrating that many such problems can be approximated privately even when cryptographic privacy is impossible.
Contribution
It systematically studies differentially private algorithms for various combinatorial problems, establishing their feasibility and effectiveness.
Findings
Many combinatorial problems admit good private approximation algorithms.
Differential privacy can be achieved even when cryptographic privacy is impossible.
The study covers problems like k-median, vertex and set cover, min-cut, facility location, Steiner tree, and CPP.
Abstract
Consider the following problem: given a metric space, some of whose points are "clients", open a set of at most facilities to minimize the average distance from the clients to these facilities. This is just the well-studied -median problem, for which many approximation algorithms and hardness results are known. Note that the objective function encourages opening facilities in areas where there are many clients, and given a solution, it is often possible to get a good idea of where the clients are located. However, this poses the following quandary: what if the identity of the clients is sensitive information that we would like to keep private? Is it even possible to design good algorithms for this problem that preserve the privacy of the clients? In this paper, we initiate a systematic study of algorithms for discrete optimization problems in the framework of differential…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Cryptography and Data Security · Complexity and Algorithms in Graphs
