paper-with-me

Papers

Scalable Density-based Clustering with Random Projections

2024-02-24 · Haochuan Xu, Ninh Pham

We present sDBSCAN, a scalable density-based clustering algorithm in high dimensions with cosine distance. Utilizing the neighborhood-preserving property of random projections, sDBSCAN can quickly identify core points and their neighborhoods, the primary hurdle of density-based clustering. Theoretically, sDBSCAN outputs a clustering structure similar to DBSCAN under mild conditions with high probability. To further facilitate sDBSCAN, we present sOPTICS, a scalable OPTICS for interactive exploration of the intrinsic clustering structure. We also extend sDBSCAN and sOPTICS to L2, L1, $\chi^2$, and Jensen-Shannon distances via random kernel features. Empirically, sDBSCAN is significantly faster and provides higher accuracy than many other clustering algorithms on real-world million-point data sets. On these data sets, sDBSCAN and sOPTICS run in a few minutes, while the scikit-learn's counterparts demand several hours or cannot run due to memory constraints.

📄 PDF Abstract BibTeX arXiv:2402.15679

Code (1)

NinhPham/sDbscan 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

A Scalable Approach to Clustering Embedding Projections

2025-04-09 · Donghao Ren, Fred Hohman, Dominik Moritz

Interactive visualization of embedding projections is a useful technique for understanding data and evaluating machine learning models. Labeling data within these visualizations is critical for interpretation, as labels …

ClusteringDensity Estimation

FastEx: Hash Clustering with Exponential Families

2012-12-01 · NeurIPS 2012 12 · Amr Ahmed, Sujith Ravi, Alex J. Smola, Shravan M. Narayanamurthy

Clustering is a key component in data analysis toolbox. Despite its importance, scalable algorithms often eschew rich statistical models in favor of simpler descriptions such as $k$-means clustering. In this paper …

Clustering

Scalable Varied-Density Clustering via Graph Propagation

2025-08-05 · Ninh Pham, Yingtao Zheng, Hugo Phibbs arxiv

We propose a novel perspective on varied-density clustering for high-dimensional data by framing it as a label propagation process in neighborhood graphs that adapt to local density variations. Our method formally connec…

Sketched Subspace Clustering

2017-07-22 · Panagiotis A. Traganitis, Georgios B. Giannakis

The immense amount of daily generated and communicated data presents unique challenges in their processing. Clustering, the grouping of data without the presence of ground-truth labels, is an important tool for drawing i…

ClusteringDimensionality Reduction

$DC^2$: A Divide-and-conquer Algorithm for Large-scale Kernel Learning with Application to Clustering

2019-11-16 · Ke Alexander Wang, Xinran Bian, Pan Liu, Donghui Yan

Divide-and-conquer is a general strategy to deal with large scale problems. It is typically applied to generate ensemble instances, which potentially limits the problem size it can handle. Additionally, the data are ofte…

Clustering