Poster Session 4 · Thursday, December 4, 2025 4:30 PM → 7:30 PM
#1212
Differentially Private Gomory-Hu Trees
Anders Aamand, Justin Y. Chen, Mina Dalirrooyfard, Slobodan Mitrović, Yuriy Nevmyvaka, Sandeep Silwal, Yinzhan Xu
Abstract
Given an undirected, weighted -vertex graph , a Gomory-Hu tree is a weighted tree on that preserves the Min---Cut between any pair of vertices . Finding cuts in graphs is a key primitive in problems such as bipartite matching, spectral and correlation clustering, and community detection.
We design a differentially private (DP) algorithm that computes an approximate Gomory-Hu tree. Our algorithm is -DP, runs in polynomial time, and can be used to compute - cuts that are -additive approximations of the Min---Cuts in for all distinct with high probability.
Our error bound is essentially optimal, since Dalirrooyfard, Mitrovic and Nevmyvaka, Neurips 2023 showed that privately outputting a single Min---Cut requires additive error even with -DP and allowing for multiplicative error. Prior to our work, the best additive error bounds for approximate all-pairs Min---Cuts were for -DP Gupta, Roth, Ullman, TCC 2009 and for -DP Liu, Upadhyay and Zou, SODA 2024, both achieved by DP algorithms that preserve all cuts in the graph.
To achieve our result, we develop an -DP algorithm for the Minimum Isolating Cuts problem with near-linear error, and introduce a novel privacy composition technique combining elements of both parallel and basic composition to handle "bounded overlap" computational branches in recursive algorithms, which maybe of independent interest.