paper-with-me

홈 › Papers

Dip-means: an incremental clustering method for estimating the number of clusters

2012-12-01 · NeurIPS 2012 12 · Argyris Kalogeratos, Aristidis Likas

Learning the number of clusters is a key problem in data clustering. We present dip-means, a novel robust incremental method to learn the number of data clusters that may be used as a wrapper around any iterative clustering algorithm of the k-means family. In contrast to many popular methods which make assumptions about the underlying cluster distributions, dip-means only assumes a fundamental cluster property: each cluster to admit a unimodal distribution. The proposed algorithm considers each cluster member as a ''viewer'' and applies a univariate statistic hypothesis test for unimodality (dip-test) on the distribution of the distances between the viewer and the cluster members. Two important advantages are: i) the unimodality test is applied on univariate distance vectors, ii) it can be directly applied with kernel-based methods, since only the pairwise distances are involved in the computations. Experimental results on artificial and real datasets indicate the effectiveness of our method and its superiority over analogous approaches.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

K*-Means: A Parameter-free Clustering Algorithm

2025-05-17 · Louis Mahon, Mirella Lapata

Clustering is a widely used and powerful machine learning technique, but its effectiveness is often limited by the need to specify the number of clusters, k, or by relying on thresholds that implicitly determine k. We in…

Clustering

Clustering by Sum of Norms: Stochastic Incremental Algorithm, Convergence and Cluster Recovery

2017-08-01 · ICML 2017 8 · Ashkan Panahi, Devdatt Dubhashi, Fredrik D. Johansson, Chiranjib Bhattacharyya

Standard clustering methods such as K-means, Gaussian mixture models, and hierarchical clustering are beset by local minima, which are sometimes drastically suboptimal. Moreover the number of clusters K must be know…

Clustering

K-Splits: Improved K-Means Clustering Algorithm to Automatically Detect the Number of Clusters

2021-10-09 · Seyed Omid Mohammadi, Ahmad Kalhor, Hossein Bodaghi

This paper introduces k-splits, an improved hierarchical algorithm based on k-means to cluster data without prior knowledge of the number of clusters. K-splits starts from a small number of clusters and uses the most sig…

ClusteringPosition

AMOS: An Automated Model Order Selection Algorithm for Spectral Graph Clustering

2016-09-21 · Pin-Yu Chen, Thibaut Gensollen, Alfred O. Hero III

One of the longstanding problems in spectral graph clustering (SGC) is the so-called model order selection problem: automated selection of the correct number of clusters. This is equivalent to the problem of finding the …

ClusteringGraph ClusteringSpectral Graph Clustering

A Visual Quality Index for Fuzzy C-Means

2018-06-05 · Aybükë Oztürk, Stéphane Lallich, Jérôme Darmont

Cluster analysis is widely used in the areas of machine learning and data mining. Fuzzy clustering is a particular method that considers that a data point can belong to more than one cluster. Fuzzy clustering helps obtai…

ClusteringText Categorization