Leading Tree in DPCLUS and Its Impact on Building Hierarchies
Ji Xu, Guoyin Wang

TL;DR
This paper introduces a Leading Tree structure derived from DPCLUS clustering results, significantly improving clustering efficiency and providing more detailed hierarchical insights.
Contribution
It proposes transforming the nearest higher-density array into a Leading Tree for hierarchical clustering, enhancing speed and interpretability.
Findings
Reduces clustering assignment time significantly.
Provides a more informative cluster representation.
Effective in hierarchical clustering analysis.
Abstract
This paper reveals the tree structure as an intermediate result of clustering by fast search and find of density peaks (DPCLUS), and explores the power of using this tree to perform hierarchical clustering. The array used to hold the index of the nearest higher-densitied object for each object can be transformed into a Leading Tree (LT), in which each parent node P leads its child nodes to join the same cluster as P itself, and the child nodes are sorted by their gamma values in descendant order to accelerate the disconnecting of root in each subtree. There are two major advantages with the LT: One is dramatically reducing the running time of assigning noncenter data points to their cluster ID, because the assigning process is turned into just disconnecting the links from each center to its parent. The other is that the tree model for representing clusters is more informative. Because…
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 · Advanced Clustering Algorithms Research · Data Mining Algorithms and Applications
