Isotropic Dynamic Hierarchical Clustering
Victor Sadikov, Oliver Rutishauser

TL;DR
This paper introduces a scalable, isotropic, hierarchical clustering method based on B-tree structures for high-dimensional, large-scale point data, enabling dynamic, unsupervised clustering with efficient statistical updates.
Contribution
It presents a novel isotropic B-tree-based clustering approach that handles high-dimensional data dynamically without supervision, supporting scalable and incremental statistical updates.
Findings
Supports processing tens of millions of points in high-dimensional space.
Provides efficient incremental statistical calculations for dynamic updates.
Enables hierarchical exploration of clusters with user navigation.
Abstract
We face a need of discovering a pattern in locations of a great number of points in a high-dimensional space. Goal is to group the close points together. We are interested in a hierarchical structure, like a B-tree. B-Trees are hierarchical, balanced, and they can be constructed dynamically. B-Tree approach allows to determine the structure without any supervised learning or a priori knowlwdge. The space is Euclidean and isotropic. Unfortunately, there are no B-Tree implementations processing indices in a symmetrical and isotropical way. Some implementations are based on constructing compound asymmetrical indices from point coordinates; and the others split the nodes along the coordinate hyper-planes. We need to process tens of millions of points in a thousand-dimensional space. The application has to be scalable. Ideally, a cluster should be an ellipsoid, but it would require to store…
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
TopicsData Management and Algorithms · Graph Theory and Algorithms · Computational Geometry and Mesh Generation
