English

Geometry Helps to Compare Persistence Diagrams

Computational Geometry 2016-06-13 v1

Abstract

Exploiting geometric structure to improve the asymptotic complexity of discrete assignment problems is a well-studied subject. In contrast, the practical advantages of using geometry for such problems have not been explored. We implement geometric variants of the Hopcroft--Karp algorithm for bottleneck matching (based on previous work by Efrat el al.) and of the auction algorithm by Bertsekas for Wasserstein distance computation. Both implementations use k-d trees to replace a linear scan with a geometric proximity query. Our interest in this problem stems from the desire to compute distances between persistence diagrams, a problem that comes up frequently in topological data analysis. We show that our geometric matching algorithms lead to a substantial performance gain, both in running time and in memory consumption, over their purely combinatorial counterparts. Moreover, our implementation significantly outperforms the only other implementation available for comparing persistence diagrams.

Keywords

Cite

@article{arxiv.1606.03357,
  title  = {Geometry Helps to Compare Persistence Diagrams},
  author = {Michael Kerber and Dmitriy Morozov and Arnur Nigmetov},
  journal= {arXiv preprint arXiv:1606.03357},
  year   = {2016}
}

Comments

20 pages, 10 figures; extended version of paper published in ALENEX 2016

R2 v1 2026-06-22T14:22:37.387Z