135
v1v2v3 (latest)

Differentially Private Multiway and kk-Cut

Abstract

In this paper, we address the challenge of differential privacy in the context of graph cuts, specifically focusing on the minimum kk-cut and multiway cut problems. We introduce edge-differentially private algorithms that achieve nearly optimal performance for these problems. For the multiway cut problem, we first provide a private algorithm with a multiplicative approximation ratio that matches the state-of-the-art non-private algorithm. We then present a tight information-theoretic lower bound on the additive error, demonstrating that our algorithm on weighted graphs is near-optimal for constant kk. For the minimum kk-cut problem, our algorithms leverage a known bound on the number of approximate kk-cuts, resulting in a private algorithm with optimal additive error O(klogn)O(k\log n) for fixed privacy parameter. We also establish a information-theoretic lower bound that matches this additive error. Additionally, we give an efficient private algorithm for kk-cut even for non-constant kk, including a polynomial-time 2-approximation with an additive error of O~(k1.5)\widetilde{O}(k^{1.5}).

View on arXiv
Comments on this paper