paper-with-me

홈 › Papers

A High-Performance External Validity Index for Clustering with a Large Number of Clusters

2024-09-22 · Mohammad Yasin Karbasian, Ramin Javadi

This paper introduces the Stable Matching Based Pairing (SMBP) algorithm, a high-performance external validity index for clustering evaluation in large-scale datasets with a large number of clusters. SMBP leverages the stable matching framework to pair clusters across different clustering methods, significantly reducing computational complexity to $O(N^2)$, compared to traditional Maximum Weighted Matching (MWM) with $O(N^3)$ complexity. Through comprehensive evaluations on real-world and synthetic datasets, SMBP demonstrates comparable accuracy to MWM and superior computational efficiency. It is particularly effective for balanced, unbalanced, and large-scale datasets with a large number of clusters, making it a scalable and practical solution for modern clustering tasks. Additionally, SMBP is easily implementable within machine learning frameworks like PyTorch and TensorFlow, offering a robust tool for big data applications. The algorithm is validated through extensive experiments, showcasing its potential as a powerful alternative to existing methods such as Maximum Match Measure (MMM) and Centroid Ratio (CR).

📄 PDF Abstract BibTeX arXiv:2409.14455

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringComputational Efficiency

Similar Papers 제목 키워드 기반

How to evaluate clustering with ground truth?

2026-06-25 · Pasi Fränti arxiv

External indexes can be used for cluster evaluation when ground truth is available. We review the most common external validity indexes focusing on set-matching-based measures. We recommend centroid index (CI), because i…

Establishing Validity for Distance Functions and Internal Clustering Validity Indices in Correlation Space

2025-07-22 · Isabella Degen, Zahraa S Abdallah, Kate Robson Brown, Henry W J Reeve arxiv

Internal clustering validity indices (ICVIs) assess clustering quality without ground truth labels. Comparative studies consistently find that no single ICVI outperforms others across datasets, leaving practitioners with…

Sanity Check for External Clustering Validation Benchmarks using Internal Validation Measures

2022-09-20 · Hyeon Jeon, Michael Aupetit, Donghwa Shin, Aeri Cho 외

We address the lack of reliability in benchmarking clustering techniques based on labeled datasets. A standard scheme in external clustering validation is to use class labels as ground truth clusters, based on the assump…

BenchmarkingClustering

Normalised clustering accuracy: An asymmetric external cluster validity measure

2022-09-07 · Marek Gagolewski

There is no, nor will there ever be, single best clustering algorithm. Nevertheless, we would still like to be able to distinguish between methods that work well on certain task types and those that systematically underp…

Clusteringset matching

Benchmarking of Clustering Validity Measures Revisited

2025-11-08 · Connor Simpson, Ricardo J. G. B. Campello, Elizabeth Stojanovski arxiv

Validation plays a crucial role in the clustering process. Many different internal validity indexes exist for the purpose of determining the best clustering solution(s) from a given collection of candidates, e.g., as pro…