paper-with-me

홈 › Papers

A Unified Framework for Clustering Constrained Data without Locality Property

2018-10-02 · Hu Ding, Jinhui Xu

In this paper, we consider a class of constrained clustering problems of points in $\mathbb{R}^{d}$, where $d$ could be rather high. A common feature of these problems is that their optimal clusterings no longer have the locality property (due to the additional constraints), which is a key property required by many algorithms for their unconstrained counterparts. To overcome the difficulty caused by the loss of locality, we present in this paper a unified framework, called {\em Peeling-and-Enclosing (PnE)}, to iteratively solve two variants of the constrained clustering problems, {\em constrained $k$-means clustering} ($k$-CMeans) and {\em constrained $k$-median clustering} ($k$-CMedian). Our framework is based on two standalone geometric techniques, called {\em Simplex Lemma} and {\em Weaker Simplex Lemma}, for $k$-CMeans and $k$-CMedian, respectively. The simplex lemma (or weaker simplex lemma) enables us to efficiently approximate the mean (or median) point of an unknown set of points by searching a small-size grid, independent of the dimensionality of the space, in a simplex (or the surrounding region of a simplex), and thus can be used to handle high dimensional data. If $k$ and $\frac{1}{\epsilon}$ are fixed numbers, our framework generates, in nearly linear time ({\em i.e.,} $O(n(\log n)^{k+1}d)$), $O((\log n)^{k})$ $k$-tuple candidates for the $k$ mean or median points, and one of them induces a $(1+\epsilon)$-approximation for $k$-CMeans or $k$-CMedian, where $n$ is the number of points. Combining this unified framework with a problem-specific selection algorithm (which determines the best $k$-tuple candidate), we obtain a $(1+\epsilon)$-approximation for each of the constrained clustering problems. We expect that our technique will be applicable to other constrained clustering problems without locality.

📄 PDF Abstract BibTeX arXiv:1810.01049

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringConstrained ClusteringLEMMA

Similar Papers 제목 키워드 기반

Tight FPT Approximation for Constrained k-Center and k-Supplier

2021-10-27 · Dishant Goyal, Ragesh Jaiswal

In this work, we study a range of constrained versions of the $k$-supplier and $k$-center problems such as: capacitated, fault-tolerant, fair, etc. These problems fall under a broad framework of constrained clustering. A…

ClusteringConstrained Clustering

A Framework for Deep Constrained Clustering -- Algorithms and Advances

2019-01-29 · Hongjing Zhang, Sugato Basu, Ian Davidson

The area of constrained clustering has been extensively explored by researchers and used by practitioners. Constrained clustering formulations exist for popular algorithms such as k-means, mixture models, and spectral cl…

ClusteringConstrained ClusteringDeep Learning

Weighted Sparse Subspace Representation: A Unified Framework for Subspace Clustering, Constrained Clustering, and Active Learning

2021-06-08 · Hankui Peng, Nicos G. Pavlidis

Spectral-based subspace clustering methods have proved successful in many challenging applications such as gene sequencing, image recognition, and motion segmentation. In this work, we first propose a novel spectral-base…

Active LearningClusteringConstrained ClusteringMotion Segmentation

A Framework for Deep Constrained Clustering

2021-01-07 · Hongjing Zhang, Tianyang Zhan, Sugato Basu, Ian Davidson

The area of constrained clustering has been extensively explored by researchers and used by practitioners. Constrained clustering formulations exist for popular algorithms such as k-means, mixture models, and spectral cl…

ClusteringConstrained Clustering

Coresets for constrained k-median and k-means clustering in low dimensional Euclidean space

2021-06-14 · Melanie Schmidt, Julian Wargalla

We study (Euclidean) $k$-median and $k$-means with constraints in the streaming model. There have been recent efforts to design unified algorithms to solve constrained $k$-means problems without using knowledge of the sp…

Clustering