English

Clustering without Over-Representation

Data Structures and Algorithms 2019-05-31 v1 Machine Learning

Abstract

In this paper we consider clustering problems in which each point is endowed with a color. The goal is to cluster the points to minimize the classical clustering cost but with the additional constraint that no color is over-represented in any cluster. This problem is motivated by practical clustering settings, e.g., in clustering news articles where the color of an article is its source, it is preferable that no single news source dominates any cluster. For the most general version of this problem, we obtain an algorithm that has provable guarantees of performance; our algorithm is based on finding a fractional solution using a linear program and rounding the solution subsequently. For the special case of the problem where no color has an absolute majority in any cluster, we obtain a simpler combinatorial algorithm also with provable guarantees. Experiments on real-world data shows that our algorithms are effective in finding good clustering without over-representation.

Keywords

Cite

@article{arxiv.1905.12753,
  title  = {Clustering without Over-Representation},
  author = {Sara Ahmadian and Alessandro Epasto and Ravi Kumar and Mohammad Mahdian},
  journal= {arXiv preprint arXiv:1905.12753},
  year   = {2019}
}

Comments

10 pages, 6 figures, in KDD 2019

R2 v1 2026-06-23T09:32:24.934Z