paper-with-me

홈 › Papers

Faithful Density-Peaks Clustering via Matrix Computations on MPI Parallelization System

2024-06-18 · Ji Xu, Tianlong Xiao, Jinye Yang, PanPan Zhu

Density peaks clustering (DP) has the ability of detecting clusters of arbitrary shape and clustering non-Euclidean space data, but its quadratic complexity in both computing and storage makes it difficult to scale for big data. Various approaches have been proposed in this regard, including MapReduce based distribution computing, multi-core parallelism, presentation transformation (e.g., kd-tree, Z-value), granular computing, and so forth. However, most of these existing methods face two limitations. One is their target datasets are mostly constrained to be in Euclidian space, the other is they emphasize only on local neighbors while ignoring global data distribution due to restriction to cut-off kernel when computing density. To address the two issues, we present a faithful and parallel DP method that makes use of two types of vector-like distance matrices and an inverse leading-node-finding policy. The method is implemented on a message passing interface (MPI) system. Extensive experiments showed that our method is capable of clustering non-Euclidean data such as in community detection, while outperforming the state-of-the-art counterpart methods in accuracy when clustering large Euclidean data. Our code is publicly available at https://github.com/alanxuji/FaithPDP.

📄 PDF Abstract BibTeX arXiv:2406.12297

Code (1)

alanxuji/faithpdp 공식 구현

Tasks

ClusteringCommunity Detection

Similar Papers 제목 키워드 기반

A density peaks clustering algorithm with sparse search and K-d tree

2022-03-02 · Yunxiao Shan, Shu Li, Fuxiang Li, Yuxin Cui 외

Density peaks clustering has become a nova of clustering algorithm because of its simplicity and practicality. However, there is one main drawback: it is time-consuming due to its high computational complexity. Herein, a…

2kClustering

Fast density peaks clustering algorithm in polar coordinate system

2022-03-08 · Applied Intelligence 2022 3 · Chao Li, Shifei Ding, Xiao Xu, Shuying Du & Tianhao Shi

Density peaks clustering (DPC) algorithm provides an efficient method to quickly find cluster centers with decision graphs. In recent years, due to its unique parameters, no iteration, and good robustness, it has been wi…

Clustering

An Improved Density Peaks Method for Data Clustering

2017-01-02 · Abdulrahman Lotfi, Seyed Amjad Seyedi, Parham Moradi

Clustering is a powerful approach for data analysis and its aim is to group objects based on their similarities. Density peaks clustering is a recently introduced clustering method with the advantages of doesn't need any…

Clustering

Clustering Assisted Fundamental Matrix Estimation

2015-04-14 · Hao Wu, Yi Wan

In computer vision, the estimation of the fundamental matrix is a basic problem that has been extensively studied. The accuracy of the estimation imposes a significant influence on subsequent tasks such as the camera tra…

3D ReconstructionClustering

Automatic topography of high-dimensional data sets by non-parametric Density Peak clustering

2018-02-28 · Maria d'Errico, Elena Facco, Alessandro Laio, Alex Rodriguez

Data analysis in high-dimensional spaces aims at obtaining a synthetic description of a data set, revealing its main structure and its salient features. We here introduce an approach providing this description in the for…

Clustering