Approximation and fixed parameter subquadratic algorithms for radius and diameter in sparse graphs
Amir Abboud,Virginia Vassilevska Williams,Joshua R. Wang +2 more
- 10 Jan 2016
- pp 377-391
TL;DR: Truly subquadratic approximation algorithms for most of the versions of Diameter and Radius with optimal approximation guarantees are found, under plausible assumptions, since even a $(3/2-\delta)$-approximation algorithm that runs in time $2^{o(k)n 2-\epsilon}$ would refute the plausible assumptions.
read more
Abstract: The radius and diameter are fundamental graph parameters, with several natural definitions for directed graphs. Each definition is well-motivated in a variety of applications. All versions of diameter and radius can be solved via solving all-pairs shortest paths (APSP), followed by a fast postprocessing step. However, solving APSP on n-node graphs requires Ω(n2) time even in sparse graphs.We study the question: when can diameter and radius in sparse graphs be solved in truly subquadratic time, and when is such an algorithm unlikely? Motivated by our conditional lower bounds on computing these measures exactly in truly subquadratic time, we search for approximation and fixed parameter subquadratic algorithms, and alternatively, for reasons why they do not exist.We find that:• Most versions of Diameter and Radius can be solved in truly subquadratic time with optimal approximation guarantees, under plausible assumptions. For example, there is a 2-approximation algorithm for directed Radius with one-way distances that runs in O(m[EQUATION]) time, while a (2 -- δ)-approximation algorithm in O(n2--e) time is considered unlikely.• On graphs with treewidth k, we can solve all versions in 2O(k log k)n1+o(1) time. We show that these algorithms are near optimal since even a (3/2 -- δ)-approximation algorithm that runs in time 2o(k)n2--e would refute plausible assumptions.Two conceptual contributions of this work that we hope will incite future work are: the introduction of a Fixed Parameter Tractability in P framework, and the statement of a differently-quantified variant of the Orthogonal Vectors Conjecture, which we call the Hitting Set Conjecture.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Fully polynomial-time parameterized computations for graphs and matrices of low treewidth
Fedor V. Fomin,Daniel Lokshtanov,Michał Pilipczuk,Saket Saurabh,Marcin Wrochna +4 more
- 16 Jan 2017
TL;DR: An approximation algorithm for treewidth with time complexity suited to the running times of polynomial time is given, which shows that the existence of algorithms with similar running times is unlikely for the problems of finding the diameter and the radius of a graph of low Treewidth.
Fully Polynomial FPT Algorithms for Some Classes of Bounded Clique-width Graphs
TL;DR: This article studies several graph-theoretic problems for which hardness results exist and gives hardness results and P-FPT algorithms, using clique-width and some of its upper bounds as parameters, based on preprocessing methods using modular decomposition and split decomposition.
59
Completeness for first-order properties on sparse structures with algorithmic applications
Jiawei Gao,Russell Impagliazzo,Antonina Kolokolova,Ryan Williams +3 more
- 16 Jan 2017
TL;DR: This work shows completeness of the Sparse Orthogonal Vectors problem for the class of first-order properties under fine-grained reductions, the first such completeness result for a standard complexity class.
58
New bounds for approximating extremal distances in undirected graphs
Massimo Cairo,Roberto Grossi,Romeo Rizzi +2 more
- 10 Jan 2016
TL;DR: New bounds are provided for the approximation of extremal distances (the diameter, the radius, and the eccentricities of all nodes) of an undirected graph with n nodes and m edges and an algorithmic scheme gives a family of previously unknown bounds.
51
Subquadratic Algorithms for the Diameter and the Sum of Pairwise Distances in Planar Graphs
TL;DR: In this paper, the diameter and the sum of the pairwise distances were computed in O(n11/6 polylog(n)) expected time for directed graphs with real weights and no negative cycles.
46
References
Optimum Locations of Switching Centers and the Absolute Centers and Medians of a Graph
TL;DR: It is shown that the optimum location of a switching center is always at a vertex of the communication network while the best location for the police station is not necessarily at an intersection.
2.5K
•Book
Invitation to fixed-parameter algorithms
Rolf Niedermeier
- 01 Jan 2006
TL;DR: This paper discusses Fixed-Parameter Algorithms, Parameterized Complexity Theory, and Selected Case Studies, and some of the techniques used in this work.
1.9K
Which Problems Have Strongly Exponential Complexity
TL;DR: A generalized reduction that is based on an algorithm that represents an arbitrary k-CNF formula as a disjunction of 2?nk-C NF formulas that are sparse, that is, each disjunct has O(n) clauses, and shows that Circuit-SAT is SERF-complete for all NP-search problems.
1.5K