Papers
Topics
Authors
Recent
Search
2000 character limit reached

Towards Better Approximation of Graph Crossing Number

Published 12 Nov 2020 in cs.DS and cs.CG | (2011.06545v2)

Abstract: Graph Crossing Number is a fundamental problem with various applications. In this problem, the goal is to draw an input graph GG in the plane so as to minimize the number of crossings between the images of its edges. Despite extensive work, non-trivial approximation algorithms are only known for bounded-degree graphs. Even for this special case, the best current algorithm achieves a O~(n)\tilde O(\sqrt n)-approximation, while the best current negative result is APX-hardness. All current approximation algorithms for the problem build on the same paradigm: compute a set $E&#39;$ of edges (called a \emph{planarizing set}) such that $G\setminus E&#39;$ is planar; compute a planar drawing of $G\setminus E&#39;$; then add the drawings of the edges of $E&#39;$ to the resulting drawing. Unfortunately, there are examples of graphs, in which any implementation of this method must incur Ω(OPT<sup>2)\Omega (\text{OPT}<sup>2) crossings, where OPT\text{OPT} is the value of the optimal solution. This barrier seems to doom the only known approach to designing approximation algorithms for the problem, and to prevent it from yielding a better than O(n)O(\sqrt n)-approximation. In this paper we propose a new paradigm that allows us to overcome this barrier. We show an algorithm that, given a bounded-degree graph GG and a planarizing set $E&#39;$ of its edges, computes another set $E&#39;&#39;$ with $E&#39;\subseteq E&#39;&#39;$, such that $|E&#39;&#39;|$ is relatively small, and there exists a near-optimal drawing of GG in which only edges of $E&#39;&#39;$ participate in crossings. This allows us to reduce the Crossing Number problem to \emph{Crossing Number with Rotation System} -- a variant in which the ordering of the edges incident to every vertex is fixed as part of input. We show a randomized algorithm for this new problem, that allows us to obtain an O(n<sup>1/2−ϵ)O(n<sup>{1/2-\epsilon})-approximation for Crossing Number on bounded-degree graphs, for some constant $\epsilon&gt;0$.

Citations (7)

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.