paper-with-me

홈 › Papers

Distributed Silhouette Algorithm: Evaluating Clustering on Big Data

2023-03-24 · Marco Gaido

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.

📄 PDF Abstract BibTeX arXiv:2303.14102

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Scalable and Distributed Silhouette Approximation

2026-07-02 · Ilie Sarpe, Federico Altieri, Andrea Pietracaprina, Geppino Pucci 외 arxiv

The silhouette is one of the most widely used measures to assess the quality of a $k$-clustering of a dataset of $n$ elements. Its evaluation requires no information beyond the clustering assignment. In addition, the sil…

Scalable Distributed Approximation of Internal Measures for Clustering Evaluation

2020-03-03 · Federico Altieri, Andrea Pietracaprina, Geppino Pucci, Fabio Vandin

The most widely used internal measure for clustering evaluation is the silhouette coefficient, whose naive computation requires a quadratic number of distance calculations, which is clearly unfeasible for massive dataset…

Clustering

Clustering by Direct Optimization of the Medoid Silhouette

2022-09-26 · Lars Lenssen, Erich Schubert

The evaluation of clustering results is difficult, highly dependent on the evaluated data set and the perspective of the beholder. There are many different clustering quality measures, which try to provide a general meas…

Clustering

Medoid Silhouette clustering with automatic cluster number selection

2023-09-07 · Lars Lenssen, Erich Schubert

The evaluation of clustering results is difficult, highly dependent on the evaluated data set and the perspective of the beholder. There are many different clustering quality measures, which try to provide a general meas…

Clustering

Deep Clustering Using the Soft Silhouette Score: Towards Compact and Well-Separated Clusters

2024-02-01 · Georgios Vardakas, Ioannis Papakostas, Aristidis Likas

Unsupervised learning has gained prominence in the big data era, offering a means to extract valuable insights from unlabeled datasets. Deep clustering has emerged as an important unsupervised category, aiming to exploit…

ClusteringDeep Clustering