paper-with-me

홈 › Papers

Measuring the Validity of Clustering Validation Datasets

2025-03-03 · Hyeon Jeon, Michaël Aupetit, Donghwa Shin, Aeri Cho, SeokHyeon Park, Jinwook Seo

Clustering techniques are often validated using benchmark datasets where class labels are used as ground-truth clusters. However, depending on the datasets, class labels may not align with the actual data clusters, and such misalignment hampers accurate validation. Therefore, it is essential to evaluate and compare datasets regarding their cluster-label matching (CLM), i.e., how well their class labels match actual clusters. Internal validation measures (IVMs), like Silhouette, can compare CLM over different labeling of the same dataset, but are not designed to do so across different datasets. We thus introduce Adjusted IVMs as fast and reliable methods to evaluate and compare CLM across datasets. We establish four axioms that require validation measures to be independent of data properties not related to cluster structure (e.g., dimensionality, dataset size). Then, we develop standardized protocols to convert any IVM to satisfy these axioms, and use these protocols to adjust six widely used IVMs. Quantitative experiments (1) verify the necessity and effectiveness of our protocols and (2) show that adjusted IVMs outperform the competitors, including standard IVMs, in accurately evaluating CLM both within and across datasets. We also show that the datasets can be filtered or improved using our method to form more reliable benchmarks for clustering validation.

📄 PDF Abstract BibTeX arXiv:2503.01097

Code (2)

hj-n/clm 공식 구현
hj-n/labeled-datasets 공식 구현

Tasks

Clustering

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

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

Deep Clustering Evaluation: How to Validate Internal Clustering Validation Measures

2024-03-21 · Zeya Wang, Chenglong Ye

Deep clustering, a method for partitioning complex, high-dimensional data using deep neural networks, presents unique evaluation challenges. Traditional clustering validation measures, designed for low-dimensional spaces…

ClusteringDeep Clustering

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…

Improving clustering quality evaluation in noisy Gaussian mixtures

2025-03-01 · Renato Cordeiro de Amorim, Vladimir Makarenkov

Clustering is a well-established technique in machine learning and data analysis, widely used across various domains. Cluster validity indices, such as the Average Silhouette Width, Calinski-Harabasz, and Davies-Bouldin …

ClusteringFeature Importance