Fully dynamic hierarchical diameter k-clustering and k-center
Melanie Schmidt, Christian Sohler

TL;DR
This paper introduces dynamic data structures for hierarchical k-center clustering in discrete spaces, efficiently handling insertions, deletions, and queries in low and high dimensions with approximation guarantees.
Contribution
It presents novel dynamic data structures for hierarchical k-center clustering that operate efficiently in both low and high dimensions, with provable approximation bounds.
Findings
Low-dimensional data structure processes updates in polylogarithmic time.
High-dimensional structure achieves an O(d ll)-approximation with polylogarithmic update times.
Queries for cluster representatives are answered efficiently with high probability.
Abstract
We develop dynamic data structures for maintaining a hierarchical k-center clustering when the points come from a discrete space . Our first data structure is for the low dimensional setting, i.e., d is a constant, and processes insertions, deletions and cluster representative queries in time, where is the current size of the point set. For the high dimensional case and an integer parameter , we provide a randomized data structure that maintains an -approximation. The amortized expected insertion time is . The amortized expected deletion time is . At any point of time, with probability at least , the data structure can correctly answer all queries for cluster representatives in time per query.
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
TopicsAlgorithms and Data Compression · Data Management and Algorithms · Complexity and Algorithms in Graphs
