Distributed Dense Subgraph Detection and Low Outdegree Orientation
Abstract
The densest subgraph problem, introduced in the 80s by Picard and Queyranne as well as Goldberg, is a classic problem in combinatorial optimization with a wide range of applications. The lowest outdegree orientation problem is known to be its dual problem. We study both the problem of finding dense subgraphs and the problem of computing a low outdegree orientation in the distributed settings. Suppose G=(V,E) is the underlying network as well as the input graph. Let D denote the density of the maximum density subgraph of G. Our main results are as follows. Given a value D ≤ D and 0 < ε < 1, we show that a subgraph with density at least (1-ε)D can be identified deterministically in O(( n) / ε) rounds in the LOCAL model. We also present a lower bound showing that our result for the LOCAL model is tight up to an O( n) factor. In the CONGEST model, we show that such a subgraph can be identified in O((3 n) / ε3) rounds with high probability. Our techniques also lead to an O(diameter + (4 n)/ε4)-round algorithm that yields a 1-ε approximation to the densest subgraph. This improves upon the previous O(diameter /ε · n)-round algorithm by Das Sarma et al. [DISC 2012] that only yields a 1/2-ε approximation. Given an integer D ≥ D and (1/D) < ε < 1/4, we give a deterministic, O((2 n) /ε2)-round algorithm in the CONGEST model that computes an orientation where the outdegree of every vertex is upper bounded by (1+ε)D. Previously, the best deterministic algorithm and randomized algorithm by Harris [FOCS 2019] run in O((6 n)/ ε4) rounds and O((3 n) /ε3) rounds respectively and only work in the LOCAL model.
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.