paper-with-me

홈 › Papers

An Efficient Density-based Clustering Algorithm for Higher-Dimensional Data

2018-01-22 · Boonchoo Thapana, Ao Xiang, He Qing

DBSCAN is a typically used clustering algorithm due to its clustering ability for arbitrarily-shaped clusters and its robustness to outliers. Generally, the complexity of DBSCAN is O(n^2) in the worst case, and it practically becomes more severe in higher dimension. Grid-based DBSCAN is one of the recent improved algorithms aiming at facilitating efficiency. However, the performance of grid-based DBSCAN still suffers from two problems: neighbour explosion and redundancies in merging, which make the algorithms infeasible in high-dimensional space. In this paper, we propose a novel algorithm named GDPAM attempting to extend Grid-based DBSCAN to higher data dimension. In GDPAM, a bitmap indexing is utilized to manage non-empty grids so that the neighbour grid queries can be performed efficiently. Furthermore, we adopt an efficient union-find algorithm to maintain the clustering information in order to reduce redundancies in the merging. The experimental results on both real-world and synthetic datasets demonstrate that the proposed algorithm outperforms the state-of-the-art exact/approximate DBSCAN and suggests a good scalability.

📄 PDF Abstract BibTeX arXiv:1801.06965

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Persistent Multiscale Density-based Clustering

2025-12-18 · Daniël Bot, Leland McInnes, Jan Aerts arxiv

Clustering is a cornerstone of modern data analysis. Detecting clusters in exploratory data analyses (EDA) requires algorithms that make few assumptions about the data. Density-based clustering algorithms are particularl…

SHADE: Deep Density-based Clustering

2024-10-08 · Anna Beer, Pascal Weber, Lukas Miklautz, Collin Leiber 외

Detecting arbitrarily shaped clusters in high-dimensional noisy data is challenging for current clustering methods. We introduce SHADE (Structure-preserving High-dimensional Analysis with Density-based Exploration), the …

ClusteringDeep Clustering

TNStream: Applying Tightest Neighbors to Micro-Clusters to Define Multi-Density Clusters in Streaming Data

2025-05-01 · Qifen Zeng, Haomin Bao, Yuanzhuo Hu, Zirui Zhang 외

In data stream clustering, systematic theory of stream clustering algorithms remains relatively scarce. Recently, density-based methods have gained attention. However, existing algorithms struggle to simultaneously handl…

Clustering

Deep Density-based Image Clustering

2018-12-11 · Yazhou Ren, Ni Wang, Mingxia Li, Zenglin Xu

Recently, deep clustering, which is able to perform feature learning that favors clustering tasks via deep neural networks, has achieved remarkable performance in image clustering applications. However, the existing deep…

ClusteringDeep ClusteringImage Clustering

Density based Spatial Clustering of Lines via Probabilistic Generation of Neighbourhood

2024-10-03 · Akanksha Das, Malay Bhattacharyya

Density based spatial clustering of points in $\mathbb{R}^n$ has a myriad of applications in a variety of industries. We generalise this problem to the density based clustering of lines in high-dimensional spaces, keepin…

Clustering