Block-Diagonal Guided DBSCAN Clustering
Weibing Zhao

TL;DR
This paper presents an enhanced DBSCAN clustering algorithm that utilizes the block-diagonal property of similarity graphs to improve clustering accuracy and robustness on high-dimensional large-scale data.
Contribution
It introduces a novel graph-guided approach with permutation and split-and-refine algorithms, significantly advancing DBSCAN's effectiveness and automation.
Findings
Outperforms state-of-the-art methods on twelve benchmark datasets.
Effectively handles high-dimensional large-scale data.
Provides automatic and interactive clustering capabilities.
Abstract
Cluster analysis plays a crucial role in database mining, and one of the most widely used algorithms in this field is DBSCAN. However, DBSCAN has several limitations, such as difficulty in handling high-dimensional large-scale data, sensitivity to input parameters, and lack of robustness in producing clustering results. This paper introduces an improved version of DBSCAN that leverages the block-diagonal property of the similarity graph to guide the clustering procedure of DBSCAN. The key idea is to construct a graph that measures the similarity between high-dimensional large-scale data points and has the potential to be transformed into a block-diagonal form through an unknown permutation, followed by a cluster-ordering procedure to generate the desired permutation. The clustering structure can be easily determined by identifying the diagonal blocks in the permuted graph. We propose a…
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
