paper-with-me

홈 › Papers

AdaBox: Adaptive Density-Based Box Clustering with Parameter Generalization

2026-03-06 · Ahmed Elmahdi arxiv

Density-based clustering algorithms like DBSCAN and HDBSCAN are foundational tools for discovering arbitrarily shaped clusters, yet their practical utility is undermined by acute hyperparameter sensitivity -- parameters tuned on one dataset frequently fail to transfer to others, requiring expensive re-optimization for each deployment. We introduce AdaBox (Adaptive Density-Based Box Clustering), a grid-based density clustering algorithm designed for robustness across diverse data geometries. AdaBox features a six-parameter design where parameters capture cluster structure rather than pairwise point relationships. Four parameters are inherently scale-invariant, one self-corrects for sampling bias, and one is adjusted via a density scaling stage, enabling reliable parameter transfer across 30-200x scale factors. AdaBox processes data through five stages: adaptive grid construction, liberal seed initialization, iterative growth with graduation, statistical cluster merging, and Gaussian boundary refinement. Comprehensive evaluation across 111 datasets demonstrates three key findings: (1) AdaBox significantly outperforms DBSCAN and HDBSCAN across five evaluation metrics, achieving the best score on 78\% of datasets with p < 0.05; (2) AdaBox uniquely exhibits parameter generalization. Protocol A (direct transfer to 30-100x larger datasets) shows AdaBox maintains performance while baselines collapse. (3) Ablation studies confirm the necessity of all five architectural stages for maintaining robustness.

📄 PDF Abstract BibTeX arXiv:2603.13339

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AMD-DBSCAN: An Adaptive Multi-density DBSCAN for datasets of extremely variable density

2022-10-15 · Ziqing Wang, Zhirong Ye, Yuyang Du, Yi Mao 외

DBSCAN has been widely used in density-based clustering algorithms. However, with the increasing demand for Multi-density clustering, previous traditional DSBCAN can not have good clustering results on Multi-density data…

Clustering

GBC: An Efficient and Adaptive Clustering Algorithm Based on Granular-Ball

2022-05-29 · Shuyin Xia, Jiang Xie, Guoyin Wang

Existing clustering methods are based on a single granularity of information, such as the distance and density of each data. This most fine-grained based approach is usually inefficient and susceptible to noise. Inspired…

AstronomyClustering

A Domain Adaptive Density Clustering Algorithm for Data with Varying Density Distribution

2019-11-23 · Jianguo Chen, Philip S. Yu

As one type of efficient unsupervised learning methods, clustering algorithms have been widely used in data mining and knowledge discovery with noticeable advantages. However, clustering algorithms based on density peak …

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

A novel density peaks clustering algorithm based on K nearest neighbors with adaptive merging strategy

2021-08-03 · 22 June 2021 2021 8 · Xiaoning Yuan1 ,Hang Yu1 , Jun Liang2 ·,Bing Xu2

Recently the density peaks clustering algorithm (DPC) has received a lot of attention from researchers. The DPC algorithm is able to find cluster centers and complete clustering tasks quickly. It is also suitable for di…

Clustering