paper-with-me

Papers

Evidential relational clustering using medoids

2015-07-15 · Kuang Zhou, Arnaud Martin, Quan Pan, Zhun-Ga Liu

In real clustering applications, proximity data, in which only pairwise similarities or dissimilarities are known, is more general than object data, in which each pattern is described explicitly by a list of attributes. Medoid-based clustering algorithms, which assume the prototypes of classes are objects, are of great value for partitioning relational data sets. In this paper a new prototype-based clustering method, named Evidential C-Medoids (ECMdd), which is an extension of Fuzzy C-Medoids (FCMdd) on the theoretical framework of belief functions is proposed. In ECMdd, medoids are utilized as the prototypes to represent the detected classes, including specific classes and imprecise classes. Specific classes are for the data which are distinctly far from the prototypes of other classes, while imprecise classes accept the objects that may be close to the prototypes of more than one class. This soft decision mechanism could make the clustering results more cautious and reduce the misclassification rates. Experiments in synthetic and real data sets are used to illustrate the performance of ECMdd. The results show that ECMdd could capture well the uncertainty in the internal data structure. Moreover, it is more robust to the initializations compared with FCMdd.

📄 PDF Abstract BibTeX arXiv:1507.04091

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

ECMdd: Evidential c-medoids clustering with multiple prototypes

2016-06-03 · Kuang Zhou, Arnaud Martin, Quan Pan, Zhun-Ga Liu

In this work, a new prototype-based clustering method named Evidential C-Medoids (ECMdd), which belongs to the family of medoid-based clustering for proximity data, is proposed as an extension of Fuzzy C-Medoids (FCMdd) …

Clustering

Median evidential c-means algorithm and its application to community detection

2015-01-07 · Kuang Zhou, Arnaud Martin, Quan Pan, Zhun-Ga Liu

Median clustering is of great value for partitioning relational data. In this paper, a new prototype-based clustering method, called Median Evidential C-Means (MECM), which is an extension of median c-means and median fu…

ClusteringCommunity DetectionGraph ClusteringPrototype Selection

A Scalable k-Medoids Clustering via Whale Optimization Algorithm

2024-08-30 · Huang Chenan, Narumasa Tsutsumida

Unsupervised clustering has emerged as a critical tool for uncovering hidden patterns in vast, unlabeled datasets. However, traditional methods, such as Partitioning Around Medoids (PAM), struggle with scalability owing …

Anomaly DetectionClusteringComputational 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

BanditPAM++: Faster $k$-medoids Clustering

2023-09-21 · NeurIPS 2023 11

Clustering is a fundamental task in data science with wide-ranging applications. In $k$-medoids clustering, cluster centers must be actual datapoints and arbitrary distance metrics may be used; these features allow for g…