paper-with-me

홈 › Papers

Wasserstein $K$-means for clustering probability distributions

2022-09-14 · Yubo Zhuang, Xiaohui Chen, Yun Yang

Clustering is an important exploratory data analysis technique to group objects based on their similarity. The widely used $K$-means clustering method relies on some notion of distance to partition data into a fewer number of groups. In the Euclidean space, centroid-based and distance-based formulations of the $K$-means are equivalent. In modern machine learning applications, data often arise as probability distributions and a natural generalization to handle measure-valued data is to use the optimal transport metric. Due to non-negative Alexandrov curvature of the Wasserstein space, barycenters suffer from regularity and non-robustness issues. The peculiar behaviors of Wasserstein barycenters may make the centroid-based formulation fail to represent the within-cluster data points, while the more direct distance-based $K$-means approach and its semidefinite program (SDP) relaxation are capable of recovering the true cluster labels. In the special case of clustering Gaussian distributions, we show that the SDP relaxed Wasserstein $K$-means can achieve exact recovery given the clusters are well-separated under the $2$-Wasserstein metric. Our simulation and real data examples also demonstrate that distance-based $K$-means can achieve better classification performance over the standard centroid-based $K$-means for clustering probability distributions and images.

📄 PDF Abstract BibTeX arXiv:2209.06975

Code (1)

yubo02/wasserstein-k-means-for-clustering-probability-distributions 공식 구현 pytorch

Tasks

Clustering

Similar Papers 제목 키워드 기반

Clustering Market Regimes using the Wasserstein Distance

2021-10-22 · Blanka Horvath, Zacharia Issa, Aitor Muguruza

The problem of rapid and automated detection of distinct market regimes is a topic of great interest to financial mathematicians and practitioners alike. In this paper, we outline an unsupervised learning algorithm for c…

ClusteringTime SeriesTime Series Analysis

Optimal Transport for structured data with application on graphs

2018-05-23 · Titouan Vayer, Laetitia Chapel, Rémi Flamary, Romain Tavenard 외

This work considers the problem of computing distances between structured objects such as undirected graphs, seen as probability distributions in a specific metric space. We consider a new transportation distance (i.e. t…

ClusteringGraph ClassificationGraph ClusteringTime Series Analysis

Automated regime detection in multidimensional time series data using sliced Wasserstein k-means clustering

2023-10-02 · Qinmeng Luan, James Hamp

Recent work has proposed Wasserstein k-means (Wk-means) clustering as a powerful method to identify regimes in time series data, and one-dimensional asset returns in particular. In this paper, we begin by studying in det…

ClusteringTime Series

Fuzzy clustering of distribution-valued data using adaptive L2 Wasserstein distances

2016-05-02 · Antonio Irpino, Francisco De Carvalho, Rosanna Verde

Distributional (or distribution-valued) data are a new type of data arising from several sources and are considered as realizations of distributional variables. A new set of fuzzy c-means algorithms for data described by…

ClusteringVariable Selection

Clustering by the Probability Distributions from Extreme Value Theory

2022-02-20 · Sixiao Zheng, Ke Fan, Yanxi Hou, Jianfeng Feng 외

Clustering is an essential task to unsupervised learning. It tries to automatically separate instances into coherent subsets. As one of the most well-known clustering algorithms, k-means assigns sample points at the boun…

Clustering