paper-with-me

홈 › Papers

Stop using the elbow criterion for k-means and how to choose the number of clusters instead

2022-12-23 · Erich Schubert

A major challenge when using k-means clustering often is how to choose the parameter k, the number of clusters. In this letter, we want to point out that it is very easy to draw poor conclusions from a common heuristic, the "elbow method". Better alternatives have been known in literature for a long time, and we want to draw attention to some of these easy to use options, that often perform better. This letter is a call to stop using the elbow method altogether, because it severely lacks theoretic support, and we want to encourage educators to discuss the problems of the method -- if introducing it in class at all -- and teach alternatives instead, while researchers and reviewers should reject conclusions drawn from the elbow method.

📄 PDF Abstract BibTeX arXiv:2212.12189

Code (2)

carmilea/carmilea pytorch
phixion/phixion pytorch

Tasks

Clustering

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Spectral information criterion for automatic elbow detection

2023-08-17 · L. Martino, R. San Millan-Castillo, E. Morgado

We introduce a generalized information criterion that contains other well-known information criteria, such as Bayesian information Criterion (BIC) and Akaike information criterion (AIC), as special cases. Furthermore, th…

Variable Selection

An interpretable Good--Turing restart criterion for k-means++

2026-07-09 · Renato Cordeiro de Amorim arxiv

The k-means++ algorithm is commonly restarted multiple times to avoid poor local optima, yet the number of restarts is almost always chosen arbitrarily and applied uniformly regardless of data set difficulty. This underm…

Selective information exchange in collaborative clustering using regularized Optimal Transport

2021-03-22 · Fatima Ezzahraa Ben Bouazza, Younès Bennani

Collaborative learning has recently achieved very significant results. It still suffers, however, from several issues, including the type of information that needs to be exchanged, the criteria for stopping and how to ch…

Clustering

Statistically Significant Stopping of Neural Network Training

2021-03-01 · J. K. Terry, Mario Jayakumar, Kusal De Alwis

The general approach taken when training deep learning classifiers is to save the parameters after every few iterations, train until either a human observer or a simple metric-based heuristic decides the network isn't le…

Stopping Criterion for Active Learning Based on Error Stability

2021-04-05 · Hideaki Ishibashi, Hideitsu Hino

Active learning is a framework for supervised learning to improve the predictive performance by adaptively annotating a small number of samples. To realize efficient active learning, both an acquisition function that det…

Active Learning