paper-with-me

홈 › Papers

Multi-Prototypes Convex Merging Based K-Means Clustering Algorithm

2023-02-14 · Dong Li, Shuisheng Zhou, Tieyong Zeng, Raymond H. Chan

K-Means algorithm is a popular clustering method. However, it has two limitations: 1) it gets stuck easily in spurious local minima, and 2) the number of clusters k has to be given a priori. To solve these two issues, a multi-prototypes convex merging based K-Means clustering algorithm (MCKM) is presented. First, based on the structure of the spurious local minima of the K-Means problem, a multi-prototypes sampling (MPS) is designed to select the appropriate number of multi-prototypes for data with arbitrary shapes. A theoretical proof is given to guarantee that the multi-prototypes selected by MPS can achieve a constant factor approximation to the optimal cost of the K-Means problem. Then, a merging technique, called convex merging (CM), merges the multi-prototypes to get a better local minima without k being given a priori. Specifically, CM can obtain the optimal merging and estimate the correct k. By integrating these two techniques with K-Means algorithm, the proposed MCKM is an efficient and explainable clustering algorithm for escaping the undesirable local minima of K-Means problem without given k first. Experimental results performed on synthetic and real-world data sets have verified the effectiveness of the proposed algorithm.

📄 PDF Abstract BibTeX arXiv:2302.07045

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

POCS-based Clustering Algorithm

2022-08-15 · Le-Anh Tran, Henock M. Deberneh, Truong-Dong Do, Thanh-Dat Nguyen 외

A novel clustering technique based on the projection onto convex set (POCS) method, called POCS-based clustering algorithm, is proposed in this paper. The proposed POCS-based clustering algorithm exploits a parallel proj…

Clustering

Feature Embedding Clustering using POCS-based Clustering Algorithm

2023-03-25 · Le-Anh Tran, Dong-Chul Park

An application of the POCS-based clustering algorithm (POCS stands for Projection Onto Convex Set), a novel clustering technique, for feature embedding clustering problems is proposed in this paper. The POCS-based cluste…

Clustering

Clustering Approaches for Mixed-Type Data: A Comparative Study

2025-11-24 · Badih Ghattas, Alvaro Sanchez San-Benito arxiv

Clustering is widely used in unsupervised learning to find homogeneous groups of observations within a dataset. However, clustering mixed-type data remains a challenge, as few existing approaches are suited for this task…

Exploring Anti-Aging Literature via ConvexTopics and Large Language Models

2026-02-23 · Lana E. Yeganova, Won G. Kim, Shubo Tian, Natalie Xie 외 arxiv

The rapid expansion of biomedical publications creates challenges for organizing knowledge and detecting emerging trends, underscoring the need for scalable and interpretable methods. Common clustering and topic modeling…

An Efficient Smoothing Proximal Gradient Algorithm for Convex Clustering

2020-06-22 · Xin Zhou, Chunlei Du, Xiaodong Cai

Cluster analysis organizes data into sensible groupings and is one of fundamental modes of understanding and learning. The widely used K-means and hierarchical clustering methods can be dramatically suboptimal due to loc…

Clustering