paper-with-me

홈 › Papers

Semi- supervised Affinity Propagation Clustering Algorithm Based on Mahalanobis Distance

2023-06-21 · 软件导刊 2023 6 · WEN Jing

A semi-supervised affinity propagation clustering algorithm based on Mahalanobis distance (SAPBM) is proposed to try to solve some problems, including that the limitations of the distance measurement of the affinity propagation (AP) clustering algorithm and the low accuracy of the clustering algorithm for some complex data sets. Considering that the Mahalanobis distance is not affected by the sample dimension, in the similarity measurement of samples, the SAPBM algorithm replaces the Euclidean distance with the Mahalanobis distance, reducing the mutual interference between samples due to the influence of sample dimension; combining pairwise constraint information to improve the similarity between the data, so that the obtained similarity matrix can more accurately reflect the relationship between the data. Experiments are carried out on the UCI standard data set, and the experimental results show that the SAPBM algorithm has better clustering performance than the traditional AP clustering algorithm and the SAP clustering algorithm that only uses pairwise constraint information.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Semi-Supervised Clustering via Dynamic Graph Structure Learning

2022-09-06 · Huaming Ling, Chenglong Bao, Xin Liang, Zuoqiang Shi

Most existing semi-supervised graph-based clustering methods exploit the supervisory information by either refining the affinity matrix or directly constraining the low-dimensional representations of data points. The aff…

ClusteringGraph structure learning

Semi-Supervised Subspace Clustering via Tensor Low-Rank Representation

2022-05-21 · Yuheng Jia, Guanxing Lu, Hui Liu, Junhui Hou

In this letter, we propose a novel semi-supervised subspace clustering method, which is able to simultaneously augment the initial supervisory information and construct a discriminative affinity matrix. By representing t…

Clustering

Latent Geometry Inspired Graph Dissimilarities Enhance Affinity Propagation Community Detection in Complex Networks

2018-04-12 · Carlo Vittorio Cannistraci, Alessandro Muscoloni

Affinity propagation is one of the most effective unsupervised pattern recognition algorithms for data clustering in high-dimensional feature space. However, the numerous attempts to test its performance for community de…

ClusteringCommunity Detection

Incremental Affinity Propagation based on Cluster Consolidation and Stratification

2024-01-25 · Silvana Castano, Alfio Ferrara, Stefano Montanelli, Francesco Periti

Modern data mining applications require to perform incremental clustering over dynamic datasets by tracing temporal changes over the resulting clusters. In this paper, we propose A-Posteriori affinity Propagation (APP), …

Clustering

Semantics-Guided Clustering with Deep Progressive Learning for Semi-Supervised Person Re-identification

2020-10-02 · Chih-Ting Liu, Yu-Jhe Li, Shao-Yi Chien, Yu-Chiang Frank Wang

Person re-identification (re-ID) requires one to match images of the same person across camera views. As a more challenging task, semi-supervised re-ID tackles the problem that only a number of identities in training dat…

ClusteringImage RetrievalPerson Re-IdentificationRetrieval+1