Clustering by Hierarchical Nearest Neighbor Descent (H-NND)
Teng Qiu, Yongjie Li

TL;DR
The paper introduces Hierarchical Nearest Neighbor Descent (H-NND), a clustering method that improves upon previous approaches by reducing over-partitioning and enhancing the clarity of redundant edges in the in-tree structure, leading to more effective data clustering.
Contribution
H-NND combines hierarchical strategies with NND to overcome over-partitioning and simplifies redundant edge removal in clustering.
Findings
H-NND reduces over-partitioning compared to NND.
H-NND produces more salient redundant edges for easier removal.
H-NND is faster in constructing the in-tree structure.
Abstract
Previously in 2014, we proposed the Nearest Descent (ND) method, capable of generating an efficient Graph, called the in-tree (IT). Due to some beautiful and effective features, this IT structure proves well suited for data clustering. Although there exist some redundant edges in IT, they usually have salient features and thus it is not hard to remove them. Subsequently, in order to prevent the seemingly redundant edges from occurring, we proposed the Nearest Neighbor Descent (NND) by adding the "Neighborhood" constraint on ND. Consequently, clusters automatically emerged, without the additional requirement of removing the redundant edges. However, NND proved still not perfect, since it brought in a new yet worse problem, the "over-partitioning" problem. Now, in this paper, we propose a method, called the Hierarchical Nearest Neighbor Descent (H-NND), which overcomes the…
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
TopicsAdvanced Clustering Algorithms Research · Complex Network Analysis Techniques · Data Mining Algorithms and Applications
