English

S-RASTER: Contraction Clustering for Evolving Data Streams

Data Structures and Algorithms 2020-09-17 v5 Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

Contraction Clustering (RASTER) is a single-pass algorithm for density-based clustering of 2D data. It can process arbitrary amounts of data in linear time and in constant memory, quickly identifying approximate clusters. It also exhibits good scalability in the presence of multiple CPU cores. RASTER exhibits very competitive performance compared to standard clustering algorithms, but at the cost of decreased precision. Yet, RASTER is limited to batch processing and unable to identify clusters that only exist temporarily. In contrast, S-RASTER is an adaptation of RASTER to the stream processing paradigm that is able to identify clusters in evolving data streams. This algorithm retains the main benefits of its parent algorithm, i.e. single-pass linear time cost and constant memory requirements for each discrete time step within a sliding window. The sliding window is efficiently pruned, and clustering is still performed in linear time. Like RASTER, S-RASTER trades off an often negligible amount of precision for speed. Our evaluation shows that competing algorithms are at least 50% slower. Furthermore, S-RASTER shows good qualitative results, based on standard metrics. It is very well suited to real-world scenarios where clustering does not happen continually but only periodically.

Keywords

Cite

@article{arxiv.1911.09447,
  title  = {S-RASTER: Contraction Clustering for Evolving Data Streams},
  author = {Gregor Ulm and Simon Smith and Adrian Nilsson and Emil Gustavsson and Mats Jirstrand},
  journal= {arXiv preprint arXiv:1911.09447},
  year   = {2020}
}

Comments

24 pages, 5 figures, 2 tables

R2 v1 2026-06-23T12:23:19.668Z