Distributed Subgraph Detection
Pierre Fraigniaud, Pedro Montealegre, Dennis Olivetti, Ivan Rapaport,, Ioan Todinca

TL;DR
This paper introduces a constant-round distributed algorithm for detecting tree subgraphs in the CONGEST model, contrasting with the difficulty of detecting cycles, and extends to property testing of complex graph patterns.
Contribution
It presents the first constant-round deterministic algorithm for detecting any tree subgraph in distributed networks, and applies this to improve distributed property testing for complex graph patterns.
Findings
Constant-round detection of tree subgraphs in the CONGEST model.
Implications for distributed property testing of complex graph patterns.
Extension of previous cycle detection results to broader classes of subgraphs.
Abstract
In the standard CONGEST model for distributed network computing, it is known that "global" tasks such as minimum spanning tree, diameter, and all-pairs shortest paths, consume large bandwidth, for their running-time is rounds in -node networks with constant diameter. Surprisingly, "local" tasks such as detecting the presence of a 4-cycle as a subgraph also requires rounds, even using randomized algorithms, and the best known upper bound for detecting the presence of a 3-cycle is rounds. The objective of this paper is to better understand the landscape of such subgraph detection tasks. We show that, in contrast to \emph{cycles}, which are hard to detect in the CONGEST model, there exists a deterministic algorithm for detecting the presence of a subgraph isomorphic to running in a…
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
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Distributed systems and fault tolerance
