Tight Lower Bounds for Directed Cut Sparsification and Distributed Min-Cut

June 19, 2024 Β· Declared Dead Β· πŸ› Proc. ACM Manag. Data

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Yu Cheng, Max Li, Honghao Lin, Zi-Yi Tai, David P. Woodruff, Jason Zhang arXiv ID 2406.13231 Category cs.DS: Data Structures & Algorithms Citations 1 Venue Proc. ACM Manag. Data Last Checked 4 months ago
Abstract
In this paper, we consider two fundamental cut approximation problems on large graphs. We prove new lower bounds for both problems that are optimal up to logarithmic factors. The first problem is to approximate cuts in balanced directed graphs. In this problem, the goal is to build a data structure that $(1 \pm Ξ΅)$-approximates cut values in graphs with $n$ vertices. For arbitrary directed graphs, such a data structure requires $Ξ©(n^2)$ bits even for constant $Ξ΅$. To circumvent this, recent works study $Ξ²$-balanced graphs, meaning that for every directed cut, the total weight of edges in one direction is at most $Ξ²$ times that in the other direction. We consider two models: the {\em for-each} model, where the goal is to approximate each cut with constant probability, and the {\em for-all} model, where all cuts must be preserved simultaneously. We improve the previous $Ξ©(n \sqrt{Ξ²/Ξ΅})$ lower bound to $\tildeΞ©(n \sqrtΞ²/Ξ΅)$ in the for-each model, and we improve the previous $Ξ©(n Ξ²/Ξ΅)$ lower bound to $Ξ©(n Ξ²/Ξ΅^2)$ in the for-all model. This resolves the main open questions of (Cen et al., ICALP, 2021). The second problem is to approximate the global minimum cut in a local query model, where we can only access the graph via degree, edge, and adjacency queries. We improve the previous $Ξ©\bigl(\frac{m}{k}\bigr)$ query complexity lower bound to $Ξ©\bigl(\min\{m, \frac{m}{Ξ΅^2 k}\}\bigr)$ for this problem, where $m$ is the number of edges, $k$ is the size of the minimum cut, and we seek a $(1+Ξ΅)$-approximation. In addition, we show that existing upper bounds with slight modifications match our lower bound up to logarithmic factors.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted