DCAIDSMar 24, 2023

Distributed Silhouette Algorithm: Evaluating Clustering on Big Data

arXiv:2303.14102v13 citationsh-index: 17
Originality Incremental advance
AI Analysis

This solves the scalability issue for data scientists and engineers needing to assess clustering performance in big data scenarios, representing an incremental improvement over existing methods.

The paper tackles the problem of efficiently evaluating clustering quality on big data by introducing a distributed algorithm that computes the Silhouette metric with linear complexity, enabling parallel execution and integration into the Apache Spark ML library.

In the big data era, the key feature that each algorithm needs to have is the possibility of efficiently running in parallel in a distributed environment. The popular Silhouette metric to evaluate the quality of a clustering, unfortunately, does not have this property and has a quadratic computational complexity with respect to the size of the input dataset. For this reason, its execution has been hindered in big data scenarios, where clustering had to be evaluated otherwise. To fill this gap, in this paper we introduce the first algorithm that computes the Silhouette metric with linear complexity and can easily execute in parallel in a distributed environment. Its implementation is freely available in the Apache Spark ML library.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes