Faster Private Minimum Spanning Trees
Rasmus Pagh, Lukas Retschmeier

TL;DR
This paper introduces a faster differentially private algorithm for computing approximate minimum spanning trees in graphs with private edge weights, achieving improved utility and runtime over previous methods.
Contribution
The paper presents a novel private MST algorithm with improved runtime of O(m + n^{3/2} log n) that matches the utility of existing in-place algorithms, using a new simulation of Report-Noisy-Max.
Findings
The new algorithm runs in sublinear time for dense graphs.
It achieves comparable utility to existing in-place algorithms.
Experimental results show significant improvements in utility or runtime.
Abstract
Motivated by applications in clustering and synthetic data generation, we consider the problem of releasing a minimum spanning tree (MST) under edge-weight differential privacy constraints where a graph topology with vertices and edges is public, the weight matrix is private, and we wish to release an approximate MST under -zero-concentrated differential privacy. Weight matrices are considered neighboring if they differ by at most in each entry, i.e., we consider an neighboring relationship. Existing private MST algorithms either add noise to each entry in and estimate the MST by post-processing or add noise to weights in-place during the execution of a specific MST algorithm. Using the post-processing approach with an efficient MST algorithm takes time on dense graphs but…
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
TopicsCooperative Communication and Network Coding · Cryptography and Data Security · Mobile Ad Hoc Networks
