DBLGMLFeb 13, 2016

Convex Optimization for Linear Query Processing under Approximate Differential Privacy

arXiv:1602.04302v325 citations
Originality Incremental advance
AI Analysis

This provides a more efficient and guaranteed optimal solution for organizations needing accurate, privacy-preserving data analysis, though it is incremental as it builds on prior differential privacy methods.

The paper tackles the problem of finding optimal strategies for computing multiple correlated aggregates under approximate differential privacy, which was previously solved via non-convex optimization, and shows that it can be reduced to a convex optimization problem, leading to an efficient algorithm with proven convergence rates.

Differential privacy enables organizations to collect accurate aggregates over sensitive data with strong, rigorous guarantees on individuals' privacy. Previous work has found that under differential privacy, computing multiple correlated aggregates as a batch, using an appropriate \emph{strategy}, may yield higher accuracy than computing each of them independently. However, finding the best strategy that maximizes result accuracy is non-trivial, as it involves solving a complex constrained optimization program that appears to be non-linear and non-convex. Hence, in the past much effort has been devoted in solving this non-convex optimization program. Existing approaches include various sophisticated heuristics and expensive numerical solutions. None of them, however, guarantees to find the optimal solution of this optimization problem. This paper points out that under ($ε$, $δ$)-differential privacy, the optimal solution of the above constrained optimization problem in search of a suitable strategy can be found, rather surprisingly, by solving a simple and elegant convex optimization program. Then, we propose an efficient algorithm based on Newton's method, which we prove to always converge to the optimal solution with linear global convergence rate and quadratic local convergence rate. Empirical evaluations demonstrate the accuracy and efficiency of the proposed solution.

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