Xiaohui Chen, Yun Yang, Yubo Zhuang
We lifted 2 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| yubo02/wasserstein-k-means-for-clustering-probability-distributions | canonical | 2 of 2 |
| Function | Status | Where it lives |
|---|---|---|
| partition_into_groups_DWKM | Ran | yubo02/wasserstein-k-means-for-clustering-probability-distributions/DWKM_utils.py pointer only (licence: NONE) · get_code("873073c8e7f02e5d") |
| sinkhorn_divergence_cluster | Ran | yubo02/wasserstein-k-means-for-clustering-probability-distributions/DWKM_utils.py pointer only (licence: NONE) · get_code("98d527f1eddbf821") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
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 Kmeans 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 nonrobustness 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. 36th Conference on Neural Information Processing Systems (NeurIPS 2022).
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2209.06975")
get_code_for_paper("2209.06975")
have("2209.06975")
Connect an agent — have() is free.