English

RECOME: a New Density-Based Clustering Algorithm Using Relative KNN Kernel Density

Databases 2020-09-18 v4

Abstract

Discovering clusters from a dataset with different shapes, densities, and scales is a known challenging problem in data clustering. In this paper, we propose the RElative COre MErge (RECOME) clustering algorithm. The core of RECOME is a novel density measure, i.e., Relative KK nearest Neighbor Kernel Density (RNKD). RECOME identifies core objects with unit RNKD, and {partitions} non-core objects into atom clusters by successively following higher-density neighbor relations toward core objects. Core objects and their corresponding atom clusters are then merged through α\alpha-reachable paths on a KNN graph. We discover that the number of clusters computed by RECOME is a step function of the α\alpha parameter with jump discontinuity on a small collection of values. A fast jump discontinuity discovery (FJDD) method is proposed based on graph theory. RECOME is evaluated on both synthetic datasets and real datasets. Experimental results indicate that RECOME is able to discover clusters with different shapes, densities, and scales. It outperforms six baseline methods on both synthetic datasets and real datasets. Moreover, FJDD is shown to be effective to extract the jump discontinuity set of parameter α\alpha for all tested datasets, which can ease the task of data exploration and parameter tuning.

Keywords

Cite

@article{arxiv.1611.00484,
  title  = {RECOME: a New Density-Based Clustering Algorithm Using Relative KNN Kernel Density},
  author = {Yangli-ao Geng and Qingyong Li and Rong Zheng and Fuzhen Zhuang and Ruisi He and Naixue Xiong},
  journal= {arXiv preprint arXiv:1611.00484},
  year   = {2020}
}

Comments

The manuscript has been updated to the latest version. The official version please see https://www.sciencedirect.com/science/article/pii/S0020025518300215 The code has been released in https://github.com/gyla1993/RECOME-A-new-density-based-clustering-algorithm-using-relative-KNN-kernel-density

R2 v1 2026-06-22T16:39:24.920Z