Adaptive and Robust DBSCAN with Multi-agent Reinforcement Learning
Hao Peng, Xiang Huang, Shuo Sun, Ruitong Zhang, Philip S. Yu

TL;DR
This paper introduces AR-DBSCAN, an adaptive multi-agent reinforcement learning framework that enhances density-based clustering by automatically tuning parameters for datasets with varying densities, significantly improving accuracy and robustness.
Contribution
The paper presents a novel multi-agent reinforcement learning approach to automatically optimize DBSCAN parameters for diverse datasets, addressing its limitations in handling varying density scales.
Findings
Improves clustering accuracy by up to 144.1% in NMI.
Enhances robustness in parameter selection.
Effective on both artificial and real-world datasets.
Abstract
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 challenges in producing satisfactory cluster results when confronted with datasets of varying density scales, a common scenario in real-world applications. In this paper, we propose a novel Adaptive and Robust DBSCAN with Multi-agent Reinforcement Learning cluster framework, namely AR-DBSCAN. First, we model the initial dataset as a two-level encoding tree and categorize the data vertices into distinct density partitions according to the information uncertainty determined in the encoding tree. Each partition is then assigned to an agent to find the best clustering parameters without manual assistance. The allocation is density-adaptive, enabling AR-DBSCAN to effectively…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Clustering Algorithms Research · Bayesian Methods and Mixture Models · Face and Expression Recognition
