Open AccessPosted Content
Conditional Hardness for Sensitivity Problems
TL;DR: In this article, it was shown that under the BMM conjecture combinatorial algorithms cannot compute the (4/3 -πsilon)-approximate diameter of an undirected unweighted dense graph with truly subcubic preprocessing time and truly subquadratic update/query time.
read more
Abstract: In recent years it has become popular to study dynamic problems in a sensitivity setting: Instead of allowing for an arbitrary sequence of updates, the sensitivity model only allows to apply batch updates of small size to the original input data. The sensitivity model is particularly appealing since recent strong conditional lower bounds ruled out fast algorithms for many dynamic problems, such as shortest paths, reachability, or subgraph connectivity.
In this paper we prove conditional lower bounds for sensitivity problems. For example, we show that under the Boolean Matrix Multiplication (BMM) conjecture combinatorial algorithms cannot compute the (4/3 - {\epsilon})-approximate diameter of an undirected unweighted dense graph with truly subcubic preprocessing time and truly subquadratic update/query time. This result is surprising since in the static setting it is not clear whether a reduction from BMM to diameter is possible. We further show under the BMM conjecture that many problems, such as reachability or approximate shortest paths, cannot be solved faster than by recomputation from scratch even after only one or two edge insertions. We give more lower bounds under the Strong Exponential Time Hypothesis and the All Pairs Shortest Paths Conjecture. Many of our lower bounds also hold for static oracle data structures where no sensitivity is required. Finally, we give the first algorithm for the (1 + {\epsilon})-approximate radius, diameter, and eccentricity problems in directed or undirected unweighted graphs in case of single edges failures. The algorithm has a truly subcubic running time for graphs with a truly subquadratic number of edges; it is tight w.r.t. the conditional lower bounds we obtain.
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
On some fine-grained questions in algorithms and complexity
Virginia Vassilevska Williams
- 01 May 2019
TL;DR: Mimicking NP-hardness, the approach is to select a key problem X that is conjectured to not be solvable by any O(t(n)1 ") time algorithm, and reduce X in a fine-grained way to many important problems, thus giving tight conditional time lower bounds for them.
228
•Posted Content
Fully Dynamic c-Edge Connectivity in Subpolynomial Time.
Wenyu Jin,Xiaorui Sun +1 more
TL;DR: This work presents a deterministic fully dynamic algorithm for c-edge connectivity problem with worst case update and query time for any positive integer c = (\log n)^{o(1)$ for a graph with n vertices.
25
•Posted Content
Fine-grained Complexity Meets IP = PSPACE
TL;DR: In this article, the authors studied the fine-grained complexity of finding exact and approximate solutions to problems in P. Their main contribution is showing reductions from exact to approximate solution for a host of such problems.
11
•Posted Content
Diameter Spanner, Eccentricity Spanner, and Approximating Extremal Graph Distances: Static, Dynamic, and Fault Tolerant.
Keerti Choudhary,Omer Gold +1 more
TL;DR: This work presents the first non-trivial algorithm for maintaining `< 2'- approximation of graph diameter in dynamic setting, and presents several other extremal-distance spanners with various size-stretch trade-offs.
8
Planar Reachability Under Single Vertex or Edge Failures
Giuseppe F. Italiano,Adam Karczmarz,Nikos Parotsidis +2 more
- 10 Jan 2021
TL;DR: An efficient reachability oracle under single-edge or single-vertex failures for planar directed graphs is presented and new data structures which generalize dominator trees and previous data structures for strong-connectivity under failures are presented.
References
Which problems have strongly exponential complexity
Russell Impagliazzo,Ramamohan Paturi,Francis Zane +2 more
- 08 Nov 1998
TL;DR: A generalized reduction which is called sub-exponential reduction family (SERF) that preserves sub- Exponential complexity for NP-search problems and shows that Circuit-SAT is SERF-complete for all NP- search problems, and that for any fixed k, k-S AT,k-Colorability, k -Set Cover Independent Set, Clique, Vertex Cover are SERF -complete for the class SNP of search problems expressible by second order existential formulas whose first order
Powers of tensors and fast matrix multiplication
François Le Gall
- 23 Jul 2014
TL;DR: This paper presents a method to analyze the powers of a given trilinear form and obtain upper bounds on the asymptotic complexity of matrix multiplication and obtains the upper bound ω < 2.3728639 on the exponent of square matrix multiplication, which slightly improves the best known upper bound.
1.1K
Complexity of k-SAT
Russell Impagliazzo,Ramamohan Paturi +1 more
- 04 May 1999
TL;DR: This paper shows that s/sub k/ is an increasing sequence assuming ETH for k-SAT, and shows that d>0.1/s/sub /spl infin// is the limit of s/ sub k/.
•Posted Content
Popular conjectures imply strong lower bounds for dynamic problems
TL;DR: In this article, the authors consider several well-studied problems in dynamic algorithms and prove that sufficient progress on any of them would imply a breakthrough on one of five major open problems in the theory of algorithms.
376
Towards polynomial lower bounds for dynamic problems
Mihai Patrascu
- 05 Jun 2010
TL;DR: This work describes a carefully-chosen dynamic version of set disjointness (the "multiphase problem"), and conjecture that it requires n^Omega(1) time per operation, and forms the first nonalgebraic reduction from 3SUM, which allows3SUM-hardness results for combinatorial problems.