Linear density-based clustering with a discrete density model
Roberto Pirrone, Vincenzo Cannella, Sergio Monteleone, Gabriella, Giordano

TL;DR
This paper introduces Lin-DBSCAN, a linear-time density-based clustering algorithm optimized for geospatial data, enabling real-time processing on low-resource devices by using a grid-based density model.
Contribution
The paper presents Lin-DBSCAN, a novel clustering algorithm that reduces computational complexity using a discrete density model and grid-based approach, suitable for large spatial datasets.
Findings
Lin-DBSCAN achieves linear time complexity.
Experimental results show improved efficiency over DBSCAN.
The method is effective for real-time spatial data clustering.
Abstract
Density-based clustering techniques are used in a wide range of data mining applications. One of their most attractive features con- sists in not making use of prior knowledge of the number of clusters that a dataset contains along with their shape. In this paper we propose a new algorithm named Linear DBSCAN (Lin-DBSCAN), a simple approach to clustering inspired by the density model introduced with the well known algorithm DBSCAN. Designed to minimize the computational cost of density based clustering on geospatial data, Lin-DBSCAN features a linear time complexity that makes it suitable for real-time applications on low-resource devices. Lin-DBSCAN uses a discrete version of the density model of DBSCAN that takes ad- vantage of a grid-based scan and merge approach. The name of the algorithm stems exactly from its main features outlined above. The algorithm was tested with well known…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Advanced Clustering Algorithms Research · Data Mining Algorithms and Applications
