Recognizing Weak Embeddings of Graphs

Abstract

We present an efficient algorithm for a problem in the interface between clustering and graph embeddings. An embedding :G→ M of a graph G into a 2-manifold M maps the vertices in V(G) to distinct points and the edges in E(G) to interior-disjoint Jordan arcs between the corresponding vertices. In applications in clustering, cartography, and visualization, nearby vertices and edges are often bundled to the same point or overlapping arcs, due to data compression or low resolution. This raises the computational problem of deciding whether a given map :G→ M comes from an embedding. A map :G→ M is a weak embedding if it can be perturbed into an embedding :G→ M with \|-\|< for every >0, where \|.\| is the unform norm. A polynomial-time algorithm for recognizing weak embeddings has recently been found by Fulek and Kyncl. It reduces the problem to solving a system of linear equations over Z2. It runs in O(n2ω)≤ O(n4.75) time, where ω∈ [2,2.373) is the matrix multiplication exponent and n is the number of vertices and edges of G. We improve the running time to O(n n). Our algorithm is also conceptually simpler: We perform a sequence of local operations that gradually "untangles" the image (G) into an embedding (G), or reports that is not a weak embedding. It combines local constraints on the orientation of subgraphs directly, thereby eliminating the need for solving large systems of linear equations.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…