English

Agglomerative Clustering of Growing Squares

Data Structures and Algorithms 2018-05-15 v2 Computational Geometry

Abstract

We study an agglomerative clustering problem motivated by interactive glyphs in geo-visualization. Consider a set of disjoint square glyphs on an interactive map. When the user zooms out, the glyphs grow in size relative to the map, possibly with different speeds. When two glyphs intersect, we wish to replace them by a new glyph that captures the information of the intersecting glyphs. We present a fully dynamic kinetic data structure that maintains a set of nn disjoint growing squares. Our data structure uses O(n(lognloglogn)2)O(n (\log n \log\log n)^2) space, supports queries in worst case O(log3n)O(\log^3 n) time, and updates in O(log7n)O(\log^7 n) amortized time. This leads to an O(nα(n)log7n)O(n\alpha(n)\log^7 n) time algorithm to solve the agglomerative clustering problem. This is a significant improvement over the current best O(n2)O(n^2) time algorithms.

Keywords

Cite

@article{arxiv.1706.10195,
  title  = {Agglomerative Clustering of Growing Squares},
  author = {Thom Castermans and Bettina Speckmann and Frank Staals and Kevin Verbeek},
  journal= {arXiv preprint arXiv:1706.10195},
  year   = {2018}
}

Comments

14 pages, 7 figures