English

Core-sets for Fair and Diverse Data Summarization

Data Structures and Algorithms 2023-10-13 v1 Machine Learning

Abstract

We study core-set construction algorithms for the task of Diversity Maximization under fairness/partition constraint. Given a set of points PP in a metric space partitioned into mm groups, and given k1,,kmk_1,\ldots,k_m, the goal of this problem is to pick kik_i points from each group ii such that the overall diversity of the k=ikik=\sum_i k_i picked points is maximized. We consider two natural diversity measures: sum-of-pairwise distances and sum-of-nearest-neighbor distances, and show improved core-set construction algorithms with respect to these measures. More precisely, we show the first constant factor core-set w.r.t. sum-of-pairwise distances whose size is independent of the size of the dataset and the aspect ratio. Second, we show the first core-set w.r.t. the sum-of-nearest-neighbor distances. Finally, we run several experiments showing the effectiveness of our core-set approach. In particular, we apply constrained diversity maximization to summarize a set of timed messages that takes into account the messages' recency. Specifically, the summary should include more recent messages compared to older ones. This is a real task in one of the largest communication platforms, affecting the experience of hundreds of millions daily active users. By utilizing our core-set method for this task, we achieve a 100x speed-up while losing the diversity by only a few percent. Moreover, our approach allows us to improve the space usage of the algorithm in the streaming setting.

Keywords

Cite

@article{arxiv.2310.08122,
  title  = {Core-sets for Fair and Diverse Data Summarization},
  author = {Sepideh Mahabadi and Stojan Trajanovski},
  journal= {arXiv preprint arXiv:2310.08122},
  year   = {2023}
}

Comments

NeurIPS 2023

R2 v1 2026-06-28T12:48:21.053Z