paper-with-me

홈 › Papers

Enabling DBSCAN for Very Large-Scale High-Dimensional Spaces

2024-11-18 · Yongyu Wang

DBSCAN is one of the most important non-parametric unsupervised data analysis tools. By applying DBSCAN to a dataset, two key analytical results can be obtained: (1) clustering data points based on density distribution and (2) identifying outliers in the dataset. However, the time complexity of the DBSCAN algorithm is $O(n^2 \beta)$, where $n$ is the number of data points and $\beta = O(D)$, with $D$ representing the dimensionality of the data space. As a result, DBSCAN becomes computationally infeasible when both $n$ and $D$ are large. In this paper, we propose a DBSCAN method based on spectral data compression, capable of efficiently processing datasets with a large number of data points ($n$) and high dimensionality ($D$). By preserving only the most critical structural information during the compression process, our method effectively removes substantial redundancy and noise. Consequently, the solution quality of DBSCAN is significantly improved, enabling more accurate and reliable results.

📄 PDF Abstract BibTeX arXiv:2411.11421

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringData Compression

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Dynamic DBSCAN with Euler Tour Sequences

2025-03-11 · Seiyun Shin, Ilan Shomorony, Peter Macgregor

We propose a fast and dynamic algorithm for Density-Based Spatial Clustering of Applications with Noise (DBSCAN) that efficiently supports online updates. Traditional DBSCAN algorithms, designed for batch processing, bec…

ClusteringDensity Estimation

Block-Diagonal Guided DBSCAN Clustering

2024-03-31 · Weibing Zhao

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…

Clustering

Adaptive and Robust DBSCAN with Multi-agent Reinforcement Learning

2025-05-07 · Hao Peng, Xiang Huang, Shuo Sun, Ruitong Zhang 외

DBSCAN, a well-known density-based clustering algorithm, has gained widespread popularity and usage due to its effectiveness in identifying clusters of arbitrary shapes and handling noisy data. However, it encounters cha…

ClusteringDeep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learning+1

IPD:An Incremental Prototype based DBSCAN for large-scale data with cluster representatives

2022-02-16 · Jayasree Saha, Jayanta Mukherjee

DBSCAN is a fundamental density-based clustering technique that identifies any arbitrary shape of the clusters. However, it becomes infeasible while handling big data. On the other hand, centroid-based clustering is impo…

Clustering

Geometric reconstructions of density based clusterings

2022-03-14 · A. L. Garcia-Pulido, K. P. Samardzhiev

DBSCAN* and HDBSCAN* are well established density based clustering algorithms. However, obtaining the clusters of very large datasets is infeasible, limiting their use in real world applications. By exploiting the geomet…

Clustering