paper-with-me

Papers

Diversity-aware clustering: Computational Complexity and Approximation Algorithms

2024-01-10 · Suhas Thejaswi, Ameet Gadekar, Bruno Ordozgoiti, Aristides Gionis

In this work, we study diversity-aware clustering problems where the data points are associated with multiple attributes resulting in intersecting groups. A clustering solution needs to ensure that the number of chosen cluster centers from each group should be within the range defined by a lower and upper bound threshold for each group, while simultaneously minimizing the clustering objective, which can be either $k$-median, $k$-means or $k$-supplier. We study the computational complexity of the proposed problems, offering insights into their NP-hardness, polynomial-time inapproximability, and fixed-parameter intractability. We present parameterized approximation algorithms with approximation ratios $1+ \frac{2}{e} + \epsilon \approx 1.736$, $1+\frac{8}{e} + \epsilon \approx 3.943$, and $5$ for diversity-aware $k$-median, diversity-aware $k$-means and diversity-aware $k$-supplier, respectively. Assuming Gap-ETH, the approximation ratios are tight for the diversity-aware $k$-median and diversity-aware $k$-means problems. Our results imply the same approximation factors for their respective fair variants with disjoint groups -- fair $k$-median, fair $k$-means, and fair $k$-supplier -- with lower bound requirements.

📄 PDF Abstract BibTeX arXiv:2401.05502

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDiversity

Similar Papers 제목 키워드 기반

SPARKE: Scalable Prompt-Aware Diversity Guidance in Diffusion Models via RKE Score

2025-06-11 · Mohammad Jalali, Haoyu Lei, Amin Gohari, Farzan Farnia

Diffusion models have demonstrated remarkable success in high-fidelity image synthesis and prompt-guided generative modeling. However, ensuring adequate diversity in generated samples of prompt-guided diffusion models re…

DiversityImage Generation

Efficient Semidefinite Spectral Clustering via Lagrange Duality

2014-02-22 · Yan Yan, Chunhua Shen, Hanzi Wang

We propose an efficient approach to semidefinite spectral clustering (SSC), which addresses the Frobenius normalization with the positive semidefinite (p.s.d.) constraint for spectral clustering. Compared with the origin…

Clustering

Explainable Clustering via Exemplars: Complexity and Efficient Approximation Algorithms

2022-09-20 · Ian Davidson, Michael Livanos, Antoine Gourru, Peter Walker 외

Explainable AI (XAI) is an important developing area but remains relatively understudied for clustering. We propose an explainable-by-design clustering approach that not only finds clusters but also exemplars to explain …

ClusteringExplainable Artificial Intelligence (XAI)

Transitive Distance Clustering with K-Means Duality

2014-06-01 · CVPR 2014 6 · Zhiding Yu, Chunjing Xu, Deyu Meng, Zhuo Hui 외

We propose a very intuitive and simple approximation for the conventional spectral clustering methods. It effectively alleviates the computational burden of spectral clustering - reducing the time complexity from O(n^3) …

ClusteringImage SegmentationSemantic Segmentation

Random Warping Series: A Random Features Method for Time-Series Embedding

2018-09-14 · Lingfei Wu, Ian En-Hsu Yen, Jin-Feng Yi, Fangli Xu 외

Time series data analytics has been a problem of substantial interests for decades, and Dynamic Time Warping (DTW) has been the most widely adopted technique to measure dissimilarity between time series. A number of glob…

ClusteringDynamic Time WarpingTime SeriesTime Series Analysis