paper-with-me

홈 › Papers

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 measure to validate clustering results. A very popular measure is the Silhouette. We discuss the efficient medoid-based variant of the Silhouette, perform a theoretical analysis of its properties, and provide two fast versions for the direct optimization. We combine ideas from the original Silhouette with the well-known PAM algorithm and its latest improvements FasterPAM. One of the versions guarantees equal results to the original variant and provides a run speedup of $O(k^2)$. In experiments on real data with 30000 samples and $k$=100, we observed a 10464$\times$ speedup compared to the original PAMMEDSIL algorithm.

📄 PDF Abstract BibTeX arXiv:2209.12553

Code (2)

kno10/python-kmedoids 공식 구현
kno10/rust-kmedoids 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

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

Advanced spectral clustering for heterogeneous data in credit risk monitoring systems

2025-08-30 · Lu Han, Mengyan Li, Jiping Qiang, Zhi Su arxiv

Heterogeneous data, which encompass both numerical financial variables and textual records, present substantial challenges for credit monitoring. To address this issue, we propose Advanced Spectral Clustering (ASC), a me…

A Scalable k-Medoids Clustering via Whale Optimization Algorithm

2024-08-30 · Huang Chenan, Narumasa Tsutsumida

Unsupervised clustering has emerged as a critical tool for uncovering hidden patterns in vast, unlabeled datasets. However, traditional methods, such as Partitioning Around Medoids (PAM), struggle with scalability owing …

Anomaly DetectionClusteringComputational Efficiency

Contextual Phenotyping of Pediatric Sepsis Cohort Using Large Language Models

2025-05-14 · Aditya Nagori, Ayush Gautam, Matthew O. Wiens, Vuong Nguyen 외

Clustering patient subgroups is essential for personalized care and efficient resource use. Traditional clustering methods struggle with high-dimensional, heterogeneous healthcare data and lack contextual understanding. …

ClusteringLarge Language Model

Re-localization acceleration with Medoid Silhouette Clustering

2024-07-30 · Hongyi Zhang, Walterio Mayol-Cuevas

Two crucial performance criteria for the deployment of visual localization are speed and accuracy. Current research on visual localization with neural networks is limited to examining methods for enhancing the accuracy o…

ClusteringVisual Localization