Low Diameter Graph Decompositions by Approximate Distance Computation
Ruben Becker, Yuval Emek, Christoph Lenzen

TL;DR
This paper introduces a novel technique called blurry ball growing to construct low diameter graph decompositions using approximate distance computations, enabling efficient algorithms in large-scale models.
Contribution
It develops a new method for low diameter graph decomposition that replaces exact shortest path computations with approximate ones, overcoming previous limitations.
Findings
Efficient algorithms for graph decomposition in various models.
Optimal up to polylogarithmic factors metric tree embeddings.
Tree embeddings with edges used only O(log n) times, useful for capacitated problems.
Abstract
In many models for large-scale computation, decomposition of the problem is key to efficient algorithms. For distance-related graph problems, it is often crucial that such a decomposition results in clusters of small diameter, while the probability that an edge is cut by the decomposition scales linearly with the length of the edge. There is a large body of literature on low diameter graph decomposition with small edge cutting probabilities, with all existing techniques heavily building on single source shortest paths (SSSP) computations. Unfortunately, in many theoretical models for large-scale computations, the SSSP task constitutes a complexity bottleneck. Therefore, it is desirable to replace exact SSSP computations with approximate ones. However this imposes a fundamental challenge since the existing constructions of such decompositions inherently rely on the subtractive form of…
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 · Advanced Graph Theory Research
