paper-with-me

홈 › Papers

Degrees of Freedom and Model Selection for k-means Clustering

2018-06-06 · David P. Hofmeyr

This paper investigates the model degrees of freedom in k-means clustering. An extension of Stein's lemma provides an expression for the effective degrees of freedom in the k-means model. Approximating the degrees of freedom in practice requires simplifications of this expression, however empirical studies evince the appropriateness of our proposed approach. The practical relevance of this new degrees of freedom formulation for k-means is demonstrated through model selection using the Bayesian Information Criterion. The reliability of this method is validated through experiments on simulated data as well as on a large collection of publicly available benchmark data sets from diverse application areas. Comparisons with popular existing techniques indicate that this approach is extremely competitive for selecting high quality clustering solutions. Code to implement the proposed approach is available in the form of an R package from https://github.com/DavidHofmeyr/edfkmeans.

📄 PDF Abstract BibTeX arXiv:1806.02034

Code (1)

DavidHofmeyr/edfkmeans 공식 구현

Tasks

ClusteringLEMMAModel Selection

Similar Papers 제목 키워드 기반

An Initial Seed Selection Algorithm for K-means Clustering of Georeferenced Data to Improve Replicability of Cluster Assignments for Mapping Application

2016-04-17 · Fouad Khan

K-means is one of the most widely used clustering algorithms in various disciplines, especially for large datasets. However the method is known to be highly sensitive to initial seed selection of cluster centers. K-means…

AttributeClusteringComputational Efficiency

Sparse Convex Clustering

2016-01-18 · Binhuan Wang, Yilong Zhang, Will Wei Sun, Yixin Fang

Convex clustering, a convex relaxation of k-means clustering and hierarchical clustering, has drawn recent attentions since it nicely addresses the instability issue of traditional nonconvex clustering methods. Although …

Clusteringfeature selection

Fuzzy K-Means Clustering without Cluster Centroids

2024-04-07 · Yichen Bao, Han Lu, Quanxue Gao

Fuzzy K-Means clustering is a critical technique in unsupervised data analysis. Unlike traditional hard clustering algorithms such as K-Means, it allows data points to belong to multiple clusters with varying degrees of …

Clustering

K-Means for Noise-Insensitive Multi-Dimensional Feature Learning

2022-02-15 · Nicholas Pellegrino, Paul Fieguth, Parsin Haji Reza

Many measurement modalities which perform imaging by probing an object pixel-by-pixel, such as via Photoacoustic Microscopy, produce a multi-dimensional feature (typically a time-domain signal) at each pixel. In principl…

Clustering

Degrees of Freedom in Deep Neural Networks

2016-03-30 · Tianxiang Gao, Vladimir Jojic

In this paper, we explore degrees of freedom in deep sigmoidal neural networks. We show that the degrees of freedom in these models is related to the expected optimism, which is the expected difference between test error…

General ClassificationMulti-class Classification