Papers for

network system designers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Lower bounds on private graph optimization error under differential privacy

Lower Bounds for Private Graph Optimization Problems using Reconstruction Attacks

Abstract: This paper studies fundamental graph optimization problems under differential privacy (DP) and shows new, reconstruction-based lower bounds. We consider a graph $G = (V, E, \vec{w})$ where the vertex set $V$ and edges $E$ are public and the weights $\mathbf{w}:E\rightarrow \mathbb{R}$ must be kept differentially private under an $\ell_1$ neighboring relation. For the problems of releasing a minimum-weight spanning tree and a minimum-weight perfect matching, we show new, tight error bounds of $Ω(n\cdot\log(m/n)/ε)$ on worst-case graphs with $n$ vertices and $m>2n$ edges. The upper bounds are known pure DP algorithms while the new lower bound holds even under approximate $(\varepsilon,δ)$-DP as long as $δ\leq (n/m)^{Ω(1)}$. Our lower bounds improve the $Ω(n/ε)$ lower bounds of Sealfon (PODS~'16). The fact that approximate DP does not reduce error for MST under the $\ell_1$ neighboring relation contrasts with the recent upper bound of Pagh et al. (PODS~'25) which shows that approximate DP allows much better error under the $\ell_\infty$ neighboring relation. Going beyond worst-case graphs, we give lower bounds for large families of sparse graphs with expansion properties. We show a lower bound of $Ω(n / ε)$ for the minimum spanning tree for any graph where the minimum cut is at least $Ω(\log(n))$. Finally, we consider the problem of private hierarchical clustering under Dasgupta's cost function (STOC~'16) and show the first approximate DP lower bound parameterized by the minimum weight of a balanced cut. This extends lower bounds of Deng et al. (ICLR~'25) to general graphs and to approximate DP.

Wed 9 SeptData Structures and AlgorithmsCryptography and Security
The gist
The paper looks at how well we can keep certain details private when solving graph problems like finding the cheapest way to connect points or match pairs. It shows that even if you allow a small chance of privacy leakage, there’s a minimum unavoidable error when protecting edge weights. This error depends on the graph size and cannot be reduced for many graphs, meaning some mistakes in the output are inevitable if privacy is strong. The authors expand known limitations and explain when approximate privacy doesn’t improve results.
Open 2609.10877v1

Decentralized decision-making shows unavoidable performance gap to centralized methods

A Fundamental Limit in Decentralized Decision-Making

Abstract: In decentralized decision-making, several agents connected according to a network graph aim at solving a classification problem by collecting streaming observations. Due to decentralization, they run an iterative algorithm where, at each iteration, they can only exchange information locally with their neighbors. While decentralized estimation solutions have been shown to match the performance of optimal centralized systems, we show here that surprisingly this conclusion does not hold for decentralized decision-making. Specifically, we prove that the error probability for the best decentralized decision strategy exhibits an irreducible loss with respect to the optimal centralized classifier. This result establishes a fundamental limit for the performance of any decentralized decision strategy. We obtain an analytical relation showing that this limit is related to the interplay between decentralization and classification. The first aspect appears through the distances between the nodes in the graph, while the second aspect plays through the moment generating functions of the likelihood ratios that describe the decision problem. By applying the derived closed-form relation to different network topologies and inference problems, we observe some interesting and perhaps unexpected behavior emerging. In particular, we characterize the scaling law (with the network size) for the loss over popular network topologies, showing that the error probabilities might differ by orders of magnitude; and we examine how performance is affected by the relative distance between informative and uninformative agents over the graph.

Mon 7 SeptInformation TheoryMultiagent Systems
The gist
When several connected agents work together to classify data but can only share information with their immediate neighbors, their best collective decisions are less accurate than if a central authority made the decisions. The authors demonstrate that this loss in accuracy cannot be eliminated, even with perfect algorithms. They explain that the performance gap depends on how agents are connected and the nature of the decision problem, and they analyze how this gap grows with network size and arrangement.
Open 2609.07479v1