paper-with-me

Papers

Parametric entropy based Cluster Centriod Initialization for k-means clustering of various Image datasets

2023-08-15 · Faheem Hussayn, Shahid M Shah

One of the most employed yet simple algorithm for cluster analysis is the k-means algorithm. k-means has successfully witnessed its use in artificial intelligence, market segmentation, fraud detection, data mining, psychology, etc., only to name a few. The k-means algorithm, however, does not always yield the best quality results. Its performance heavily depends upon the number of clusters supplied and the proper initialization of the cluster centroids or seeds. In this paper, we conduct an analysis of the performance of k-means on image data by employing parametric entropies in an entropy based centroid initialization method and propose the best fitting entropy measures for general image datasets. We use several entropies like Taneja entropy, Kapur entropy, Aczel Daroczy entropy, Sharma Mittal entropy. We observe that for different datasets, different entropies provide better results than the conventional methods. We have applied our proposed algorithm on these datasets: Satellite, Toys, Fruits, Cars, Brain MRI, Covid X-Ray.

📄 PDF Abstract BibTeX arXiv:2308.07705

Code (0)

등록된 구현이 없습니다.

Tasks

Fraud Detection

Similar Papers 제목 키워드 기반

A Comparative Study of Efficient Initialization Methods for the K-Means Clustering Algorithm

2012-09-10 · M. Emre Celebi, Hassan A. Kingravi, Patricio A. Vela

K-means is undoubtedly the most widely used partitional clustering algorithm. Unfortunately, due to its gradient descent nature, this algorithm is highly sensitive to the initial placement of the cluster centers. Numerou…

ClusteringComputational Efficiency

Careful Seeding for k-Medois Clustering with Incremental k-Means++ Initialization

2022-07-06 · Difei Cheng, Yunfeng Zhang, Ruinan Jin

K-medoids clustering is a popular variant of k-means clustering and widely used in pattern recognition and machine learning. A main drawback of k-medoids clustering is that an improper initialization can cause it to get …

ClusteringComputational Efficiency

Stochastic Backward Euler: An Implicit Gradient Descent Algorithm for $k$-means Clustering

2017-10-21 · Penghang Yin, Minh Pham, Adam Oberman, Stanley Osher

In this paper, we propose an implicit gradient descent algorithm for the classic $k$-means problem. The implicit gradient step or backward Euler is solved via stochastic fixed-point iteration, in which we randomly sample…

Clustering

An efficient $k$-means-type algorithm for clustering datasets with incomplete records

2018-02-23 · Andrew Lithio, Ranjan Maitra

The $k$-means algorithm is arguably the most popular nonparametric clustering method but cannot generally be applied to datasets with incomplete records. The usual practice then is to either impute missing values under a…

ClusteringMissing ValuesNonparametric Clustering

k2-means for fast and accurate large scale clustering

2016-05-30 · Eirikur Agustsson, Radu Timofte, Luc van Gool

We propose k^2-means, a new clustering method which efficiently copes with large numbers of clusters and achieves low energy solutions. k^2-means builds upon the standard k-means (Lloyd's algorithm) and combines a new st…

Clustering