On Graph Crossing Number and Edge Planarization
Julia Chuzhoy, Yury Makarychev, Anastasios Sidiropoulos

TL;DR
This paper establishes a new connection between the Minimum Crossing Number and Minimum Edge Planarization problems, leading to improved approximation algorithms for crossing minimization in graphs.
Contribution
It introduces a novel reduction from edge planarization solutions to crossing number drawings, enhancing approximation ratios for the crossing number problem.
Findings
Provides an $O(n imes ext{poly}(d) imes ext{log}^{3/2} n)$-approximation for crossing number
Shows how edge planarization solutions can bound crossing numbers in graph drawings
Improves algorithms for special graph classes like k-apex and bounded-genus graphs
Abstract
Given an n-vertex graph G, a drawing of G in the plane is a mapping of its vertices into points of the plane, and its edges into continuous curves, connecting the images of their endpoints. A crossing in such a drawing is a point where two such curves intersect. In the Minimum Crossing Number problem, the goal is to find a drawing of G with minimum number of crossings. The value of the optimal solution, denoted by OPT, is called the graph's crossing number. This is a very basic problem in topological graph theory, that has received a significant amount of attention, but is still poorly understood algorithmically. The best currently known efficient algorithm produces drawings with crossings on bounded-degree graphs, while only a constant factor hardness of approximation is known. A closely related problem is Minimum Edge Planarization, in which the goal is to…
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.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Data Management and Algorithms · Graph Theory and Algorithms
