Approximation and Fixed Parameter Subquadratic Algorithms for Radius and Diameter
Amir Abboud, Virginia Vassilevska Williams, Joshua Wang

TL;DR
This paper investigates the computational complexity of approximating graph radius and diameter, providing new subquadratic algorithms with optimal guarantees and establishing limitations under plausible assumptions.
Contribution
It introduces the first truly subquadratic approximation algorithms for various diameter and radius problems and proves near-optimality of these algorithms under certain assumptions.
Findings
A 2-approximation algorithm for directed radius in ilde{O}(m\sqrt{n}) time.
A extless{} 2- ext{delta} approximation unlikely in O(n^{2- ext{epsilon}}) time.
Algorithms for graphs with bounded treewidth running in 2^{O(k ext{log}k)}n^{1+o(1)} time.
Abstract
The radius and diameter are fundamental graph parameters. They are defined as the minimum and maximum of the eccentricities in a graph, respectively, where the eccentricity of a vertex is the largest distance from the vertex to another node. In directed graphs, there are several versions of these problems. For instance, one may choose to define the eccentricity of a node in terms of the largest distance into the node, out of the node, the sum of the two directions (i.e. roundtrip) and so on. All versions of diameter and radius can be solved via solving all-pairs shortest paths (APSP), followed by a fast postprocessing step. Solving APSP, however, on -node graphs requires time even in sparse graphs, as one needs to output distances. Motivated by known and new negative results on the impossibility of computing these measures exactly in general graphs in truly…
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.
