English

New Hardness Results for Planar Graph Problems in P and an Algorithm for Sparsest Cut

Data Structures and Algorithms 2020-07-07 v1

Abstract

The Sparsest Cut is a fundamental optimization problem that has been extensively studied. For planar inputs the problem is in PP and can be solved in O~(n3)\tilde{O}(n^3) time if all vertex weights are 11. Despite a significant amount of effort, the best algorithms date back to the early 90's and can only achieve O(logn)O(\log n)-approximation in O~(n)\tilde{O}(n) time or a constant factor approximation in O~(n2)\tilde{O}(n^2) time [Rao, STOC92]. Our main result is an Ω(n2ϵ)\Omega(n^{2-\epsilon}) lower bound for Sparsest Cut even in planar graphs with unit vertex weights, under the (min,+)(min,+)-Convolution conjecture, showing that approximations are inevitable in the near-linear time regime. To complement the lower bound, we provide a constant factor approximation in near-linear time, improving upon the 25-year old result of Rao in both time and accuracy. Our lower bound accomplishes a repeatedly raised challenge by being the first fine-grained lower bound for a natural planar graph problem in P. Moreover, we prove near-quadratic lower bounds under SETH for variants of the closest pair problem in planar graphs, and use them to show that the popular Average-Linkage procedure for Hierarchical Clustering cannot be simulated in truly subquadratic time. We prove an Ω(n/logn)\Omega(n/\log{n}) lower bound on the number of communication rounds required to compute the weighted diameter of a network in the CONGEST model, even when the underlying graph is planar and all nodes are D=4D=4 hops away from each other. This is the first poly(nn) + ω(D)\omega(D) lower bound in the planar-distributed setting, and it complements the recent poly(D,logn)(D, \log{n}) upper bounds of Li and Parter [STOC 2019] for (exact) unweighted diameter and for (1+ϵ1+\epsilon) approximate weighted diameter.

Keywords

Cite

@article{arxiv.2007.02377,
  title  = {New Hardness Results for Planar Graph Problems in P and an Algorithm for Sparsest Cut},
  author = {Amir Abboud and Vincent Cohen-Addad and Philip N. Klein},
  journal= {arXiv preprint arXiv:2007.02377},
  year   = {2020}
}
R2 v1 2026-06-23T16:51:56.902Z