# Distance Measures for Embedded Graphs

**Authors:** Hugo A. Akitaya, Maike Buchin, Bernhard Kilgus, Stef Sijben, Carola, Wenk

arXiv: 1812.09095 · 2019-09-12

## TL;DR

This paper introduces new geometric distance measures for embedded graphs using Fréchet and weak Fréchet distances, providing algorithms for their computation and analyzing their computational complexity.

## Contribution

It defines novel graph distance measures based on continuous mappings and develops algorithms for their computation, including polynomial-time solutions for trees and planar graphs.

## Key findings

- Deciding these distances is NP-hard for general embedded graphs.
- Polynomial time algorithms exist for trees and planar embedded graphs with weak Fréchet distance.
- Approximation algorithms are provided for the NP-hard cases.

## Abstract

We introduce new distance measures for comparing straight-line embedded graphs based on the Fr\'echet distance and the weak Fr\'echet distance. These graph distances are defined using continuous mappings and thus take the combinatorial structure as well as the geometric embeddings of the graphs into account. We present a general algorithmic approach for computing these graph distances. Although we show that deciding the distances is NP-hard for general embedded graphs, we prove that our approach yields polynomial time algorithms if the graphs are trees, and for the distance based on the weak Fr\'echet distance if the graphs are planar embedded. Moreover, we prove that deciding the distances based on the Fr\'echet distance remains NP-hard for planar embedded graphs and show how our general algorithmic approach yields an exponential time algorithm and a polynomial time approximation algorithm for this case.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.09095/full.md

## Figures

26 figures with captions in the complete paper: https://tomesphere.com/paper/1812.09095/full.md

## References

19 references — full list in the complete paper: https://tomesphere.com/paper/1812.09095/full.md

---
Source: https://tomesphere.com/paper/1812.09095