paper-with-me

홈 › Papers

Distributed Clustering based on Distributional Kernel

2024-09-14 · Hang Zhang, Yang Xu, Lei Gong, Ye Zhu, Kai Ming Ting

This paper introduces a new framework for clustering in a distributed network called Distributed Clustering based on Distributional Kernel (K) or KDC that produces the final clusters based on the similarity with respect to the distributions of initial clusters, as measured by K. It is the only framework that satisfies all three of the following properties. First, KDC guarantees that the combined clustering outcome from all sites is equivalent to the clustering outcome of its centralized counterpart from the combined dataset from all sites. Second, the maximum runtime cost of any site in distributed mode is smaller than the runtime cost in centralized mode. Third, it is designed to discover clusters of arbitrary shapes, sizes and densities. To the best of our knowledge, this is the first distributed clustering framework that employs a distributional kernel. The distribution-based clustering leads directly to significantly better clustering outcomes than existing methods of distributed clustering. In addition, we introduce a new clustering algorithm called Kernel Bounded Cluster Cores, which is the best clustering algorithm applied to KDC among existing clustering algorithms. We also show that KDC is a generic framework that enables a quadratic time clustering algorithm to deal with large datasets that would otherwise be impossible.

📄 PDF Abstract BibTeX arXiv:2409.09418

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Kernel K-means clustering of distributional data

2025-09-22 · Amparo Baíllo, Jose R. Berrendero, Martín Sánchez-Signorini arxiv

We consider the problem of clustering a sample of probability distributions from a random distribution on $\mathbb R^p$. Our proposed partitioning method makes use of a symmetric, positive-definite kernel $k$ and its ass…

Distribution-Based Trajectory Clustering

2023-10-08 · Zi Jing Wang, Ye Zhu, Kai Ming Ting

Trajectory clustering enables the discovery of common patterns in trajectory data. Current methods of trajectory clustering rely on a distance measure between two points in order to measure the dissimilarity between two …

ClusteringTrajectory Clustering

Federated Spectral Clustering via Secure Similarity Reconstruction

2023-09-21 · NeurIPS 2023 11

Federated learning has a significant advantage in protecting information privacy. Many scholars proposed various secure learning methods within the framework of federated learning but the study on secure federated unsupe…

Density-Based Clustering with Kernel Diffusion

2021-10-11 · Chao Zheng, Yingjie Chen, Chong Chen, Jianqiang Huang 외

Finding a suitable density function is essential for density-based clustering algorithms such as DBSCAN and DPC. A naive density corresponding to the indicator function of a unit $d$-dimensional Euclidean ball is commonl…

ClusteringFace Clustering

A Communication Efficient Federated Kernel $k$-Means

2021-01-01 · Xiaochen Zhou, Xudong Wang

A federated kernel $k$-means algorithm is developed in this paper. This algorithm resolves two challenging issues: 1) how to distributedly solve the kernel $k$-means problem under federated settings; 2) how to maintain c…

Clustering